Hi
I have a fresh installation of proxmox in a lenovo laptop to do some testing. the laptop hasn't network cards, just wireless that i dont want to use.
I have 2 tp-link usb ethernet adapters.
The first one is working fine, i can cannect to the GUI trough it to manage proxmox
The second one (same model) is connected and detected, i do a bridge and i assign an IP to that bridge (as i did with the other one)
apparently both network cards are configured exactly the same way.
lsusb detect both devices
proxmox detect both devices
the problem comes now...
if i ping 8.8.8.8 it works,
if i do a ping -I enxe4fac45ff383 to use the second device it doesn't work
if i ping vmbr0 (the bridge associated to the working device) from another computer it works
if i ping vmbr1 (the bridge associated to the not working device) from another computer it works
if i remove the wire from the adapter and i ping vmbr1(the bridge associated to the not working device) from another computer it still works
this is my interfaces file
auto lo
iface lo inet loopback
iface enx40ed001cb225 inet manual
iface enp0s31f6 inet manual
iface enxe4fac45ff383 inet manual
auto vmbr0
iface vmbr0 inet static
address 172.17.17.30/24
gateway 172.17.17.17
bridge-ports enx40ed001cb225
bridge-stp off
bridge-fd 0
iface wlp4s0 inet manual
auto vmbr1
iface vmbr1 inet static
address 172.17.17.31/24
bridge-ports enxe4fac45ff383
bridge-stp off
bridge-fd 0
Any ideas?
thanks in advance
I have a fresh installation of proxmox in a lenovo laptop to do some testing. the laptop hasn't network cards, just wireless that i dont want to use.
I have 2 tp-link usb ethernet adapters.
The first one is working fine, i can cannect to the GUI trough it to manage proxmox
The second one (same model) is connected and detected, i do a bridge and i assign an IP to that bridge (as i did with the other one)
apparently both network cards are configured exactly the same way.
lsusb detect both devices
proxmox detect both devices
the problem comes now...
if i ping 8.8.8.8 it works,
if i do a ping -I enxe4fac45ff383 to use the second device it doesn't work
if i ping vmbr0 (the bridge associated to the working device) from another computer it works
if i ping vmbr1 (the bridge associated to the not working device) from another computer it works
if i remove the wire from the adapter and i ping vmbr1(the bridge associated to the not working device) from another computer it still works
this is my interfaces file
auto lo
iface lo inet loopback
iface enx40ed001cb225 inet manual
iface enp0s31f6 inet manual
iface enxe4fac45ff383 inet manual
auto vmbr0
iface vmbr0 inet static
address 172.17.17.30/24
gateway 172.17.17.17
bridge-ports enx40ed001cb225
bridge-stp off
bridge-fd 0
iface wlp4s0 inet manual
auto vmbr1
iface vmbr1 inet static
address 172.17.17.31/24
bridge-ports enxe4fac45ff383
bridge-stp off
bridge-fd 0
Any ideas?
thanks in advance