Hello,
Is it possible to re-generate the default interfaces file wich is generated by the installer.
I deleted it by a mistake, got parts restored to semy working.
But i think, I'm missing something from the orig file. KVM has Internet but can't ping from other PC's.
Current:
Is it possible to re-generate the default interfaces file wich is generated by the installer.
I deleted it by a mistake, got parts restored to semy working.
But i think, I'm missing something from the orig file. KVM has Internet but can't ping from other PC's.
Current:
Code:
# The loopback network interface
auto lo
iface lo inet loopback
iface eth0 inet manual
# vmbr0: Bridging. Make sure to use only MAC adresses that were assigned to you.
auto vmbr0
iface vmbr0 inet static
address 176.31.106.8
netmask 255.255.255.0
gateway 176.31.106.254
bridge_ports eth0
bridge_stp off
bridge_fd 0
# for Routing
auto vmbr1
iface vmbr1 inet manual
post-up /etc/pve/kvm-networking.sh
#bridge_ports dummy0
bridge_ports none
bridge_stp off
bridge_fd 0