Did not work as expected

Lyle Giese lyle at lcrcomputer.net
Mon Jun 29 20:48:10 UTC 2015


You need two subnets, one for 192.168.88.0/25 and one for 192.168.88.128/25.

Lyle

On 06/29/15 15:42, Leandro wrote:
> Hi guys , while trying to get my config working, got this unexpected 
> result.
> After setting following connection diagram:
>
> rel
>
> Having following dhcpd.conf subnet config:
>
> shared-network Public {
>         subnet 192.168.88.0 netmask 255.255.255.0{
>                 #pool1
>                 pool{
>                 range 192.168.88.2 192.168.88.126;
>                 option broadcast-address 192.168.88.127;
>                 option subnet-mask 255.255.255.128;
>                 option routers 192.168.88.1;
>                 }
>                 #pool2
>                 pool{
>                 range 192.168.88.129 192.168.88.254;
>                 option broadcast-address 192.168.88.255;
>                 option subnet-mask 255.255.255.128;
>                 option routers 192.168.88.129;
>                 }
>
>         }
>
> }
>
>
> I got following lease asigment:
> Jun 29 17:04:42 centos86_64 dhcpd: DHCPDISCOVER from 08:00:27:95:d9:62 
> via 192.168.88.129
> Jun 29 17:04:42 centos86_64 dhcpd: DHCPOFFER on 192.168.88.33 to 
> 08:00:27:95:d9:62 via 192.168.88.129
> Jun 29 17:04:42 centos86_64 dhcpd: DHCPREQUEST for 192.168.88.33 
> (20.1.1.254) from 08:00:27:95:d9:62 via 192.168.88.129
> Jun 29 17:04:42 centos86_64 dhcpd: DHCPACK on 192.168.88.33 to 
> 08:00:27:95:d9:62 via 192.168.88.129
>
> What is wrong ?I expeted that request coming from 192.168.88.129 would 
> receive some lease from pool2 since 192.168.88.129 falls there.
> Instead I, receibing a lease from pool1 including the router option 
> ... The client connected behind relay2 will never go out.
> Any Ideas ?
>
> Thanks in advance,
> Leandro.
>
>
>
>
> _______________________________________________
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20150629/f87d83b9/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 86860 bytes
Desc: not available
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20150629/f87d83b9/attachment-0001.png>


More information about the dhcp-users mailing list