Please excuse me here if this is actually a opnsense problem and not a proxmox issue.
I have a new install that has one vm which is opnsense.
I have the following in my /etc/network/interfaces
I have an onboard nic and a 4 port pci card.
My WAN is connected to enp3s0f0 and my LAN is on enp3s0f1.
I have opnsense installed on 172.16.0.1, this correctly gets my WAN IP (starlink) and issues DHCP on LAN. I currently have my LAN port heading to my switch and from the switch to enp5s0. This gives an IP of 172.16.0.65.
I can SSH to the proxmox server on this port from another machine on the 172.16.0.* network, but I cannot open the GUI, I immediately get a refused to connect message, I can also ping the proxmox host from the 172.16.0.* network...
My initial proxmox setup got an address from my previous network, hence the 10.0.4.* network, this network no longer exists, I feel this may be the cause of my issues but I am unsure on what I should change this to as this IP is not being provided by my ISP... the 172.16.0.* network succesfully connects to the outside world, its just getting back to the proxmox machine I am struggling with (gui that is!)
If there is anything else I can provide that could help then please let me know.
I have a new install that has one vm which is opnsense.
I have the following in my /etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface enp3s0f0 inet manual
iface enp3s0f1 inet manual
iface enp3s0f2 inet manual
iface enp3s0f3 inet manual
iface enp5s0 inet dhcp
auto vmbr0
iface vmbr0 inet static
address 10.0.4.10/24
gateway 10.0.4.1
bridge-ports enp3s0f0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 172.16.0.250/24
bridge-ports enp3s0f1
bridge-stp off
bridge-fd 0
auto vmbr2
iface vmbr2 inet static
address 172.16.1.250/24
bridge-ports enp3s0f2
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
I have an onboard nic and a 4 port pci card.
My WAN is connected to enp3s0f0 and my LAN is on enp3s0f1.
I have opnsense installed on 172.16.0.1, this correctly gets my WAN IP (starlink) and issues DHCP on LAN. I currently have my LAN port heading to my switch and from the switch to enp5s0. This gives an IP of 172.16.0.65.
I can SSH to the proxmox server on this port from another machine on the 172.16.0.* network, but I cannot open the GUI, I immediately get a refused to connect message, I can also ping the proxmox host from the 172.16.0.* network...
My initial proxmox setup got an address from my previous network, hence the 10.0.4.* network, this network no longer exists, I feel this may be the cause of my issues but I am unsure on what I should change this to as this IP is not being provided by my ISP... the 172.16.0.* network succesfully connects to the outside world, its just getting back to the proxmox machine I am struggling with (gui that is!)
If there is anything else I can provide that could help then please let me know.