[Etherboot-users] Re: [syslinux] pxelinux.0

Steve Glines sglines at is-cs.com
Tue May 25 17:48:08 PDT 2004


Timothy Legge wrote:

>>The NIC is (dmesg|grep eth0):
>>eth0: RealTek RTL8139 Fast Ethernet at 0xc487bf00, 00:50:fc:34:70:f2, IRQ 10
>>eth0:  Identified 8139 chip type 'RTL-8139C'
>>
>>I used rt8139 clone when building etherboot. I'll do a tcpdump later 
>>tonight. (after I eat something)
Here is all I get on the tftp system:
  tcpdump src host 10.0.3.201
tcpdump: listening on eth0
20:42:46.548263 10.0.3.201.bootpc > 255.255.255.255.bootps: 
xid:0xfc48255e [|bootp]
20:42:46.567597 arp who-has debian tell 10.0.3.201
20:42:46.567733 10.0.3.201.2001 > debian.tftp:  47 RRQ 
"/home/tftpboot/pxelinux.0"
20:42:56.654187 10.0.3.201.2002 > debian.tftp:  47 RRQ 
"/home/tftpboot/pxelinux.0"
20:43:17.252512 10.0.3.201.2003 > debian.tftp:  47 RRQ 
"/home/tftpboot/pxelinux.0"

My dhcp file is:
         group {
                 next-server 10.0.3.20;
                 #filename "pxelinux.0";
                 filename "/home/tftpboot/pxelinux.0";
                 #filename "/home/tftpboot/bzImage-2.4.19-ltsp-1";
         # Bootstrap machine
         host Bootstrap {
                 ddns-updates on;
                 fixed-address 10.0.3.201;
                 hardware ethernet 00:50:FC:34:70:F2;
                 }
                 }

As you can see I've tried lots of different variations.

Cheers

-- 
Steve Glines
voice: 978-952-6340         www.is-cs.com
   fax: 978-952-8524         145 Foster Street
  cell: 617-549-7274         Littleton MA 01460

I'm a complex person. I have a real and an imaginary part.




More information about the Syslinux mailing list