[SOLVED] Guest cant ping GW or WAN after interface change

Furrypaw

Member
Aug 24, 2020
3
1
8
29
Hello,

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?
 
Please provide the output of pveversion -v and ip -details a
As well as the journal from the last boot: journalctl -b
 
Last edited:
Code:
Jul 05 20:48:22 virtualstorm kernel: cdc_ncm 4-1:2.0 enx00c0caa917b5: 2500 mbit/s downlink 2500 mbit/s uplink
Jul 05 20:48:22 virtualstorm kernel: usb 4-1: USB disconnect, device number 2
Jul 05 20:48:22 virtualstorm kernel: xhci_hcd 0000:39:00.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
Jul 05 20:48:22 virtualstorm kernel: cdc_ncm 4-1:2.0 enx00c0caa917b5: unregister 'cdc_ncm' usb-0000:39:00.0-1, CDC NCM
Jul 05 20:48:22 virtualstorm kernel: xhci_hcd 0000:39:00.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
Jul 05 20:48:23 virtualstorm kernel: e1000e: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None

This is where you switched back to eno1? Could you provide the output of ip -details a when the USB NIC is in use again as port for vmbr0?

Could you see if the issue persists with kernel 5.11? You can install it by running apt install pve-kernel-5.11
 
Code:
Jul 05 20:48:22 virtualstorm kernel: cdc_ncm 4-1:2.0 enx00c0caa917b5: 2500 mbit/s downlink 2500 mbit/s uplink
Jul 05 20:48:22 virtualstorm kernel: usb 4-1: USB disconnect, device number 2
Jul 05 20:48:22 virtualstorm kernel: xhci_hcd 0000:39:00.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
Jul 05 20:48:22 virtualstorm kernel: cdc_ncm 4-1:2.0 enx00c0caa917b5: unregister 'cdc_ncm' usb-0000:39:00.0-1, CDC NCM
Jul 05 20:48:22 virtualstorm kernel: xhci_hcd 0000:39:00.0: WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
Jul 05 20:48:23 virtualstorm kernel: e1000e: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None

This is where you switched back to eno1? Could you provide the output of ip -details a when the USB NIC is in use again as port for vmbr0?

Could you see if the issue persists with kernel 5.11? You can install it by running apt install pve-kernel-5.11
Thank you, kernel updated fixed the issue.
 
  • Like
Reactions: mira

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!