i have my openvpn listening on port 443.
i've noticed a lot of TCP connections from an IP which i'd like to block.
$ iptables -nvL
firewall iptables INPUT vs wanin
i've noticed a lot of TCP connections from an IP which i'd like to block.
$ iptables -nvL
Code:
Chain INPUT (policy DROP 24 packets, 2211 bytes) pkts bytes target prot opt in out source destination 132 7038 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443 Chain IPDropList (1 references) pkts bytes target prot opt in out source destination 0 DROP...