gempir

iptables

Jun 12th, 2018
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. sudo /sbin/iptables -A INPUT -p tcp -s localhost --dport 19999 -j ACCEPT
  2. sudo /sbin/iptables -A INPUT -p tcp --dport 19999 -j DROP
Advertisement
Add Comment
Please, Sign In to add comment