Problem mit tftp Server
Hallo,
mein VM-Ware Client findet anscheined die pxelinux.0 nicht, die unter
/var/lib/tftpboot/ auf dem Server liegt.
In der /etc/dhcp3/dhcp.conf steht:
subnet 192.168.99.0 netmask 255.255.255.0 {
range 192.168.99.160 192.168.99.190;
option domain-name-servers 192.168.99.1;
option domain-name "pxe.test";
option routers 192.168.99.1;
option broadcast-address 192.168.99.255;
option root-path "192.168.99.19:/mnt/netboot/root";
next-server 192.168.99.19;
filename "pxelinux.0";
}
habe auch schon "filename "/var/lib/tftpboot/pxelinux.0";"
probiert. Brachte aber auch nichts. Der Auszug aus dem log besagt:
Jun 11 11:39:42 (none) syslog.info -- MARK --
Jun 11 11:39:43 (none) local7.info dhcpd: DHCPREQUEST for 192.168.99.190
(192.168.99.19) from 00:0c:29:b0:6f:32 via eth0
Jun 11 11:39:43 (none) local7.info dhcpd: DHCPACK on 192.168.99.190 to
00:0c:29:b0:6f:32 via eth0
Jun 11 09:39:43 (none) daemon.notice in.tftpd[7175]: RRQ from
192.168.99.190 filename pxelinux.0
Jun 11 09:39:43 (none) daemon.info in.tftpd[7175]: sending NAK (1, File
not found) to 192.168.99.190
Jun 11 09:39:43 (none) daemon.notice in.tftpd[7177]: RRQ from
192.168.99.190 filename pxelinux.0
Jun 11 09:39:43 (none) daemon.info in.tftpd[7177]: sending NAK (1, File
not found) to 192.168.99.190
Tja, nun weiß ich nicht mehr weiter.
Gruß, Torsten
Reply to: