armsAC3100
Regular Contributor
I am getting frequent incoming connection attempts to connect to my OVPN server from 185.200.118.0/24 . I do have certificate security setup so it should be fairly secure but I would like to eliminate it completely.
I have found several relatively complex posts with scripts to address similar issues.
Being only minimally competent in Linux I would like to keep it as simple as possible.
Why do I need more than the following line to cause the router to drop all requests (OVPN or other) from 185.200.118.xxx?
iptables -A INPUT -s 185.200.118.0/24 -j DROP
Thanks, Al
I have found several relatively complex posts with scripts to address similar issues.
Being only minimally competent in Linux I would like to keep it as simple as possible.
Why do I need more than the following line to cause the router to drop all requests (OVPN or other) from 185.200.118.xxx?
iptables -A INPUT -s 185.200.118.0/24 -j DROP
Thanks, Al