Thanks very much! It works
> -----Original Message----- > From: Stijn De Weirdt [mailto:[email protected]] > Sent: Friday, December 12, 2008 11:38 PM > To: Yan Xiaofei > Cc: [email protected] > Subject: Re: Problem with pxe install on SL52 > > > My IP address seems to be C0A83825 192.168.56.37 > > Ip=192.168.56.37:0.0.0.0:192.168.56.1:255.255.255.0 > the second 0:0:0:0 is your problem. > look in dhcpd.conf manual for the next-server directive to fix it on a > per machine basis. next-server should point to the ip address of your > tftp server (whichis probably the same as your dhcp) > > (eg > host node5-10 { # added by aii-dhcp > hardware ethernet 00:00:1A:19:9B:66; > fixed-address 172.20.5.10; > next-server 172.20.3.1; > } > ) > > > stijn > > > > TFTP prefix: > > Trying to load:pxelinux.cfg/01-00-22-19-82-6f-27 (This step is very > > slowly) > > Trying to load:pxelinux.cfg/C0A83825 (This step is very slowly) > > > > I have been use pxe for os install lot of time on sl4x. But never > > successful on > sl5x. > > I test sl52_i386 and sl52_x86_64. It was the same problem. > > > > This was the log message on tftp and dhcp server : > > > > > > Dec 12 21:56:52 quattor dhcpd: DHCPDISCOVER from 00:1f:29:ef:36:28 via > 202.122.33.1 > > Dec 12 21:56:52 quattor dhcpd: DHCPOFFER on 202.122.33.28 to > 00:1f:29:ef:36:28 via 202.122.33.1 > > Dec 12 21:56:52 quattor dhcpd: DHCPDISCOVER from 00:1f:29:ef:36:28 via > 202.122.33.1 > > Dec 12 21:56:52 quattor dhcpd: DHCPOFFER on 202.122.33.28 to > 00:1f:29:ef:36:28 via 202.122.33.1 > > Dec 12 21:56:52 quattor dhcpd: DHCPDISCOVER from 00:1f:29:ef:36:28 via > 202.122.33.8 > > Dec 12 21:56:52 quattor dhcpd: DHCPOFFER on 202.122.33.28 to > 00:1f:29:ef:36:28 via 202.122.33.8 > > Dec 12 21:56:56 quattor dhcpd: DHCPREQUEST for 202.122.33.28 > (192.168.51.99) from 00:1f:29:ef:36:28 via 202.122.33.1 > > Dec 12 21:56:56 quattor dhcpd: DHCPACK on 202.122.33.28 to > 00:1f:29:ef:36:28 via 202.122.33.1 > > Dec 12 21:56:56 quattor dhcpd: DHCPREQUEST for 202.122.33.28 > (192.168.51.99) from 00:1f:29:ef:36:28 via 202.122.33.1 > > Dec 12 21:56:56 quattor dhcpd: DHCPACK on 202.122.33.28 to > 00:1f:29:ef:36:28 via 202.122.33.1 > > Dec 12 21:56:56 quattor dhcpd: DHCPREQUEST for 202.122.33.28 > (192.168.51.99) from 00:1f:29:ef:36:28 via 202.122.33.8 > > Dec 12 21:56:56 quattor dhcpd: DHCPACK on 202.122.33.28 to > 00:1f:29:ef:36:28 via 202.122.33.8 > > Dec 12 21:56:56 quattor in.tftpd[23001]: RRQ from 202.122.33.28 filename > pxelinux.0 > > Dec 12 21:56:56 quattor in.tftpd[23001]: tftp: client does not accept > > options > > Dec 12 21:56:56 quattor in.tftpd[23002]: RRQ from 202.122.33.28 filename > pxelinux.0 > > > > > > ------------------------------------------------------------------------------------ > > Yan Xiaofei Building: 209 > > Computing Center, IHEP Tel: (+86) 10 8823 6852 > > 19B Yuquan Road Fax:(+86) 10 8823 > 6839 > > P.O. Box 918-7 Email: > [email protected] > > Beijing 100049,China MSN: > [email protected] > > http://www.ihep.ac.cn > > ---------------------------------------------------------------------------------------- > -- > The system will shutdown in 5 minutes.
