[Maintain-dev] [JIRA] Work started: (MNT-1361) VLAN to dhcp's shared-network

Frederic Wenzel (JIRA) jira at osuosl.org
Mon Jul 31 13:55:16 PDT 2006


     [ http://bugs.osuosl.org/browse/MNT-1361?page=history ]
     
Work on MNT-1361 started by Frederic Wenzel

> VLAN to dhcp's shared-network
> -----------------------------
>
>          Key: MNT-1361
>          URL: http://bugs.osuosl.org/browse/MNT-1361
>      Project: Maintain
>         Type: Improvement
>   Components: Backend/Build Scripts
>     Versions: 3.0
>     Reporter: James O'Dell
>     Assignee: Frederic Wenzel
>      Fix For: 3.0

>
>
> Shouldn't Maintain realize that if there are 2 or more subnets are on the same VLAN
> that the DHCP server should be configured with a "shared-network" directive?
> for example
> VLAN1
>    -> 10.10.0.0/16
>    -> 192.168.1.0/24
> #dhcpd.conf.data
> shared-network VLAN1 {
>    subnet 10.10.0.0 netmask 255.255.0.0 {
>       ...
>       match hardware;
>    }
>    subnet 192.168.1.0 {
>       ...
>       allow unknown hosts;
>    }
> }
>   
> I noticed the commented out "shared-network" in dhcpd.conf.footer.
> If this the only alternative?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://bugs.osuosl.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



More information about the Maintain-dev mailing list