./default.ipxe Timeout During pxe boot|FOG 1.1.0|Ubuntu 14.04|proxyDNS|Worked on Home Network
-
[QUOTE]First, I’m confused by this statement : “we have only 2gb data of Internet data at work - sucks to be me” .[/QUOTE]
It’s not really the issue here, its a separate test network. Totally isolated from main network. They limit us on Internet so we won’t “play”.
[QUOTE]At anyrate, the default.ipxe time out issue, what do you mean? You came to work and it stopped working? Are you trying to access your home network to pxe boot? Or are you bringing the system in to your work place? [/QUOTE]
Not trying to access my home network at all. I built it at home, worked fine. It’s a duplicate network (besides the internet), same router and switch configuration. Testing with previous versions of FOG and Ubuntu (built at home/used at work) had no issue with default.ipxe and went to PXE menus. But we wanted to go with Ubuntu 14.04, company reasons not mine. Now the default.ipxe connection times out.
-
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