Hi All,
I'm a new member using Proxmox for a few weeks. I found Proxmox very light and my experience was good. I'm having a problem with 2 USB NICs Asix, looking forward to help from other members.
Using:
- Proxmox Virtual Environment 7.0-11
- 2 USB NIC Asix AX88179
I have created 2 bridges vmbr1 and vmbr2 for 2 NICs, Everything works great. But I have a problem that when I restart Proxmox, one of these 2 USB NIC cards goes into a non-Active state. To be able to restore 2 NICs I use the command "ifreload -a" and everything works normally again.
I want both of these USB NICs to work when restarting Proxmox automatically. There is no need to use the "ifreload -a" command anymore. So what do I need to do? I tried setting crontab -e with the following command "@reboot sleep 30 && ifreload -c" But crontab seems to have no effect. Looking forward to your help. Thanks!
/etc/network/interfaces
I'm a new member using Proxmox for a few weeks. I found Proxmox very light and my experience was good. I'm having a problem with 2 USB NICs Asix, looking forward to help from other members.
Using:
- Proxmox Virtual Environment 7.0-11
- 2 USB NIC Asix AX88179
I have created 2 bridges vmbr1 and vmbr2 for 2 NICs, Everything works great. But I have a problem that when I restart Proxmox, one of these 2 USB NIC cards goes into a non-Active state. To be able to restore 2 NICs I use the command "ifreload -a" and everything works normally again.
I want both of these USB NICs to work when restarting Proxmox automatically. There is no need to use the "ifreload -a" command anymore. So what do I need to do? I tried setting crontab -e with the following command "@reboot sleep 30 && ifreload -c" But crontab seems to have no effect. Looking forward to your help. Thanks!
Code:
root@server:~# lsusb
Bus 002 Device 003: ID 2109:0813 VIA Labs, Inc. VL813 Hub
Bus 002 Device 007: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
Bus 002 Device 006: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
Bus 002 Device 002: ID 2109:0817 VIA Labs, Inc. USB3.0 Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0424:2514 Microchip Technology, Inc. (formerly SMSC) USB 2.0 Hub
Bus 001 Device 003: ID 2109:2813 VIA Labs, Inc. VL813 Hub
Bus 001 Device 002: ID 2109:2817 VIA Labs, Inc. USB2.0 Hub
Thiết bị Bus 001 001: ID 1d6b: 0002 Trung tâm gốc Linux Foundation 2.0 [/ CODE]
/etc/network/interfaces
Code:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto enxf8e43b4f9e57
iface enxf8e43b4f9e57 inet manual
auto enxf8e43b4fb8b3
iface enxf8e43b4fb8b3 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.1.0.10/24
gateway 10.1.0.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr1
iface vmbr1 inet static
address 192.168.1.66/24
bridge-ports enxf8e43b4f9e57
bridge-stp off
bridge-fd 0
hwaddress f8:e4:3b:4f:9e:57
auto vmbr2
iface vmbr2 inet static
address 192.168.1.88/24
bridge-ports enxf8e43b4fb8b3
bridge-stp off
bridge-fd 0
hwaddress f8:e4:3b:4f:b8:b3
Last edited: