shared-network question...

Simon Hobson dhcp1 at thehobsons.co.uk
Fri Jan 2 16:20:14 UTC 2009


Jason Gerfen wrote:

>My question is what are the available [ parameters ] available for 
>the shared-network definition. Are they everything that is available 
>in the dhcpd-options man page?

I think anything that makes sense at a subnet level should be OK at 
teh shared-subnet level.


>What I would like to do is something similar to the following:
>
>#### Shared Network Definitions ####
>
>### Shared Network 'MySharedNetwork' ###
>shared-network MySharedNetwork {
>
>  option routers 192.168.241.1, 192.168.16.1, 192.168.211.1
>
>      ## 'Vlan-022' Subnet Definition ##
>      subnet 192.168.241.0 netmask 255.255.255.0 {
>           option domain-name-servers 192.168.15.2, 192.168.18.2;
>           option ip-forwarding off;
>      }
>
>      ## 'mac_mmc_staff' Subnet Definition ##
>      subnet 192.168.16.0 netmask 255.255.255.128 {
>           option domain-name-servers 192.168.115.10, 192.168.201.10;
>           option ip-forwarding off;
>      }
>
>      ## 'mac_union_lvl_2' Subnet Definition ##
>      subnet 192.168.211.192 netmask 255.255.255.192 {
>           option domain-name-servers 192.168.115.10, 192.168.201.10;
>           option ip-forwarding off;
>      }
>}

Well I don't think dhcpd will care, but why ? It's not a valid set of 
routers for ANY of your clients.


-- 
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.



More information about the dhcp-users mailing list