Hello,
I decided to upgrade myself from 1gbps interface to 2.5gbps by getting Alfa AUE2500C Ethernet Adapter.
Network config:
After changing line "bridge-ports eno1" to "bridge-ports enx00c0caa917b5" and performing reboot, I was able to ping everything from the host.
From Guest however, I was only able to ping other Guests and Host, but not Gateway or WAN.
Any suggestions?
I decided to upgrade myself from 1gbps interface to 2.5gbps by getting Alfa AUE2500C Ethernet Adapter.
Network config:
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface enx00c0caa917b5 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.250/24
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
After changing line "bridge-ports eno1" to "bridge-ports enx00c0caa917b5" and performing reboot, I was able to ping everything from the host.
From Guest however, I was only able to ping other Guests and Host, but not Gateway or WAN.
Any suggestions?