Newbe with Proxmox.. Add 3rd network adapter

  • Thread starter Thread starter mallerd
  • Start date Start date
M

mallerd

Guest
I just started a consultant gig where the previous support tech used Proxmox for VM servers. I am a Windows guy. I need to know how to install a 3rd network adapter in a ProxMox 2.1 environment. I have the card installed, but the OS does not seem to recognize it. How do I install the network card? Does the LINUX environment not support any type of plug and play? Thank you in advance for your assistance.
 
I just started a consultant gig where the previous support tech used Proxmox for VM servers. I am a Windows guy. I need to know how to install a 3rd network adapter in a ProxMox 2.1 environment. I have the card installed, but the OS does not seem to recognize it. How do I install the network card? Does the LINUX environment not support any type of plug and play? Thank you in advance for your assistance.
Hi,
linux support many NICs.
Look for the NIC and your networkconfig with:
Code:
ifconfig -a
cat /etc/udev/rules.d/70-persistent-net.rules
dmesg | grep eth
How do you want to use the new NIC? You can use the gui to define a new bridge with the third nic. Reboot and you can use the new bridge.

If you know what you are doing, you can all doing without reboot... ("man ifconfig", "man brctl").

Udo