[SOLVED] No Internet @Windows VM

kw3r

New Member
Jul 30, 2020
2
0
1
25
Yet another "no internet" problem. I tried all the guides, but I still cant get it working.

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

1.PNG

2.PNG

IPs are replaced.
 
Thanks for share the solution :)

Please mark the thread as [SOLVED] to help other people who have the same problem Thanks!