Hello everyone,

I am probably having problems with my
dhcp configuration because when I
start my clients none of them respond,
or the server does not acknoledge the
presence of any client requests.... So
the clients goes <sleep><sleep>.......
and when I tail -f/var/log/messages on
the server it does not show anything
or any client communicating...
I went through the troubleshooting
DHCP from the ltsp.org web site, and
these are my results:

netstat -an | grep ":67 "
udp 0 0 0.0.0.0:67
0.0.0.0:*

ps aux | grep dhcpd
root 2304 0.0 0.4 7680 2368 ?
S 18:49 0:00 /usr/sbin/dhcpd
root 3929 0.0 0.1 4272 680
pts/1 R 19:13 0:00 grep dhcpd

/sbin/iptables -L -v
Chain INPUT (policy ACCEPT 0 packets,
0 bytes)
pkts bytes target prot opt in
out source
destination

Chain FORWARD (policy ACCEPT 0
packets, 0 bytes)
pkts bytes target prot opt in
out source
destination

Chain OUTPUT (policy ACCEPT 0 packets,
0 bytes)
pkts bytes target prot opt in
out source
destination


And my dhcpd.conf is this:

default-lease-time 21600;
max-lease-time 21600;
ddns-update-style none;
allow booting;
allow bootp;

option subnet-mask         255.255.255.0;
option broadcast-address   192.168.0.255;
option routers             192.168.0.254;
option domain-name-servers
200.201.0.30, 192.168.0.254;
option domain-name         "domain.com";
option root-path
"192.168.0.254:/opt/ltsp/i386";
option option-128 code 128 = string;
option option-129 code 129 = text;

shared-network WORKSTATIONS {
subnet 192.168.0.0 netmask 255.255.255.0 {
   range 192.168.0.100 192.168.0.254;

   use-host-decl-names on;
   option log-servers  192.168.0.254;

# trick from Peter Rundle
<[EMAIL PROTECTED]>
if substring (option
vendor-class-identifier, 0, 9) =
"PXEClient"
{
   filename  "/lts/pxe/pxelinux.0";
   # NOTE: kernels are specified
in/tftpboot/lts/pxe/pxelinux.cfg/
}
else {
   filename "/lts/vmlinuz.ltsp";
}
}
}

group {
  host ws001 {
   hardware ethernet 00:15:18:8E:54:B3;
   fixed-address     192.168.0.110;
   filename          "/lts/vmlinuz.ltsp";

   #option option-128 e4:45:74:68:00:00;
   #option option-129 "NIC=3Drtl8139";
  }
}

Hopefully this will not persist with a
little help...
Please help me....

Alex
 
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br/




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_____________________________________________________________________
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