Proxmox 5 with Internal Network and LXC

starnetwork

Renowned Member
Dec 8, 2009
430
10
83
Hi,
am testing Proxmox 5 beta2 with LXC, but am not able to connect to the Internal network via LXC Container
node:
eth0 - for internet
eth1 - for internal network, backups and Cluster members IPs

I added eth0 and eth1 to the LXC container
the internet working well, but the Internal network IP can't connect with other Containers or with the backup device.

any suggestions?

Regards,
 
Hi,

you have to provide more information like network config and ct config.
 
root@server19ssd:~# pveversion
pve-manager/5.0-10/0d270679 (running kernel: 4.10.11-1-pve)

auto lo
iface lo inet loopback

iface enp0s29f0u2 inet manual

iface eno1 inet manual

iface eno2 inet manual

auto vmbr0
iface vmbr0 inet static
address 80.179.xxx.xxx
netmask 255.255.255.0
gateway 80.179.xxx.xxx
bridge_ports eno1
bridge_stp off
bridge_fd 0

auto vmbr1
iface vmbr1 inet static
address 192.168.0.35
netmask 255.255.255.0
bridge_ports eno2
bridge_stp off
bridge_fd 0

CT:
ifcfg-eth0:
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none
IPADDR=80.179.xxx.xxx
NETMASK=255.255.255.255
GATEWAY=80.179.xxx.xxx

ifcfg-eth3:
DEVICE=eth3
ONBOOT=yes
BOOTPROTO=none
IPADDR=192.168.0.242
NETMASK=255.255.255.0

any additional info needed?
Thanks!