Configuring VLANs on Fedora CoreInteractive VLAN configuration is done with the A configured VLAN is up enough so that you can receive traffic on it. If
all you're interested in is doing things like bridging virtual machines
onto the VLAN's network, you don't need to do anything more at the host
level; otherwise, you're going to need to give the VLAN interface an
IP address somehow. I don't recommend using DHCP, because as far as I
know there's no way to tell the Fedora DHCP clients to not helpfully
rewrite your (Really what one wants is a 'shut up and get me an IP address, JUST an IP address, no routes, no nothing' option for some DHCP client. But this is kind of an obscure thing, so I can understand why it's not there.) For permanent configuration, you can create ifcfg scripts in
DEVICE=eth0.6 VLAN=yes ONBOOT=yes (You can say ' The ' There's an alternate format for the VLAN ID and base device information: DEVICE=vlan6 PHYSDEV=eth0 VLAN=yes ONBOOT=yes (For VLAN ID 6 on eth0 again.) As far as I can see, you still get a device called ' Fedora's Because VLAN devices are regular Ethernet devices, you can use
(This is the kind of entry I write so that I have all of this information in one place the next time I need it.) |
These are my WanderingThoughts GettingAround This is part of CSpace, and is written by ChrisSiebenmann. * * * Atom feeds are available; see the bottom of most pages. Categories: links, linux, programming, python, snark, solaris, spam, sysadmin, tech, unix, web |