Created
July 6, 2020 10:00
-
-
Save matthijskooijman/3b894413f89b18e708a44f07bdc92a8d to your computer and use it in GitHub Desktop.
This file contains 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
matthijs@tika:~$ lsmod | grep -i conntrack | |
nf_conntrack_netlink 49152 0 | |
xt_conntrack 16384 244 | |
nf_conntrack_ftp 20480 1 nf_nat_ftp | |
nf_conntrack 172032 9 xt_conntrack,nf_nat,nf_nat_ftp,xt_state,nf_nat_ipv4,xt_nat,nf_conntrack_netlink,xt_connmark,nf_conntrack_ftp | |
nf_defrag_ipv6 20480 1 nf_conntrack | |
nf_defrag_ipv4 16384 1 nf_conntrack | |
nfnetlink 16384 6 nft_compat,nf_conntrack_netlink,nf_tables,nfnetlink_log | |
x_tables 45056 14 xt_conntrack,iptable_filter,nft_compat,xt_multiport,xt_NFLOG,xt_state,xt_tcpudp,xt_nat,ipt_REJECT,xt_connmark,ip_tables,xt_limit,ip6t_REJECT,iptable_mangle | |
libcrc32c 16384 4 nf_conntrack,nf_nat,dm_persistent_data,raid456 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment