Re: [PVE-User] Routing inside LXC container (System V)

2019-06-05 Thread Dominik Csapak
Hi, for current ubuntu linux containers, we use systemd-networkd to configure their network so you should be able to use systemd-networkd to setup your routes with overrides of the .network files in /etc/systemd/network e.g. you can add an override for /etc/systemd/network/foo.network with

Re: [PVE-User] Routing inside LXC container (System V)

2019-06-04 Thread bsd--- via pve-user
ite many users might be >> using multi-homed CT with many interfaces and internal routing >> configuration. >> >> >> Sincerely yours. >> >> >> --- >> ___ >> / __ \__ __ / (_) >> / / / /

Re: [PVE-User] Routing inside LXC container (System V)

2019-06-04 Thread Josh Knight
s file (inside the CT or on the PVE hypervisor). > > All in all, I think that Proxmox should publish a page explaining > precisely how to handle this situation since quite many users might be > using multi-homed CT with many interfaces and internal routing > configuration. > > > Sincerely yours. > > > --- > ___ >/ __ \__ __ / (_) > / / / / / / / __ \/ /_ / / > / /_/ / /_/ / / / / __/ / / > /_____/\__, /_/ /_/_/

[PVE-User] Routing inside LXC container (System V)

2019-06-04 Thread bsd--- via pve-user
--- Begin Message --- Hello, We are trying to reproduce a configuration which creates routes inside an LXC container; Following config is used for Ubuntu 14 / 16 CT which works perfectly. /etc/network/interfaces > auto lo > iface lo inet loopback > > auto eth0 > iface eth0 inet static >