Hello,
how is it possible to configure via the internal proxmox firewall, that every lxc container can use only the ip address which is assigned to it?
For example i assign ip 10.0.0.5 to vm100, then vm100 can use e.g. ip 10.0.0.6 through editing the /etc/network/interfaces file.
Currently i have no firewall hardware / mac filtering switch.
I hope you can help me. Thanks for your answer!
This is my /etc/network/interfaces file on the host (i am using a PA assigned /24 subnet):
how is it possible to configure via the internal proxmox firewall, that every lxc container can use only the ip address which is assigned to it?
For example i assign ip 10.0.0.5 to vm100, then vm100 can use e.g. ip 10.0.0.6 through editing the /etc/network/interfaces file.
Currently i have no firewall hardware / mac filtering switch.
I hope you can help me. Thanks for your answer!
This is my /etc/network/interfaces file on the host (i am using a PA assigned /24 subnet):
Code:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet static
address 45.xxx.xxx.2
netmask 255.255.255.0
gateway 45.xxx.xxx.1
bridge-ports eno1
bridge-stp off
bridge-fd 0