I have UFW instaled and configured like that.
80 ALLOW Anywhere
443/tcp ALLOW Anywhere
443/udp ALLOW Anywhere
80 (v6) ALLOW Anywhere (v6)
443/tcp (v6) ALLOW Anywhere (v6)
443/udp (v6) ALLOW Anywhere (v6)
And i'm getting this log in /var/log/syslog
Jan 14 16:06:03 mymachine kernel: [ 2108.808970] [UFW BLOCK] IN=eth0 OUT= MAC=52:3f:93:17:6d:bb:40:a6:77:34:67:f0:08:00 SRC=107.201.193.137 DST=125.124.235.79 LEN=40 TOS=0x00 PREC=0x00 TTL=111 ID=16935 DF PROTO=TCP SPT=57973 DPT=443 WINDOW=0 RES=0x00 ACK RST URGP=0
sudo ufw show added
. If the output is long, use pastebin https://help.ubuntu.com/community/Pastebinit – Panther Jan 14 '18 at 16:43ufw allow from xxxxxxxxxxxx ufw allow 80 ufw allow 443 ufw allow 443/tcp ufw allow 443/udp
– Ebmoya Jan 14 '18 at 16:58sudo iptables -L
– Panther Jan 14 '18 at 17:10