Hello
Currently I have Proxmox running on a older gaming rig. It only has a single NIC.
I do not currently have a managed switch before proxmox it is directly touching the all in one Router Provided by ISP.
Eventually I will setup the 48 port cisco switch i have but for now I was wondering if its possible to:
1. Set up multiple configs in proxmox so that I can swap to allow proxmox to have internet access for updating and downloading Templates.
2. Have a second Ip address for Proxmox with in the Pfsense Lan to for downloading and updating.
Please bare with my lack of knowledge in this subject. This is a home lab and I am learning as I go.
Pfsense Wan is pointing to vmbr0
Pfsence Lan is pointing to Vmbr1 with a 192.168.1.1 /24
Currently I have Proxmox running on a older gaming rig. It only has a single NIC.
I do not currently have a managed switch before proxmox it is directly touching the all in one Router Provided by ISP.
Eventually I will setup the 48 port cisco switch i have but for now I was wondering if its possible to:
1. Set up multiple configs in proxmox so that I can swap to allow proxmox to have internet access for updating and downloading Templates.
2. Have a second Ip address for Proxmox with in the Pfsense Lan to for downloading and updating.
Please bare with my lack of knowledge in this subject. This is a home lab and I am learning as I go.
Pfsense Wan is pointing to vmbr0
Pfsence Lan is pointing to Vmbr1 with a 192.168.1.1 /24
auto lo
iface lo inet loopback
auto enp0s31f6
iface enp0s31f6 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.50/24
gateway 192.168.0.1
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
#WAN
auto vmbr1
iface vmbr1 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
iface lo inet loopback
auto enp0s31f6
iface enp0s31f6 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.50/24
gateway 192.168.0.1
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
#WAN
auto vmbr1
iface vmbr1 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
Last edited: