EDIT MY SUBNET of 44.60.44.0/24 to YOUR SUBNET(S). Your own subnets are
invalid as an inbound source address to your node.
On 04/20/2017 07:13 AM, lleachii(a)aol.com wrote:
***iptables -I FORWARD ! -s 44.60.44.0/24 -o tunl0 -j DROP
# BOGON LIST
# SEE
http://www.team-cymru.org/Services/Bogons/bogon-bn-nonagg.txt
ipset -A bogons 0.0.0.0/8
ipset -A bogons 10.0.0.0/8
ipset -A bogons 100.64.0.0/10
ipset -A bogons 127.0.0.0/8
ipset -A bogons 169.254.0.0/16
ipset -A bogons 172.16.0.0/12
ipset -A bogons 192.0.0.0/24
ipset -A bogons 192.0.2.0/24
ipset -A bogons 192.168.0.0/16
ipset -A bogons 198.18.0.0/15
ipset -A bogons 198.51.100.0/24
ipset -A bogons 203.0.113.0/24
ipset -A bogons 224.0.0.0/4
ipset -A bogons 240.0.0.0/4
***ipset -A bogons 44.60.44.0/24
ipset -A bogons 44.128.0.0/16
iptables -t raw -I PREROUTING -i eth0.2 -m set --match-set bogons src
-j DROP
iptables -t raw -I PREROUTING -i tunl0 -m set --match-set bogons src
-j DROP
- Lynwood
KB3VWG