/ Published in: Bash
URL: http://www.kelvinism.com/howtos/enable-icmp-through-ufw/
Put this in /etc/ufw/before.rules
Expand |
Embed | Plain Text
# allow outbound icmp -A ufw-before-output -p icmp -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT -A ufw-before-output -p icmp -m state --state ESTABLISHED,RELATED -j ACCEPT
You need to login to post a comment.
