Windows VMs - No Internet

vinny147

New Member
Dec 28, 2022
10
1
3
Hi all -
New Proxmox guy here after moving off of VMware and am learning the networking ways of Promox. Naturally, having some issues. My server has one NIC I'd like to utilize with Proxmox I'd like to designate certain VMs to different VLANS. To add more, I'd like some VM to get static IP addresses and other to get their IP from DHCP. To setup my network configuration I used this video and on my firewall I have any/any rules for these VLANs. What am I doing wrong here?

Here is my network configuration:

Code:
auto lo
iface lo inet loopback

iface enp3s0f0 inet manual

iface enp2s0 inet manual

iface enp3s0f1 inet manual

auto vmbr0
iface vmbr0 inet static
        bridge-ports enp3s0f0
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4092

auto vmbr0.60
iface vmbr0.60 inet static
        address 192.168.6.11/24
        gateway 192.168.6.1
#Proxmox Interface

iface wlp4s0 inet manual

auto vmbr0.80
iface vmbr0.80 inet static
        address 192.168.8.6/24
#Domain Controller
 
Last edited: