Created
July 20, 2013 10:44
-
-
Save Snawoot/6044611 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
root@blastfurnace:/home/vlad# lsmod | grep nf | |
binfmt_misc 12957 1 | |
nfsd 216170 2 | |
nfs 308313 0 | |
nfs_acl 12511 2 nfs,nfsd | |
auth_rpcgss 37143 2 nfs,nfsd | |
fscache 36739 1 nfs | |
lockd 67306 2 nfs,nfsd | |
sunrpc 173730 6 lockd,auth_rpcgss,nfs_acl,nfs,nfsd | |
root@blastfurnace:/home/vlad# iptables -L -t nat | |
Chain PREROUTING (policy ACCEPT) | |
target prot opt source destination | |
Chain INPUT (policy ACCEPT) | |
target prot opt source destination | |
Chain OUTPUT (policy ACCEPT) | |
target prot opt source destination | |
Chain POSTROUTING (policy ACCEPT) | |
target prot opt source destination | |
root@blastfurnace:/home/vlad# lsmod | grep nf | |
nf_nat 18242 1 iptable_nat | |
nf_conntrack_ipv4 14078 3 nf_nat,iptable_nat | |
nf_defrag_ipv4 12483 1 nf_conntrack_ipv4 | |
nf_conntrack 52720 3 nf_conntrack_ipv4,nf_nat,iptable_nat | |
binfmt_misc 12957 1 | |
nfsd 216170 2 | |
nfs 308313 0 | |
nfs_acl 12511 2 nfs,nfsd | |
auth_rpcgss 37143 2 nfs,nfsd | |
fscache 36739 1 nfs | |
lockd 67306 2 nfs,nfsd | |
sunrpc 173730 6 lockd,auth_rpcgss,nfs_acl,nfs,nfsd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment