This commit is contained in:
Benoît S. 2017-01-30 17:53:28 +01:00
parent f4e0fbf51c
commit b375aba4b2

View file

@ -354,13 +354,13 @@ Exemple en créant une interface eth0.3000 et un bridge derrière (tout ce qui s
/etc/network/interfaces
~~~
auto eth0
iface eth0.3000 inet static
address 192.0.2.10
netmask 255.255.255.0
auto eth1
iface eth1.3000 inet manual
auto br0
iface br0 inet manual
auto br1
iface br1 inet static
bridge_ports eth0.3000
up echo 0 > /sys/class/net/br0/bridge/multicast_snooping
address 192.0.2.10
netmask 255.255.255.0
~~~