Created
February 6, 2018 13:35
-
-
Save olivierlemoal/d63b2f1f53f1213f75ea1b1e61039d5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iptables -t mangle -I PREROUTING -m policy --pol ipsec --dir in -j NFLOG --nflog-group 5 | |
iptables -t mangle -I POSTROUTING -m policy --pol ipsec --dir out -j NFLOG --nflog-group 5 | |
tcpdump -s 0 -n -i nflog:5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment