Search the Community
Showing results for tags 'protection'.
-
how to create real IP kill switch with IPTABLES on the DDWRT router
omar posted a topic in Member Tutorials
forget about software kill switches, as you can't trust them in firewall, in ddwrt, put this line iptables -I FORWARD -s 192.168.0.0/16 -o $(nvram get wan_iface) -j DROP this will include from 192.168.0.0 to 192.168.255.255 no single machine with those internal IPs will be access the net, if VPN is not up. this is the real deal, tried and tested, works like a charm ——————— i - insert FORWARD - for packets being forwarded through the router s - source o - defining interface physical name $(nvram get wan_iface) - gets the wan interface name j - jumps to drop - packets are dropped- 2 replies
-
- ddwrt
- kill switch
-
(and 3 more)
Tagged with: