DHCP relay and multiple shared-network statements

Dánial Olsen DOL at ft.fo
Mon Nov 1 22:01:23 UTC 2010


Thanks for the quick response.

I've tried that (again just now), and without the 10.102.8.x neither 
subnet is working - both produce a "wrong network" and DHCPNAK.

Also tried removing both shared-network statements, same problem.


--
Dánial


> -----Original Message-----
> From: dhcp-users-bounces+dol=ft.fo at lists.isc.org [mailto:dhcp-users-
> bounces+dol=ft.fo at lists.isc.org] On Behalf Of Tim Gavin
> Sent: Monday, November 01, 2010 9:51 PM
> To: Users of ISC DHCP
> Subject: Re: DHCP relay and multiple shared-network statements
> 
> I also have a Juniper doing something similar.  Take the 10.102.8.x off
> your DHCP config.  Also, if you don't have any networks you're going to
> attach, you don't even need the shared-network statements.
> 
> 
> 
> shared-network apn1 {
>          subnet 192.168.220.0 netmask 255.255.255.0 {
>                  default-lease-time 86400;     # 1 day
>                  max-lease-time 2592000;       # 1 month
> 
>                  range 192.168.220.10 192.168.220.50;
>          }
> }
> 
> 
> shared-network apn2 {
>          subnet 10.124.0.0 netmask 255.255.255.0 {
>                  default-lease-time 86400;     # 1 day
>                  max-lease-time 2592000;       # 1 month
> 
>                  range 10.124.0.1 10.124.0.50;
>          }
> }
> 




More information about the dhcp-users mailing list