Advertisement
Guest User

Untitled

a guest
Apr 18th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. iptables -A INPUT -i wlan0 -d 192.168.4.1 -j ACCEPT
  2.  
  3. iptables -A FORWARD -i wlan0 -d 192.168.0.0/16 -j DROP
  4.  
  5. iptables -A INPUT -i wlan0 -d 192.168.0.0/16 -j DROP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement