Hello fellow Proxmoxers!, I just have a quick question as I cant find an answer to it anywhere. I am trying to setup a machine with 4 IP Addresses to have 3 LXC containers each with their own Public IPV4 Address, but I cant seem to get the network config working.
My current host network config looks like this:
How would I go about setting an IP address to the LXC container. Say I wanted `example:` 99.233.59.123 pointed to CT 1 and only CT 1, how would that work?
My current host network config looks like this:
Code:
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 1xx.xxx.60.205/24
gateway 1xx.xxx.xx.1
bridge-ports eth0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 2xx.xxx.xx.59/24
bridge-ports eth1
bridge-stp off
bridge-fd 0