Hello
Sorry for my English.
I have a problem with the firewall on proxmox
Install a good firewall (a wrapper around iptables) Shorewall, as told here:
http://www.myatus.co.uk/2009/08/31/guide-firewall-and-router-with-proxmox/
Everything works fine except dmz network.
On my image be seen:
1) multiple virtual machines are included in a bridge
2) bridge is configured as follows:
auto vmbr3
iface vmbr3 inet static
address 10.0.0.1
netmask 255.0.0.0
broadcast 10.255.255.255
network 10.0.0.0
bridge_ports none
bridge_stp off
bridge_fd 0
3) Traffic must go - is shown in gray
4) Traffic is going - is shown in red
5) firewall blocks traffic - is shown in yellow
6) In the logs all confirmed: Traffic from the bridge is in what is incomprehensible vmtab
Aug 19 23:06:03 proxmox kernel: Shorewall: INPUT: REJECT: IN = vmbr3 OUT = PHYSIN = vmtab101i3 MAC = 8e: 6d: b8: 40: d2: d2: c6: 2c: d0: 4f: 90:32: 08:00 SRC = 10.0.0.101 DST = 10.0.0.1 LEN = 60 TOS = 0x00 PREC = 0x00 TTL = 128 ID = 641 PROTO = ICMP TYPE = 8 CODE = 0 ID = 512 SEQ = 26624
How do I order these vmtab not created? Or how can I let the traffic in such a case?