On Friday 20 June 2008 23:28:11 [EMAIL PROTECTED] wrote: > Ok. I figured out wireshark enough to get this captured. The entire log > was 4.4 MB, so I didn't think you would want me to attach it. Here is what > it failed on. > > So what do I need to do to open this port? Add Port 34523 do my > /etc/services file? (It is not in it.) And what should I name the port? > ICMP ? Do I need to do anything else to open this port? > > Does this look like this is the problem so far? > > Again, any help will be greatly appreciated. > > > Frame 8982 (60 bytes on wire, 60 bytes captured) > Ethernet II, Src: Netgear_fe:a7:5d (00:0f:b5:fe:a7:5d), Dst: > Netgear_43:0b:9e (00:0f:b5:43:0b:9e) Internet Protocol, Src: 192.168.1.250 > (192.168.1.250), Dst: 192.168.1.8 (192.168.1.8) User Datagram Protocol, Src > Port: 50531 (50531), Dst Port: 34523 (34523) Trivial File Transfer Protocol > > No. Time Source Destination Protocol > Info 8983 124.068817 192.168.1.8 192.168.1.250 ICMP > Destination unreachable (Port unreachable)
You need do nothing on services. What firewall (and WHY) but if the firewall allows ESTABLISHED,RELATED back then it's not the issue. I've seen the error and can't recall what the problem was ... The port 34523 is a random number [client] contacts server on servers-well-known-port [server] says hi, lets talk on port mumblty7 Off they go What your description says is: CLIENT contacts server asks for kernel CLIENT gets kernel (and initrd ??) but fails to mount the squashfs root file system. Look at the /var/lib/tftpboot/ltsp/i386/pxelinux.cfg/default and check the kernel and initrd verses the etherboot versions You are past the point of 'it does not work' firewall etc etc you are at the point of PXE mounts a kernel and initrd that does work, etherboot does not. As a last resort get an etherboot image that does PXE http://www.rom-o-matic.net/ James ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
