Windows VM has no internet

dgx

New Member
Sep 11, 2019
4
1
1
30
Hello,

I am trying to configure a server i got from hetzner using proxmox but my first Windows vm has no internet, i will be also configuring second linux VM once i solve the network problem,

We currently have three IPS as follows. We want to run two kvm vms, So one IP for windows VM, another IP for Linux vm.

Code:
Main IP: 78.46.90.44
Net mask: 255.255.255.224
Gateway: 78.46.90.33

Additional IP 1: 78.46.90.46
Net mask: 255.255.255.224
MAC: 00:50:56:00:D5:A8

Additional IP 2: 78.46.90.58
Net mask: 255.255.255.224
MAC: 00:50:56:00:E1:AE

/etc/network/interfaces as follows

Bash:
# 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

auto eth0
iface eth0 inet static
        address  78.46.90.44
        netmask  255.255.255.224
        gateway  78.46.90.33

auto vmbr0
iface vmbr0 inet static
        address  78.46.90.44
        netmask  255.255.255.224
        bridge-ports none
        bridge-stp off
        bridge-fd 0

auto vmbr1
iface vmbr1 inet static
        address  78.46.90.58
        netmask  255.255.255.224
        bridge-ports none
        bridge-stp off
        bridge-fd 0

I installed all the drivers VirtIO drivers and the network stays 'Identifying...'

Screenshot 1: VM Settings
Screenshot 2: Network Settings

Am i doing something wrong in the network configuration?
 
Last edited: