Srefano,

I've not tried the dhcp-relay thing, but I have something
you can try.

By default, the workstation will attempt to contact
the same machine that handed out the dhcp info.  In this
case, the workstation may be confused about where the
dhcp info really came from.

Try adding a 'next-server xxx.xxx.xxx.xxx;' entry to your
dhcpd.conf file, where the 'xxx.xxx.xxx.xxx' is the IP address
of the server where tftpd is running.


Hope that helps,

Jim McQuillan
[EMAIL PROTECTED]



On Wed, 6 Feb 2002, Srefano Morozzi wrote:

> I've a net composed from three subnet:
> 
> 192.168.1.0
> 192.168.2.0
> 192.168.4.0
> 
> 
> The subnet 192.168.2.0 is connected with 192.168.1.0 by 2 routers Zyxel.
> 
> The subnet 192.168.4.0 is connected with 192.168.1.0 by a pc-gateway.
> 
> On the subnet 192.168.1.0 all work fine.
> 
> On the subnet 192.168.2.0 the dhcp protocol work fine, but
> the workstation hang on the tftpd. (see file hosts.allow).
> 
> On the subnet 192.168.4.0 the dhcp protocol hang.
> The pc-gateway has the followings programs in background
> dhcrelay -i eth0 192.168.1.1
> dhcrelay -i eth1 192.168.1.1
> 
> ###############   file hosts.allow ################
> 
> #
> # hosts.allow   This file describes the names of the hosts which are
> #               allowed to use the local INET services, as decided
> #               by the '/usr/sbin/tcpd' server.
> #
> 
> ## LTS-begin ##
> 
> #
> # The lines between the 'LTS-begin' and the 'LTS-end' were added
> # on: dom gen 20 15:27:26 CET 2002 by the ltsp installation script.
> # For more information, visit the ltsp homepage
> # at http://www.ltsp.org
> #
> 
> bootpd:    0.0.0.0
> in.tftpd:  192.168.1.
> portmap:   192.168.1.
> in.tftpd:  192.168.2.
> portmap:   192.168.2.
> in.tftpd:  192.168.4.
> portmap:   192.168.4.
> 
> #################### file dhcpd.conf  ##########################
> 
> #################################################################
> # Sample configuration file for ISCD dhcpd
> #
> # Make changes to this file and copy it to /etc/dhcpd.conf
> #
> 
> default-lease-time            21600;
> max-lease-time                21600;
> 
> option subnet-mask            255.255.255.0;
> option broadcast-address      192.168.1.255;
> #option routers                192.168.1.126;
> option domain-name-servers    192.168.1.1;
> option domain-name            "contabilita.forteto.net";
> option root-path              "192.168.1.1:/opt/ltsp/i386";
> 
> shared-network WORKSTATIONS {
>     subnet 192.168.1.0 netmask 255.255.255.0 {
> #   option routers             192.168.1.126;
>     }
>     subnet 192.168.2.0 netmask 255.255.255.0 {
>     option routers             192.168.1.99;
>     option domain-name         "formaggio.forteto.net";
>     }
>     subnet 192.168.4.0 netmask 255.255.255.0 {
>     option routers             192.168.1.126;
>     option domain-name         "soci.forteto.net";
>     }
> }
> 
> group   {
>     use-host-decl-names       on;
>     option log-servers        192.168.1.1;
> 
> etc..
> #################################################################
> 
> 
> Help me to solve this problem!!
> 
> _____________________________________________________________________
> 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
> 


_____________________________________________________________________
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

Reply via email to