Output of lsmod | grep ip
ip_vzredir 36612 2
ipip 48004 2 vzrst,vzcpt
tunnel4 36488 1 ipip
ip_vznetstat 36864 2
vznetstat 70956 3 vzredir,vznet,ip_vznetstat
ipt_ttl 34816 0
ipt_TCPMSS 37376 0
iptable_mangle 37888 2
iptable_filter 37760 2
xt_multiport 36352 0
ipt_tos 34560 0
ipt_REJECT 39556 0
iptable_nat 43532 4
ip_nat 53520 2 vzrst,iptable_nat
ip_conntrack 101012 6 vzrst,vzcpt,iptable_nat,ip
nfnetlink 40392 2 ip_nat,ip_conntrack
ip_tables 57440 3 iptable_mangle,iptable_fil
x_tables 52744 11 xt_tcpudp,xt_length,ipt_tt
ipv6 450588 43 vzrst,vzcpt,vzmon
xfrm_nalgo 43780 1 ipv6
dm_multipath 52880 0
dm_mod 99416 3 dm_multipath,dm_crypt,dm_m
All but ipt_state are present. I'm not sure why a state module would preclude editing the nat table, is this a common problem? At any rate, it would seem to the uninitiated (i.e. me) that iptables NAT is enabled from the above output.
Main Topics
Browse All Topics





by: mwecomputersPosted on 2009-08-14 at 13:20:43ID: 25101958
See if you have the following modules loaded:
ip_tables
ip_conntrack
iptable_filter
ipt_state
Use the command: 'lsmod | grep ip'