./default.ipxe Timeout During pxe boot|FOG 1.1.0|Ubuntu 14.04|proxyDNS|Worked on Home Network
-
If you open the file /tftpboot/default.ipxe in a text editor, does the ip information look correct?
Is the permissions of the /tftpboot/ folder set properly?
[code]sudo chown -R fog:root /tftpboot[/code]
Is the firewall disabled?
[code]sudo ufw disable[/code] -
[QUOTE]If you open the file /tftpboot/default.ipxe in a text editor, does the ip information look correct?
[/QUOTE]
Yes it does
[QUOTE]#!ipxe
cpudi – ext 29 && set arch x86_64 || set arch i386
params
param mac ${net0/mac}
param arch ${arch}
chain [url]http://192.168.1.108/fog/service/ipxe/boot.php##params[/url]
[/QUOTE]
[QUOTE]sudo chown -R fog:root /tftpboot[/QUOTE]
Done and tested no change
[QUOTE]sudo ufw disable[/QUOTE]
Done and tested no change -
I know you said that they are identical switch config - but just in case. I was playing with STP and it created some odd issues. Does your work switch have STP enabled?
-
Spanning Tree Protocol disabled
-
Figured it out. We use dd-wrt on our routers, and someone turned on DNSMasq on the router…so I had 2 DNSMasq running…turned it off on the router…viola.
Curious though how that wasn’t an issue with previous versions of FOG.
-
If you’re running DD WRT on the routers couldnt you just use the services Dhcp-boot options to point at TFTP rather than using proxy DHCP?
-
yes, but we want to set up as though its on the regular network
-
It would still be
-
That’s of course the regular network is not the same as your DD WRT network
-
correct