I've been trying the last 2 days to get my network configuration to work, I don't entirely understand how this networking stuff works,
my interfaces:
This all seems to work but when I create a virtual machine that uses vmbr0 it cannot connect to the internet
my interfaces:
Code:
# network interface settings; autogenerated Please do NOT modify this
# file directly, unless you know what you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
# source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto enp2s0
# route 144.xxx.xxx.64/27 via 144.xxx.xxx.65
iface enp2s0 inet manual
iface enp2s0 inet6 manual
auto vmbr0
iface vmbr0 inet static
address 144.xxx.xxx.70
netmask 255.255.255.255
gateway 144.xxx.xxx.65
pointopoint 144.xxx.xxx.65
broadcast 144.xxx.xxx.95
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
iface enp2s0 inet6 static
address 2a01:xxx:xxx:1245::2
netmask 64
gateway fe80::1
auto vmbr1
iface vmbr1 inet static
address 10.10.10.1
netmash 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0