Displaying 2 results from an estimated 2 matches for "40457".
Did you mean:
404,7
2011 Oct 26
3
VSFTPD passive mode is not working
...ts reached the FTP for passive mode and no more packets on other ports
# lsmod | grep conntrack
ip_conntrack_ftp?????? 41361? 1 ip_nat_ftp
ip_conntrack_netbios_ns??? 36033? 0
ip_conntrack?????????? 91621? 5 ip_nat_ftp,ip_nat,ip_conntrack_ftp,ip_conntrack_netbios_ns,xt_state
nfnetlink????????????? 40457? 2 ip_nat,ip_conntrack
Any suggestion?
Eng. Fawzy Ibrahim
Linux Systems Administrator
2009 Mar 25
2
Monitoring IP masquerading on LVS load-balancing
...ns *are*
getting NATted and routed.
Also, lsmod shows varous relevant modules loaded:
iptable_nat 40773 1
ip_nat 53101 2 ipt_MASQUERADE,iptable_nat
ip_conntrack 91237 5
xt_state,ip_conntrack_netbios_ns,ipt_MASQUERADE,iptable_nat,ip_nat
nfnetlink 40457 2 ip_nat,ip_conntrack
ip_tables 55329 2 iptable_filter,iptable_nat
x_tables 50377 7
xt_state,ipt_REJECT,xt_tcpudp,ipt_MASQUERADE,xt_multiport,iptable_nat,ip_tables
So, netstat just isn't somehow the right monitoring tool, right? So what
is the right monitoring to...