PROBLEM
Proxmox will not connect to the network. Pings in and out are unreachable, no access to GUI from computers on same network and subnet.
CONTEXT
I'm a noob to Proxmox but have some limited experience with networking. I already had Proxmox installed connected and working just fine on an HP Compaq Pro 6300 SFF. My goal is to have one port for WAN (enp2s0f0), run pfSense firewall & DHCP, and the other for LAN (enp2s0f1). When I reconfigured to do that, Proxmox wouldn't connect to the network. I'm pretty sure I screwed up the IP configurations. So, I reconfigured back to original setup (mostly), reinstalled Proxmox and corrected /etc/network/interfaces and /etc/hosts (I think), ifreload -a, and reboot. Right now I'm just trying to get enp2s0f0 working for WAN & LAN. Not sure if this is relevant but, I have a Netgear modem from Comcast, ethernet to a TP-Link 5 port manged switch (port 1), ethernet to enp2s0f0 (port 2), ethernet to Google Wifi Router (port 5).
I've tried:
- Changing IP to an unused address
- Changing NIC ports
- Changing inet from manual to static
- Adding netmask: 255.255.255.0
- Ensuring ifreload -a / reboot
- Rebooted modem, router and switch
- Checked physical connection, lights are blinking green
Router: Google Wifi
Router LAN IP: 192.168.86.1
DHCP Pool: 192.168.86.20 - 192.168.86.250
/# ip a
1. lo: <LOOPBACK, UP, LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_Ift forever preferred_Ift forever
inet6 ::1/128 scope host
valid_Ift forever preferred_Ift forever
1. eno1: ‹NO-CARRIER, BROADCAST, MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
link/ether 74:46:a0:95:d9:59 brd ff:ff:ff:ff:ff:ff
altname enp0s25
3. enp2s0f0: ‹BROADCAST, MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
link/ether 98:b7:85:01:da:fc brd ff:ff:ff:ff:ff:ff
4. enp2s0f1: ‹NO-CARRIER, BROADCAST, MULTICAST, UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether 98:b7:85:01:da:fd brd ff:ff:ff:ff:ff:ff
5. vmbr0: ‹BROADCAST, MULTICAST, UP , LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 98:b7:85:01:da:fc brd ff:ff:ff:ff:ff:ff
inet 192.168.86.21/24 scope global vmbr0
valid_lft forever preferred lft forever
inet6 feB0::9ab7:85ff:fe01:dafc/64 scope link
valid_Ift forever preferred_Ift forever
/# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
iface enp2s0f0 inet manual
iface enp2s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.86.21/24
netmask 255.255.255.0
gateway 192.168.86.1
bridge-ports enp2s0f0
bridge-stp off
bridge-fd 0
/# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.86.21 darien.server darien
Proxmox will not connect to the network. Pings in and out are unreachable, no access to GUI from computers on same network and subnet.
CONTEXT
I'm a noob to Proxmox but have some limited experience with networking. I already had Proxmox installed connected and working just fine on an HP Compaq Pro 6300 SFF. My goal is to have one port for WAN (enp2s0f0), run pfSense firewall & DHCP, and the other for LAN (enp2s0f1). When I reconfigured to do that, Proxmox wouldn't connect to the network. I'm pretty sure I screwed up the IP configurations. So, I reconfigured back to original setup (mostly), reinstalled Proxmox and corrected /etc/network/interfaces and /etc/hosts (I think), ifreload -a, and reboot. Right now I'm just trying to get enp2s0f0 working for WAN & LAN. Not sure if this is relevant but, I have a Netgear modem from Comcast, ethernet to a TP-Link 5 port manged switch (port 1), ethernet to enp2s0f0 (port 2), ethernet to Google Wifi Router (port 5).
I've tried:
- Changing IP to an unused address
- Changing NIC ports
- Changing inet from manual to static
- Adding netmask: 255.255.255.0
- Ensuring ifreload -a / reboot
- Rebooted modem, router and switch
- Checked physical connection, lights are blinking green
Router: Google Wifi
Router LAN IP: 192.168.86.1
DHCP Pool: 192.168.86.20 - 192.168.86.250
/# ip a
1. lo: <LOOPBACK, UP, LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_Ift forever preferred_Ift forever
inet6 ::1/128 scope host
valid_Ift forever preferred_Ift forever
1. eno1: ‹NO-CARRIER, BROADCAST, MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
link/ether 74:46:a0:95:d9:59 brd ff:ff:ff:ff:ff:ff
altname enp0s25
3. enp2s0f0: ‹BROADCAST, MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
link/ether 98:b7:85:01:da:fc brd ff:ff:ff:ff:ff:ff
4. enp2s0f1: ‹NO-CARRIER, BROADCAST, MULTICAST, UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether 98:b7:85:01:da:fd brd ff:ff:ff:ff:ff:ff
5. vmbr0: ‹BROADCAST, MULTICAST, UP , LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 98:b7:85:01:da:fc brd ff:ff:ff:ff:ff:ff
inet 192.168.86.21/24 scope global vmbr0
valid_lft forever preferred lft forever
inet6 feB0::9ab7:85ff:fe01:dafc/64 scope link
valid_Ift forever preferred_Ift forever
/# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
iface enp2s0f0 inet manual
iface enp2s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.86.21/24
netmask 255.255.255.0
gateway 192.168.86.1
bridge-ports enp2s0f0
bridge-stp off
bridge-fd 0
/# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.86.21 darien.server darien
Last edited: