Replacing a usb network dongle with onboard

Bishop27

Member
Jul 3, 2024
34
1
8
Good Afternoon,
Currently I'm using a usb network dongle on my Pve and would like to switch to the onboard nic and remove the dongle completely and wanted to know the steps on achieving this task. Thanks in advance. Afterwards, I know that I would need to get to every VM and LXC and change to the new nic.
 
Last edited:
You just need to adjust the bridge port of your bridge in /etc/network/interfaces, replace the interface with your new NIC, and then run
Code:
sudo ifreload -a
You can see all available links with
Code:
ip link show
 
You just need to adjust the bridge port of your bridge in /etc/network/interfaces, replace the interface with your new NIC, and then run
Code:
sudo ifreload -a
You can see all available links with
Code:
ip link show
Thank You
 
You just need to adjust the bridge port of your bridge in /etc/network/interfaces, replace the interface with your new NIC, and then run
Code:
sudo ifreload -a
You can see all available links with
Code:
ip link show
Ok, So I connected the cable to the onboard nic, then ifup enp2s0 and now I need to edit the following:
auto vmbr0
iface vmbr0 inet static
address 192.168.227.150/24
gateway 192.168.227.1
**bridge-ports enxa0cec89de7ba** to say bridge-ports enp2so
bridge-stp off
bridge-fd 0

Then reboot the system?
 

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!