First post, so sorry about formatting. I appreciate any help anyone can offer. It's been about 4.5 hours, and I am losing my mind
Have several LXC containers & Linux VMs, all work.
However, Windows VM can ping 8.8.8.8 but not google.com / does not work
I can also connect locally to other machines on my network.
I have tried:
-Disabling IPv6 in Windows
-Setting to E1000 instead
-Setting Ipv4 to forward


Here are some configs from Proxmox:
root@theserver:~# ip a
cat /etc/network/interfaces
cat /etc/hosts
cat /etc/resolv.conf
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
link/ether 04:7c:16:b8:8a:52 brd ff:ff:ff:ff:ff:ff
3: wlo1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 64:49:7d:72:84:6d brd ff:ff:ff:ff:ff:ff
altname wlp0s20f3
4: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 04:7c:16:b8:8a:52 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.15/24 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::67c:16ff:feb8:8a52/64 scope link
valid_lft forever preferred_lft forever
5: veth150i0@if2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr150i0 state UP group default qlen 1000
link/ether fe:80:ed:77:b4:1d brd ff:ff:ff:ff:ff:ff link-netnsid 0
6: fwbr150i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether f2:62:b9:ce:cf:00 brd ff:ff:ff:ff:ff:ff
7: fwpr150p0@fwln150i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether f6:82:6a:6c:04:8c brd ff:ff:ff:ff:ff:ff
8: fwln150i0@fwpr150p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr150i0 state UP group default qlen 1000
link/ether f2:62:b9:ce:cf:00 brd ff:ff:ff:ff:ff:ff
# 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!
auto lo
iface lo inet loopback
iface enp5s0 inet manual
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.15/24
gateway 192.168.1.1
bridge-ports eth0
bridge-stp off
bridge-fd 0
127.0.0.1 localhost.localdomain localhost
192.168.1.15 theserver.myhost theserver
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
search myhost
nameserver 192.168.1.1
Have several LXC containers & Linux VMs, all work.
However, Windows VM can ping 8.8.8.8 but not google.com / does not work
I can also connect locally to other machines on my network.
I have tried:
-Disabling IPv6 in Windows
-Setting to E1000 instead
-Setting Ipv4 to forward


Here are some configs from Proxmox:
root@theserver:~# ip a
cat /etc/network/interfaces
cat /etc/hosts
cat /etc/resolv.conf
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
link/ether 04:7c:16:b8:8a:52 brd ff:ff:ff:ff:ff:ff
3: wlo1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 64:49:7d:72:84:6d brd ff:ff:ff:ff:ff:ff
altname wlp0s20f3
4: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 04:7c:16:b8:8a:52 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.15/24 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::67c:16ff:feb8:8a52/64 scope link
valid_lft forever preferred_lft forever
5: veth150i0@if2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr150i0 state UP group default qlen 1000
link/ether fe:80:ed:77:b4:1d brd ff:ff:ff:ff:ff:ff link-netnsid 0
6: fwbr150i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether f2:62:b9:ce:cf:00 brd ff:ff:ff:ff:ff:ff
7: fwpr150p0@fwln150i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether f6:82:6a:6c:04:8c brd ff:ff:ff:ff:ff:ff
8: fwln150i0@fwpr150p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr150i0 state UP group default qlen 1000
link/ether f2:62:b9:ce:cf:00 brd ff:ff:ff:ff:ff:ff
# 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!
auto lo
iface lo inet loopback
iface enp5s0 inet manual
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.15/24
gateway 192.168.1.1
bridge-ports eth0
bridge-stp off
bridge-fd 0
127.0.0.1 localhost.localdomain localhost
192.168.1.15 theserver.myhost theserver
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
search myhost
nameserver 192.168.1.1
Last edited: