Hello all,
#noob. I am having some distinct network issues and not entire sure how to resolve. 2 main issues are:
Current setup includes:
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
#noob. I am having some distinct network issues and not entire sure how to resolve. 2 main issues are:
- Multiple network devices have same IP on network despite being configured as different in the GUI and /etc/network/interfaces
- 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)
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