VLAN: Difference between revisions
Jump to navigation
Jump to search
Created page with "# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface au..." |
No edit summary |
||
| Line 1: | Line 1: | ||
==Debian VLAN Example== | |||
{{File|/etc/network/interfaces|content= | |||
# This file describes the network interfaces available on your system | # This file describes the network interfaces available on your system | ||
# and how to activate them. For more information, see interfaces(5). | # and how to activate them. For more information, see interfaces(5). | ||
| Line 51: | Line 55: | ||
iface xenbr2 inet manual | iface xenbr2 inet manual | ||
bridge_ports eth0.30 | bridge_ports eth0.30 | ||
}} | |||
Revision as of 18:24, 4 August 2012
Debian VLAN Example
/etc/network/interfaces