Re: DHCP on several VLANs

2018-09-13 Thread Stuart Henderson
On 2018-09-13, Kapetanakis Giannis wrote: > On 13/09/18 16:25, Allan Streib wrote: >> I need to set up DHCP for several VLANs. The server has 1 physical >> interface (bnx1) available for this. >> >> My naive thought is I create the vlans with bnx1 as the "parent", e.g. >> >> /etc/hostname.vlan10

Re: DHCP on several VLANs

2018-09-13 Thread Kapetanakis Giannis
On 13/09/18 16:25, Allan Streib wrote: > I need to set up DHCP for several VLANs. The server has 1 physical > interface (bnx1) available for this. > > My naive thought is I create the vlans with bnx1 as the "parent", e.g. > > /etc/hostname.vlan101: > inet 172.16.101.253 255.255.255.0 NONE parent

DHCP on several VLANs

2018-09-13 Thread Allan Streib
I need to set up DHCP for several VLANs. The server has 1 physical interface (bnx1) available for this. My naive thought is I create the vlans with bnx1 as the "parent", e.g. /etc/hostname.vlan101: inet 172.16.101.253 255.255.255.0 NONE parent bnx1 vnetid 101 /etc/hostname.vlan102: inet 172.16.1