Yet another "no internet" problem. I tried all the guides, but I still cant get it working.
IPs are replaced.
Code:
root@Proxmox-VE ~ # cat /proc/sys/net/ipv4/ip_forward
1
Code:
root@Proxmox-VE ~ # cat /etc/network/interfaces
### Hetzner Online GmbH installimage
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto enp2s0
iface enp2s0 inet static
address 144.76.211.168
netmask 255.255.255.224
gateway 144.76.201.161
pointopoint 144.76.201.161
iface enp2s0 inet6 static
address 2a01:7f8:202:82a8::2
netmask 64
gateway fe80::1
auto vmbr0
iface vmbr0 inet static
address 144.76.211.168
netmask 255.255.255.224
bridge_ports none
bridge_stp off
bridge_fd 0
bridge_maxwait 0
up ip route add 144.76.211.189/32 dev vmbr0
IPs are replaced.