Originally Posted by
andrei.pop
Hello,
I tried this tutorial but it doesn't seem to work for me, a little help would be appreciated.
I have the following network configuration:
Speedtouch ADSL 4 port (DHCP enabled) (192.168.1.1)
|
Asus WL-500gP using Oleg 1.9.2.7-10, connected to Speedtouch (192.168.1.2)
|
Asus GigaX1105N gigabit switch, connected to Asus WL-500gP
I have one desktop connected directly in the gigabit switch and I tried to do e PXE boot but it failed, couldn't see the error message, but I guess it could not connect to TFTP server on wl500gp.
I tried testing the tftp like above, first doing a tftp get request from wl500gp ssh (it worked), and then from my Asus laptop connected wireless to wl500gp (it didn't worked, timeout, but i could see an entry in the router log saying something like Xinetd tftp started from 192.168.1.3 - the ip of my laptop).
I also modified something /opt/etc/xinetd.d/tftp. user = root doesn't seem to work because there is no such user (this is what was written in the log), so i changed it from "root" to "admin".
So, bottom line,
tftp 192.168.1.2 GET pxelinux.0 (windows) - failed
tftp 192.168.1.2 -c get pxelinux.0 (linux) - ok
pxe boot using desktop - failed
Does anybody have an ideea?
Thanks!