[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Booten über Netzwerk



Hi
ich habe da nochmal ein Problem welches sich von mir nicht lösen lassen will 
vielleicht hat ja einer von euch ne gute idee wie ich das hinbekomme.

Und zwar ich hab einen dhcp-server auf 192.168.100.1 (etch).
Der soll dann dem Clienten den tftp-server auf 192.168.100.9 (lenny) zuweisen 
das klappt aber irgendwie nicht. 
Ich habe versucht meinem Laptop darüfer per PXE zu booten eine IP von 
192.168.100.1 bekommt dieser auch und zwar 192.168.100.7 doch dann findet er 
kein tftp boot image und bricht mit timeout ab.

Jemand eine Idee?

Grüße
Alex

dhcpd.conf (192.168.100.1)
----------%<-------------------------
option domain-name-servers 192.168.100.1;
option netbios-name-servers 192.168.100.1;
option broadcast-address 192.168.100.255;
option routers 192.168.100.1;
option subnet-mask 255.255.255.0;
get-lease-hostnames     true;
ddns-updates on;
update-static-leases true;
server-name "opteron-server";
next-server                   192.168.100.9;
option root-path              "192.168.100.9:/opt/ltsp/i386";


subnet 192.168.100.0 netmask 255.255.255.0
 {
    authoritative;
        range 192.168.100.20 192.168.100.100;
    if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
        filename "/ltsp/i386/boot/pxelinux.0";
    }
    else{
        filename "/ltsp/i386/boot/nbi.img";
    }
}
---------%<------------------------

/var/log/syslog (192.168.100.9)
---------%<--------------------
Sep  3 17:56:30 VM-Host in.tftpd[2105]: connect from 192.168.100.1 
(192.168.100.1)
Sep  3 17:56:30 VM-Host atftpd[2105]: Advanced Trivial FTP server started 
(0.7)
Sep  3 17:56:30 VM-Host atftpd[2105]: Serving /ltsp/i386/boot/pxelinux.0 to 
192.168.100.1:2070
Sep  3 17:56:32 VM-Host atftpd[2105]: Serving /ltsp/i386/boot/pxelinux.0 to 
192.168.100.1:2071
Sep  3 17:56:36 VM-Host atftpd[2105]: Serving /ltsp/i386/boot/pxelinux.0 to 
192.168.100.1:2072
Sep  3 17:56:42 VM-Host atftpd[2105]: Serving /ltsp/i386/boot/pxelinux.0 to 
192.168.100.1:2073
Sep  3 17:56:51 VM-Host atftpd[2105]: Serving /ltsp/i386/boot/pxelinux.0 to 
192.168.100.1:2074
Sep  3 17:57:00 VM-Host atftpd[2105]: Serving /ltsp/i386/boot/pxelinux.0 to 
192.168.100.1:2075
Sep  3 17:57:36 VM-Host atftpd[2105]: Serving /ltsp/i386/boot/pxelinux.0 to 
192.168.100.1:2076
Sep  3 17:58:48 VM-Host atftpd[2105]: Serving /ltsp/i386/boot/pxelinux.0 to 
192.168.100.1:2077
Sep  3 18:00:36 VM-Host atftpd[2105]: Serving /ltsp/i386/boot/pxelinux.0 to 
192.168.100.1:2078
--------------%<----------------------



Reply to: