Hi there,
I am new to Proxmox and virtualization and I am having difficulty in understanding and setting up the network configuration that I want.
I have:
Proxmox VE 7-4-3 installed on a ProtectLi vault with 6 NICs
enp1s0 is connected to a port on my firewall (a ProtectLi FW running PFSense).
- the routing rules and NAT put this as a 192.168.80.X network and run this through an OpenVPN VPN
- the PFsense runs DHCP on this subnet (192.168.80.X, with 192.168.80.1 being the gateway)
enp2s) is connected to a second port on my firewall
- the routing rules and NAT put this as a 192.168.70.X network and run directly to the WAN port
- the PFsense runs DHCP on this subnet (192.168.70.X with 192.168.70.1 being the gateway)
What I am trying to do:
- I am running 3 containers and a VM
100 - docker
103 - file shares
104 - plex server
VM (101) - ubuntu desktop
I want the docker container to go out through the enp1s0 port and thus go through the VPN
I want the other container (104) to go out through the enp2s0 port and thus go directly to the internet (without VPN)
I have a vmbr0 that bridges enp1s0 and it seems to work
I can't find a way to leverage the 2nd ethernet port to go to a different network with a different gateway. I tried to create a new bridge (vmbr1 - that is linked to enp2s0) - that I assigned 192.168.70.10 to (without a default gateway) but it can't route to anywhere.
Does Proxmox allow for different containers to be on different ip subnets (through different ports)?
Help - confused.
I am new to Proxmox and virtualization and I am having difficulty in understanding and setting up the network configuration that I want.
I have:
Proxmox VE 7-4-3 installed on a ProtectLi vault with 6 NICs
enp1s0 is connected to a port on my firewall (a ProtectLi FW running PFSense).
- the routing rules and NAT put this as a 192.168.80.X network and run this through an OpenVPN VPN
- the PFsense runs DHCP on this subnet (192.168.80.X, with 192.168.80.1 being the gateway)
enp2s) is connected to a second port on my firewall
- the routing rules and NAT put this as a 192.168.70.X network and run directly to the WAN port
- the PFsense runs DHCP on this subnet (192.168.70.X with 192.168.70.1 being the gateway)
What I am trying to do:
- I am running 3 containers and a VM
100 - docker
103 - file shares
104 - plex server
VM (101) - ubuntu desktop
I want the docker container to go out through the enp1s0 port and thus go through the VPN
I want the other container (104) to go out through the enp2s0 port and thus go directly to the internet (without VPN)
I have a vmbr0 that bridges enp1s0 and it seems to work
I can't find a way to leverage the 2nd ethernet port to go to a different network with a different gateway. I tried to create a new bridge (vmbr1 - that is linked to enp2s0) - that I assigned 192.168.70.10 to (without a default gateway) but it can't route to anywhere.
Does Proxmox allow for different containers to be on different ip subnets (through different ports)?
Help - confused.