Option 3 (Routing) does not appear for fixed-address hosts after dhcp relay

Edward Aronovich eddiea at tau.ac.il
Tue Jul 5 15:01:18 UTC 2011


 

Hi,

 

                DHCP Server 4.2.1-P1 with fail over accessed through a
dhcp relay does not return  router address when fixed-address statement
is used.

 

                Not working:

host penguin    { hardware ethernet 00:XX:XX:XX:XX:XX; ddns-hostname
"hostname"; fixed-address 10.100.100.200 ; }  - Option 3 - Router
(default gw) is not given by the servers.

In DHCP version 3.1 it works fine.

 

 

                Working:

host penguin    { hardware ethernet 00:XX:XX:XX:XX:XX; ddns-hostname
"hostname"; } - Option 3 - Router (default gw) is returned and the
computer works fine.

host penguin    { hardware ethernet 00:XX:XX:XX:XX:XX; ddns-hostname
"hostname"; fixed-address 10.100.100.200 ;  option routers
10.100.100.1;}  - Works fine.

 

Address and many other parameters are returned in both cases.

 

The pool is declared as:

 

                subnet 10.100.100.0 netmask 255.255.255.0 }

        pool}

                failover peer "lb-1";

                range 10.100.100.65 10.100.100.254;

                option routers 10.100.100.1;

                option domain-name-servers 10.10.10.10;

                option dhcp-renewal-time 43100;

                ignore unknown-clients;

        }

}

 

Any help would be appreciated,

Eddie

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20110705/56cdf08a/attachment.html>


More information about the dhcp-users mailing list