I have a Node with about 30 Virtual Machines and 3 Linux Containers. Some VMs have firewalls enabled, and some do not. The firewalls for the enabled machines work as would be intended. However, on occasion, when two Virtual Machines try to establish a connection with each other, a REJECT rule from an unrelated, firewalled VM, will get hit and a non-firewalled machine sending the packet to the other non-firewalled machine will get a Connection Refused error. Normally upon making a second or third attempt, the non-firewalled machine will be able to get to the other non-firewalled machine again without issue.
My firewall log shows firewall rules from firewalled VMs
Any help is appreciated!
My firewall log shows firewall rules from firewalled VMs
Code:
13 7 tap13i0-IN 10/Dec/2018:21:46:21 -0600 policy REJECT:IN=fwbr13i0 OUT=fwbr130 PHYSIN=fwln13i0 PHYSOUT=tap13i0 MAC=F0:0F:00:69:38:d8:F0:0F:00:42:05:12:08:00 SRC=192.168.32.40 DST=192.168.32.45 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=8824 DF PROTO=TCP SPT=51312 DPT=80 SEQ=862487553 ACK=0 WINDOW=29200 SYN
18 7 tap18i0-IN 10/Dec/2018:21:46:21 -0600 policy REJECT:IN=fwbr18i0 OUT=fwbr18i0 PHYSIN=fwln18i0 PHYSOUT=tap18i0 MAC=F0:0F:00:69:38:d8:F0:0F:00:42:05:12:08:00 SRC=192.168.32.40 DST=192.168.32.45 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=8824 DF PROTO=TCP SPT=51312 DPT=80 SEQ=862487553 ACK=0 WINDOW=29200 SYN
39 7 veth39i0-IN 10/Dec/2018:21:46:21 -0600 policy DROP: IN=fwbr39i0 OUT=fwbr39i0 PHYSIN=fwln39i0 PHYSOUT=veth39i0 MAC=F0:0F:00:69:29:38:F0:0F:00:42:05:12:08:00 SRC=192.168.32.40 DST=192.168.32.40 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=8824 DF PROTO=TCP SPT=51312 DPT=80 SEQ=862487553 ACK=0 WINDOW=29200 SYN
Any help is appreciated!