Am Dienstag, den 13.09.2005, 20:39 +1200 schrieb Adam Bogacki:
> Thanks Jim,
> 
> I have copied output from tcpdump and netstat below - at least
> the cable and connections are working, together with the
> original error message.
> 
> (1) tcpdump
> 
> Tux:/var/log# tcpdump -i eth1 port 67
> tcpdump: verbose output suppressed, use -v or -vv for full protocol
> decode
> listening on eth1, link-type EN10MB (Ethernet), capture size 96 bytes
> 20:12:18.839441 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP,
> Request from 00:0b:2b:03:d2:57 (oui Unknown), length: 548
> 20:12:19.313829 IP 192.168.0.1.bootps > 192.168.0.2.bootpc: BOOTP/DHCP,
> Reply, length: 300
> 20:12:29.383419 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP,
> Request from 00:0b:2b:03:d2:57 (oui Unknown), length: 548
> 20:12:29.384031 IP 192.168.0.1.bootps > 192.168.0.2.bootpc: BOOTP/DHCP,
> Reply, length: 300
> 20:12:49.321069 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP,
> Request from 00:0b:2b:03:d2:57 (oui Unknown), length: 548
> 20:12:49.321692 IP 192.168.0.1.bootps > 192.168.0.2.bootpc: BOOTP/DHCP,
> Reply, length: 300
> 20:13:29.525990 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP,
> Request from 00:0b:2b:03:d2:57 (oui Unknown), length: 548
> 20:13:29.526630 IP 192.168.0.1.bootps > 192.168.0.2.bootpc: BOOTP/DHCP,
> Reply, length: 300
> 20:14:48.837241 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP,
> Request from 00:0b:2b:03:d2:57 (oui Unknown), length: 548
> 20:14:48.837908 IP 192.168.0.1.bootps > 192.168.0.2.bootpc: BOOTP/DHCP,
> Reply, length: 300
> 20:17:27.569570 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP,
> Request from 00:0b:2b:03:d2:57 (oui Unknown), length: 548
> 20:17:27.570080 IP 192.168.0.1.bootps > 192.168.0.2.bootpc: BOOTP/DHCP,
> Reply, length: 300
> 
> (2) netstat
> 
> Tux:/home/adam#  netstat -anp | grep ":67 "
> udp        0      0 0.0.0.0:67              0.0.0.0:*
> 3 669/dhcpd3
> Tux:/home/adam#

> > > > > [1] dhcpd.conf
> > > > >
> > > > > >option domain-name-servers 203.96.152.4, 203.96.152.12;
> > > > > >option routers 192.168.0.1;
> > > > > >option subnet-mask 255.255.255.0;
> > > > > >default-lease-time 21600;
> > > > > >max-lease-time 21600;
> > > > > >next-server 203.79.110.81;

Set next-server to 192.168.0.1 (or did you do that already?), and make
sure that a "filename" is set also. If in doubt, please post your entire
dhcpd.conf.

Anselm



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_____________________________________________________________________
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

Reply via email to