User Tools

Site Tools


ubuntu:firewall:list_the_natted_routed_connections_on_a_linux_iptables_firewall

Ubuntu - Firewall - List the natted/routed connections on a Linux iptables firewall

You need to use netstat -nat command. You can also use /proc/net/ip_conntrack or /proc/net/nf_conntrack, which is the temporary conntrack storage of netfilter.

netstat -nat -l

or

cat /proc/net/ip_conntrack
ubuntu/firewall/list_the_natted_routed_connections_on_a_linux_iptables_firewall.txt · Last modified: 2020/07/15 10:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki