Displaying 4 results from an estimated 4 matches for "vlan201".
Did you mean:
vlan200
2011 Mar 02
4
networkinterface type proposal
...=> "enabled", # sets ONBOOT=true, causes ifup refresh
hwaddr => "00:aa:bb:cc:dd:ee"
ipaddress => "10.0.0.2",
netmask => "255.255.255.0",
gateway => "10.0.0.1",
}
### vlan example
networkinterface { "vlan201":
ensure => "enabled",
ipaddress => "10.0.0.3",
netmask => "255.255.255.0",
gateway => "10.0.0.1",
vlantag => "201", # 1 through 4096
physicaldev => "eth0", # parent device, need thi...
2007 Apr 18
1
[Bridge] eth2.100: received packet with own address as source address
...0007e90f40c1 yes eth0.101
eth2.101
vlan102 5dc0.00e08163c33f yes eth3
vlan200 5dc0.0007e90f40c1 yes eth0.200
eth2.200
vlan201 5dc0.0007e90f40c1 yes eth0.201
eth2.201
vlan300 5dc0.0007e90f40c1 yes eth0.300
eth2.300
vlan301 5dc0.0007e90f40c1 yes...
2011 Sep 08
15
correct steps to add XEN bridge to Debian squeeze?
Hi all,
Does anyone know what the correct steps are to add a XEN bridge, let''s
say xenbr0 to Debian Squeeze?
I have added the following to /etc/network/interfaces
# XEN Bridge
auto xenbr0
iface xenbr0 inet manual
bridge ports eth0
bridge_stp off
bridge_fd 0
And then rebooted the server but brctl show still shows eth0 as bridge:
newusaxen:~# brctl
2002 Apr 25
1
Routing between two tunnels
...255.255.255.0 U 0 0 0
greta
localnet * 255.255.255.0 U 0 0 0 eth1
192.168.0.0 * 255.255.0.0 U 0 0 0 tap0
192.168.0.0 * 255.255.0.0 U 0 0 0
greta
default vlan201-gw.um.l 0.0.0.0 UG 0 0 0 eth0
:: tinc.conf ::
Name=melc
Device=/dev/tap0
KeyExpire = 30000000
PrivateKeyFile = /etc/tinc/boppen/rsa_key.priv
:: tinc-up ::
#!/bin/sh
ifconfig tap0 hw ether fe:fd:00:00:00:00
ifconfig tap0 192.168.1.250 netmask 255.255.0.0
ifconfig tap0 -arp
r...