Novara,
I forgot to ask - What distro are you running? Or more specifically, what version of
dhcpd are you running?
As for the tftp, are you sure that it is installed on the server?
>From your error message, it appears that not having tftp is not yet the problem.
>Either your workstation cannot contact the dhcp server or the dhcp server is not
>properly configured.
>From your dhcpd.conf below, I see a few problems.
1. Your range 190.168.90.7 192.168.90.9 conflicts with the assignment of 192.168.90.9
to ws001
So maybe dhcpd is getting confused or it has already assigned .9 to another system on
your network. Try assigning ws001 to 192.168.90.10 or whatever just as long as the ip
is not within the range of the shared-network.
If you are only hosting linux terminals with dhcpd then you don't need a range at all.
2. In ws001 you specify "option opton-128 e4:45:74:68;"
This should be "option option-128 e4:45:74:68:00:00;"
Just a few other thoughts for troubleshooting:
1. Can you ping the server from another computer through the hub that you are trying
to use?
If not, then you have a network problem somewhere between the server and the client -
check cables, connectors, etc
2. Can you get another system (windows,mac,linux, whatever) to obtain an ip address
from your dhcp server?
If you can not, then dhcp is still not properly configured. If you can then it is
configured properly and there are no network problems. You should then look for
problems on the workstation (network card, cableing, etc) or problems with the ws001
configuration in dhcpd.conf
hope this helps
rob
On Thu, 18 Apr 2002 07:57:27 -0700 (PDT)
Novara Sari Jambak <[EMAIL PROTECTED]> wrote:
>
>
> > You might want to verify that dhcpd is in fact
> > running.
> > Try $ netstat -an | grep ":67" to see if it is
> > running. You should see something like
> > "udp 0 0 0.0.0.0:67
> > 0.0.0.0:*"
> >
> > If you don't then dhcpd is probably not running. You
> > might want to post your dhcpd.conf here so we can
> > look at it.
> it is running. After I set upthe dhcp server on my
> ltsp server. I followed all the steps in the
> troubleshooting section for dhcp.
> I tried netstat, servie dhcpd start/restart, ps
> -aux|grep dhcp etc, etc.
>
> tail -f /var/log/messages gave:
>
> Wrote 0 deleted host decls to leases file
> Wrote 0 new dynamic host decls to leases file
> Wrote 0 leases to leases file
> Listening on LPF eth0 00:c0:26;2f:b2:c6 /WORKSTATIONS
> Sending on LPF eth0 00:c0:26;2f:b2:c6 /WORKSTATIONS
> Sending Socket/fallback/falback-net
>
> service dhcpd start gave:
> Killing host route we defined at startup [ok]
> no dhcp in /etc/conf.linuxconf, get eth0 as default
> interface
> Adding local broadcast host route: [ok]
>
> My ws is connected to the ltsp server through a hub.
> But since I used an 3c509 card, and there's only a BNC
> connector so I wasn't about cross-over or
> straight-through thing.
>
> here is my dhcpd.conf file
>
> #ddns-update-style ad-hoc; /* I commented it out 'cos
> it kept complaining about a semi-colon needed whenever
> I started/restarted the dhcpd */
> default-lease-time 21600;
> max-lease-time 43200;
>
> option subnet-mask 255.255.255.0;
> option broadcast-address 192.168.90.255;
> option routers 202.46.5.1;
> option domain-name-servers 202.46.5.6;
> option domain-name "nebula.controlnet.....id;
> option root-path "192.168.90.11:/opt/ltsp/i386";
> option option-128 code 128 = string;
> option option-129 code 129 = text;
>
> shared-network WORKSTATIONS {
> subnet 192.168.90.0 netmask 255.255.255.0 {
> range 190.168.90.7 192.168.90.9;
> }
>
> group {
> use-host-decl-names on;
> option-log-servers 192.168.90.11;
>
> host ws001 {
> hardware ethernet 00:20:AF:14:B0:80;
> fixed-address 192.168.90.9;
> filename /tftpboot/lts/vmlinuz-2.4.9-ltsp-5";
> option opton-128 e4:45:74:68;
> option option-129 "NIC=3c509";
> }
> }
> }
>
> /etc/hosts
>
> 192.168.90.11 nebula.controlnet...id nebula
> 192.168.90.9 ws001.nebula.controlnet..id ws001
>
> one more thing, I tried
> netstat -an |grep ":69"
>
> and it didn't do nothing.
> when i checked /etc/xinetd.d
> there's no tftp there. what should I do/
>
> thanks
> Vara
>
_____________________________________________________________________
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