UFW is blocking some packets that I thought I was allowing. A couple examples are
Code:Jul 7 17:43:21 hobbes kernel: [ 295.784964] [UFW BLOCK] IN=br0 OUT= PHYSIN=tap0 MAC=00:04:75:70:8e:30:fe:23:43:ca:38:8f:08:00 SRC=10.56.183.106 DST=10.56.183.1 LEN=52 TOS=0x00 PREC=0x00 TTL=64 ID=51040 DF PROTO=TCP SPT=33003 DPT=993 WINDOW=661 RES=0x00 ACK FIN URGP=0 Jul 7 17:44:15 hobbes kernel: [ 349.630433] [UFW BLOCK] IN=eth0 OUT= MAC=00:13:20:16:69:f6:00:1f:d0:a2:21:aa:08:00 SRC=10.56.182.4 DST=10.56.183.1 LEN=52 TOS=0x00 PREC=0x00 TTL=63 ID=59140 DF PROTO=TCP SPT=2049 DPT=863 WINDOW=155 RES=0x00 ACK FIN URGP=0
So some packets from 10.56.183.106 and 10.56.182.4 (amongst others) are blocked. hobbes is the gateway for 10.56.183.0/24. 10.56.183.106 is included on the LAN via openvpn running on hobbes. 10.56.182.4 is included from an IPSEC tunnel running between hobbes and calvin (gateway for 10.56.182.0/24). Finally, on hobbes the UFW status gives
$ sudo ufw status
Status: active
To Action From
-- ------ ----
Anywhere ALLOW 10.56.182.0/24
Anywhere ALLOW 10.56.183.0/24
Anywhere on br0 ALLOW Anywhere
I thought that would let these packets through. Obviously I was wrong. Any suggestions?



Adv Reply

Bookmarks