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

Edward Aronovich eddiea at tau.ac.il
Wed Jul 6 14:23:39 UTC 2011


> 
> Please copy and paste the config as it's defined, not what you've
> mistyped above !
> 
> But I see two problems :
> 
> 1) You must NEVER have a fixed address which is part of a dynamic
> pool. Sooner or later this will cause you problems. But that's not
> your issue.
> 
> 2) You should define the subnet options OUTSIDE of the pool like this
:
> 
> subnet 10.100.100.0 netmask 255.255.255.0 {
>    pool {
>      failover peer "lb-1";
>      range 10.100.100.65 10.100.100.254;
>    }

That did the trick !
The problem was the routing options were part of the pool and not of the
subnet as it was suppose to be.

Thank you,
Eddie


> The issue is that your fixed address assignment is not part of the
> pool, therefore options defined in the pool are not applied to it. By
> defining the options correctly in the subnet scope, they will be
> inherited by your fixed address declaration.
> 
> --
> Simon Hobson
> 
> Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed
> author Gladys Hobson. Novels - poetry - short stories - ideal as
> Christmas stocking fillers. Some available as e-books.
> _______________________________________________
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users



More information about the dhcp-users mailing list