shared-network question...

Jason Gerfen jason.gerfen at scl.utah.edu
Fri Jan 2 16:41:31 UTC 2009


Simon Hobson wrote:
> 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
>>

Sorry, I was just using examples to illustrate the point is all. And 
thanks for the info.

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


-- 
Jason Gerfen
Systems Administration/Web application development
jason.gerfen at scl.utah.edu

Marriott Library
Lab Systems PC
295 South 1500 East
Salt Lake City, Utah 84112-0806
Ext 5-9810

"Tomorrow isn't promised so we live for today"



More information about the dhcp-users mailing list