netstat-nat
tool that display NAT connections
Install
- All systems
-
curl cmd.cat/netstat-nat.sh
- Debian
-
apt-get install netstat-nat - Ubuntu
-
apt-get install netstat-nat - Arch Linux
-
pacman -S netstat-nat - Kali Linux
-
apt-get install netstat-nat - Fedora
-
dnf install netstat-nat - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install netstat-nat - Raspbian
-
apt-get install netstat-nat
netstat-nat
tool that display NAT connections
Netstat-nat is a program that displays Network Address Translations (NAT) connections, managed by netfilter/iptables acting as firewall. NAT rules are stored in memory. However, the program reads its information from '/proc/net/ip_conntrack', which is the temporary conntrack-storage of netfilter.