SV: Serving two subnets on same VLAN

Fredrik Björk fredrik.bjork at fiberdata.se
Sat Sep 24 21:11:25 UTC 2011


Hi!

That's what the shared-network statement is used for:

shared-network MyNetName {
 subnet 10.0.1.0 netmask 255.255.255.0 {
 ...
 }
 subnet 192.168.1.0 netmask 255.255.255.0 {
 ...
 }
 subnet 192.168.1.0 netmask 255.255.255.0 {
 ...
 }
} 

/Fredrik



More information about the dhcp-users mailing list