Network Issues

hago_proxy

New Member
May 24, 2024
2
0
1
Hello all,

#noob. I am having some distinct network issues and not entire sure how to resolve. 2 main issues are:
  1. Multiple network devices have same IP on network despite being configured as different in the GUI and /etc/network/interfaces
  2. Unsure of relation to above - Unable to get to containers installed via their IP (can ping, shows on network) but unable to navigate to web GUI

Current setup includes:
  • Minisforum PC w/ 4(?) network connections (2 2.5gb / 2 SFP+)
    • Bond for the 2.5 connections (.55) - able to access through website.
    • Single use SFP+
  • Linux bridge for SFP+ for VM use (.56)
  • All IP's are manual and not located in my available pool (100-254 available w/ <100 reserved)
  • AdGuard - (.60)
  • Home Assistant (.61)
I am able to ping the IP's when the containers spin up. One of them shows up up my network (.60) but cannot access web GUI. (.61 is able to be pinged but does not show up on my network).
Screenshot 2024-05-24 at 4.08.50 PM.jpg

What am I missing? Thanks in advance.

auto lo
iface lo inet loopback

auto enp90s0
iface enp90s0 inet manual

auto enp88s0
iface enp88s0 inet manual

auto enp3s0f0np0
iface enp3s0f0np0 inet manual

auto enp3s0f1np1
iface enp3s0f1np1 inet manual

iface wlp91s0 inet manual

auto bond0
iface bond0 inet static
address 192.168.20.55/24
gateway 192.168.20.1
bond-slaves enp88s0 enp90s0
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
#control

auto vmbr0
iface vmbr0 inet static
address 192.168.20.56/24
bridge-ports enp3s0f0np0
bridge-stp off
bridge-fd 0
 
Follow-Up...since this approval taking a minute.

Started playing around with different options and it seems that Proxmox fails to be identified on any of my reserved IP's (0-100). So I tried setting to DHCP after fresh install of CasaOS, then setting the static from my network and it worked. Does Proxmox have an issue with static IP's not natively out in the pool?

Interestingly, or maybe not, when I changed from static to DHCP on the HA container it failed to allow me to access it. Re-installed HA with DHCP and confirmed working.

Issue with 10g and 2.5gb showing same IP still exists despite the manual setting of the 10g to .56.
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!