VMBRs on a UGreen 2.5 Gig USB Adapter

spetrillo

Member
Feb 15, 2024
252
13
18
Hello all,

I have a UGreen 2.5 gig adapter connected to my PC. I am not using the onboard NIC. My network config is as follows:

iface enx6c1ff70ad1e0 manual

auto vmbr0
iface vmbr0 inet manual
bridge-ports enx6c1ff70ad1e0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2

auto vmbr0.2
iface vmbr0.2 inet static
address 192.168.1.66/26
gateway 192.168.1.65


Originally I only had vmbr0 as static with the same address. I was able to ping. Now with the above config I cannot ping, so I am wondering if the UGreen adapter supports sub vmbrs? Does anyone have experience with this?

Thanks,
Steve