dummy0 Link encap:Ethernet HWaddr 3e:a7:89:98:0d:35
inet6 addr: fe80::3ca7:89ff:fe98:d35/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:678 (678.0 B)
eth0 Link encap:Ethernet HWaddr 00:30:48:de:79:76
inet6 addr: fe80::230:48ff:fede:7976/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12700687 errors:0 dropped:0 overruns:0 frame:0
TX packets:9355505 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:15553720397 (14.4 GiB) TX bytes:5939736272 (5.5 GiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:303873 errors:0 dropped:0 overruns:0 frame:0
TX packets:303873 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:108550870 (103.5 MiB) TX bytes:108550870 (103.5 MiB)
venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
RX packets:14029 errors:0 dropped:0 overruns:0 frame:0
TX packets:3130 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1140402 (1.0 MiB) TX bytes:262920 (256.7 KiB)
vmbr0 Link encap:Ethernet HWaddr 00:30:48:de:79:76
inet addr:xxx.xxx.xxx.127 Bcast:94.23.204.255 Mask:255.255.255.0
inet6 addr: fe80::230:48ff:fede:7976/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12596540 errors:0 dropped:0 overruns:0 frame:0
TX packets:6803422 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:15369899955 (14.3 GiB) TX bytes:5771754830 (5.3 GiB)
vmbr1 Link encap:Ethernet HWaddr 3e:a7:89:98:0d:35
inet6 addr: fe80::3ca7:89ff:fe98:d35/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:468 (468.0 B)
# 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
auto lo
iface lo inet loopback
# for Routing
auto vmbr1
iface vmbr1 inet manual
post-up /etc/pve/kvm-networking.sh
bridge_ports dummy0
bridge_stp off
bridge_fd 0
# vmbr0: Bridging. Make sure to use only MAC adresses that were assigned to you.
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xxx.127
netmask 255.255.255.0
network xxx.xxx.xxx.0
broadcast xxx.xxx.xxx.255
gateway xxx.xxx.xxx.254
bridge_ports eth0
bridge_stp off
bridge_fd 0