hi,
i want to have a simple way to secure some virtual machines without using too many firewall rules.
for example having vmbr33 where i have the firewall rule only to route the 192.168.33.X net.
as i allready defined a vmbr0 with eth0 and vmbr1 with eth1 i cannot define more bridges connected directly to the network. (or use the same eth0 again)
is it possible to work with vlans in proxmox?
iface vlan111 inet static
vlan_raw_device eth0
iface vmbr33 inet static
address 192.168.33.1
netmask 255.255.255.0
bridge_ports eth0.111
and then just add an firewall rule for vmbr33
the hard way would be to firewall all tap devices tap113i0 but for lots of machines a lot of work.. and a lot of firewall rules....
thank you
philipp
i want to have a simple way to secure some virtual machines without using too many firewall rules.
for example having vmbr33 where i have the firewall rule only to route the 192.168.33.X net.
as i allready defined a vmbr0 with eth0 and vmbr1 with eth1 i cannot define more bridges connected directly to the network. (or use the same eth0 again)
is it possible to work with vlans in proxmox?
iface vlan111 inet static
vlan_raw_device eth0
iface vmbr33 inet static
address 192.168.33.1
netmask 255.255.255.0
bridge_ports eth0.111
and then just add an firewall rule for vmbr33
the hard way would be to firewall all tap devices tap113i0 but for lots of machines a lot of work.. and a lot of firewall rules....
thank you
philipp