Search results

  1. M

    Add NIC to existing VZ container

    Thanks for the help udo. I tried the code you had, but it still didn't work. I do have two interfaces on my container now, eth0 and eth1. And on my host I have veth101.0 and veth101.1 as well as vmbr0 and vmbr1. There is one concern I have. ifconfig on the host shows this in addition to the...
  2. M

    Add NIC to existing VZ container

    I have container based VM running Asterisk. It currently has 1 bridged networking interface. eth0 on my Proxmox server is bridged via vmbr0/veth101.0 to eth0 on the VM. All I want to do is make eth1 on my server create a second bridged connection to a virtual eth1 on my container so I can have a...