Re: DHCP server over VLANs one interface
Peter Stuge <[email protected]>
| Newsgroups | gmane.linux.drivers.vlan |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Nov 28, 2005 at 01:10:13PM -0500, Nicolas Ross wrote: > It's as simple as deploying over "hard lines"... > > Just write your dhcpcd.conf file as you would for a "real" > interface. > That's what I did here. Don't forget # vconfig set_flag eth1.5 REORDER_HDR 1 for all VLAN interfaces that you wish dhcpd to work on. //Peter