@sebastian-roth 1.5.9. What is also strange about how FOG behaves across subnets is the USB boot method. I’ve explained in another post about how booting from USB on the same subnet and/or same switch stack on my floor will not prompt me to enter the tftp server but booting from a completely different vlan or subnet physically outside of our own network will prompt for it. See this line in the ipxescript:
:setserv echo -n Please enter tftp server: && read next-server && goto netboot || goto setservI tried changing it to and this time it configures net0 then does nothing and the PC returned to it’s own (Dell) boot menu:
:setserv set next-server 10.x.x.x && goto netboot || goto serservI know this is off OP but it seems related to different subnet behavior in FOG.