Hetzner Problem with Proxmox and Windows VM (Internet Connection)

b0eH

New Member
Feb 10, 2020
1
0
1
30
Hey there,

ive wasted problaby 2 days with the following problem:
I got an hetzner server on which Debian is installed. I installed proxmox to get a Windows VM.
The Windows VM is installed, Networkdrivers are added but i cant get access to the internet from the VM :(

Ive got 2 ips:

MainIP: 123.123.123.68
Gateway: 123.123.123.65
Netmask: 255.255.255.224
Broadcast: 123.123.123.95

SecondIP: 234.234.234.103
Gateway: 234.234.234.97
Netmask: 255.255.255.224
Broadcast: 234.234.234.127

This is my /etc/network/interfaces

Code:
auto lo
iface lo inet loopback
iface lo inet6 loopback

auto enp2s0
iface enp2s0 inet static
  address 123.123.123.68
  netmask 255.255.255.224
  gateway 123.123.123.65
  pointopoint 123.123.123.65

auto vmbr0
iface vmbr0 inet static
  address 123.123.123.68
  netmask 255.255.255.255
  bridge_ports none
  bridge_stp off
  bridge_fd 0
                 up ip route add 234.234.234.103/32 dev vmbr0

On the windows vm i changed the ipv4 settings like:
IP-Adress: 234.234.234.103
Subnetmask: 255.255.255.224
Standardgateway: 123.123.123.68

hetzner_network.jpg

I can ping via cmd: ping 123.123.123.68 and got an answer.
But ive got no internet connection :s

Can you help me?