Hello,
I'm getting a FAILED on my networking serivce. I'm not sure what's causing the problem? All networks are working correctly/pingable. The configuration looks correct.
Here is my etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.48.20
netmask 255.255.255.0
gateway 192.168.48.1
bridge_ports eno1
bridge_stp off
bridge_fd 0
iface enp8s0f0 inet manual
iface enp8s0f1 inet manual
auto eno2
iface eno2 inet static
address 192.168.49.20
netmask 255.255.255.0
gateway 192.168.49.1
auto enp10s0f0
iface enp10s0f0 inet static
address 192.168.50.20
netmask 255.255.255.0
gateway 192.168.50.1
auto enp10s0f1
iface enp10s0f1 inet static
address 192.168.51.20
netmask 255.255.255.0
gateway 192.168.51.1
I'm getting a FAILED on my networking serivce. I'm not sure what's causing the problem? All networks are working correctly/pingable. The configuration looks correct.
Here is my etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.48.20
netmask 255.255.255.0
gateway 192.168.48.1
bridge_ports eno1
bridge_stp off
bridge_fd 0
iface enp8s0f0 inet manual
iface enp8s0f1 inet manual
auto eno2
iface eno2 inet static
address 192.168.49.20
netmask 255.255.255.0
gateway 192.168.49.1
auto enp10s0f0
iface enp10s0f0 inet static
address 192.168.50.20
netmask 255.255.255.0
gateway 192.168.50.1
auto enp10s0f1
iface enp10s0f1 inet static
address 192.168.51.20
netmask 255.255.255.0
gateway 192.168.51.1
Last edited: