Claus, Your dhcpd.conf file shows an IP address of something like 192.168.0.*, but you don't have an interface setup with an address in that range.
Where did the '10.0.0.3' address come from ? Is that address needed to connect to other machines on the net ? If you only have one ethernet interface, but you want to have multiple IP addresses, you can add an aliased interface like this: ifconfig eth0:0 192.168.0.254 That will add a 2nd address to your interface. If you want to make that change permanent, you can go into the /etc/sysconfig/network-scripts directory and copy the file called 'ifcfg-eth0' to ifcfg-eth0:0, and edit the new file and make the appropriate changes for the new IP address. Then, next time you boot, the eth0:0 interface will come up automatically. Hope that helps, Jim McQuillan [EMAIL PROTECTED] On Mon, 15 Jul 2002, claus Christian Larsen wrote: > > It sounds like you've got multiple interfaces configured, > and maybe dhcp is listening on the wrong interface. > > Can you do this: > > ifconfig -a > > and send us the output ? > > My plessure: > > linux:~ # ifconfig -a > eth0 Link encap:Ethernet HWaddr 00:00:B4:5E:96:6D > inet addr:10.0.0.3 Bcast:10.0.0.255 Mask:255.255.255.0 > inet6 addr: fe80::200:b4ff:fe5e:966d/10 Scope:Link > UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:12293 errors:0 dropped:0 overruns:0 frame:0 > TX packets:300 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:100 > RX bytes:802856 (784.0 Kb) TX bytes:35453 (34.6 Kb) > Interrupt:11 Base address:0xe400 > > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:78 errors:0 dropped:0 overruns:0 frame:0 > TX packets:78 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:5892 (5.7 Kb) TX bytes:5892 (5.7 Kb) > > sit0 Link encap:IPv6-in-IPv4 > NOARP MTU:1480 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) > > linux:~ # > > With regards > > Claus Larsen > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _____________________________________________________________________ > 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.openprojects.net > -- ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _____________________________________________________________________ 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.openprojects.net
