[PVE-User] Dummy interfaces automatic starting
Gilberto Martins
gsilva.martins at gmail.com
Sun Mar 18 19:58:55 CET 2012
Great Fabio.
It really worked well, thanks!
Gilberto Martins
2012/3/18 Fábio Rabelo <fabio at fabiorabelo.wiki.br>:
> Add something like that in your /etc/network/interfaces
>
> # dummy interface
> auto dummy0
> iface dummy0 inet manual
>
> # The internal network interface
> auto br1
> iface br1 inet static
> address 192.168.2.50
> netmask 255.255.255.0
> network 192.168.2.0
> broadcast 192.168.2.255
> bridge_ports dummy0
> bridge_fd 9
> bridge_hello 2
> bridge_maxage 12
> bridge_stp off
>
>
> Fábio Rabelo
More information about the pve-user
mailing list