A bit of background: I recently changed from a old hardware router to Pfsense hosted on Proxmox. Pfsense has its own WAN & LAN port with PCI passthrough to a dual NIC and Proxmox managment has its own NIC(onboard).
After changing the IP range in my network from 10.0.8.1 to 192.168.1.1 and checking the connection to all other servers & managed switch I have running, I havent been able to connect to Proxmox GUI, kinda. I changed Proxmox to be hosted on 192.168.1.201 and the DHCP leasing range is from 0.100-0.199 so that IP shouldnt be handed out to another service.
I can ping both 192.168.1.1 & 8.8.8.8 from proxmox when logging into proxmox directly from the host. I can also ping proxmox (192.168.1.201) from my windows machine. All with succes.
To make matters worse, I was able to connect directly to proxmox with a cable from my windows machine and open the GUI in Edge for a couple of minutes before it crashed. As I am writing this I was able to connect to the GUI for around a minute before crashing yet again. Its only the GUI that crashes from what I can gather since pfsense is stil running and I can still ping from and to Proxmox. It seem to be random when I can connect to the GUI but either way it crashes soon after.
I have attached a picture from the network tab in Proxmox. I dont know why but enp8s0f0 seems offline but those are the NICs, pfsense uses.
After changing the IP range in my network from 10.0.8.1 to 192.168.1.1 and checking the connection to all other servers & managed switch I have running, I havent been able to connect to Proxmox GUI, kinda. I changed Proxmox to be hosted on 192.168.1.201 and the DHCP leasing range is from 0.100-0.199 so that IP shouldnt be handed out to another service.
Code:
------------------------------------------------------------------------
Welcome to Proxmox Virtual Enviroment. Please use your web browser to
configure this server - connect to:
https://192.168.1.201:8006/
-------------------------------------------------------------------------
pve login:
Code:
/etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.1.201 pve.home.arpa pve
#IPv6 not configured
Code:
/etc/network/interfaces
auto lo
iface lo inet loopback
iface enp5s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.201
gateway 192.168.1.1
bridge-ports enp5s0
brigde-stp off
bridge-fd 0
iface enp4s0 inet manual
iface enp8s0f0 inet manual
iface enp8s0f1 inet manual
I can ping both 192.168.1.1 & 8.8.8.8 from proxmox when logging into proxmox directly from the host. I can also ping proxmox (192.168.1.201) from my windows machine. All with succes.
To make matters worse, I was able to connect directly to proxmox with a cable from my windows machine and open the GUI in Edge for a couple of minutes before it crashed. As I am writing this I was able to connect to the GUI for around a minute before crashing yet again. Its only the GUI that crashes from what I can gather since pfsense is stil running and I can still ping from and to Proxmox. It seem to be random when I can connect to the GUI but either way it crashes soon after.
I have attached a picture from the network tab in Proxmox. I dont know why but enp8s0f0 seems offline but those are the NICs, pfsense uses.