Netstat-nat

Aus xinux.net
Zur Navigation springen Zur Suche springen

hier stehen nat einträge

 cat /proc/net/nf_conntrack

tool zum handeln

sudo apt-get install netstat-nat

list of natted connections:

netstat-nat -n

NAT connections with protocol selection:

netstat-nat -np

source IP XXX.XXX.XXX.XXX

netstat-nat -s XXX.XXX.XXX.XXX

destination IP/hostname = XXX

netstat-nat -s XXX

SNAT connections:

netstat-nat -S

DNAT connections:

netstat-nat -D

NAT connections:

netstat-nat -L