Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. iptables -A FORWARD -m limit --limit 5/minute -p icmp --icmp-type echo-request -s 10.74.0.2 -d 192.168.74.2 -j NFLOG --nflog-prefix "Ping rejected by Edward"
  2.  
  3. iptables -A FORWARD -p icmp --icmp-type echo-request -s 10.74.0.2 -d 192.168.74.2 -j REJECT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement