# 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 91.121.158.15 netmask 255.255.255.0 network 91.121.158.0 broadcast 91.121.158.255 gateway 91.121.158.254 bridge_ports eth0 bridge_stp off bridge_fd 0