mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
diagnose: include iptables -t nat -L
The extra `-t nat` includes the masquerading stuff. Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
parent
157d2aef07
commit
1beef9a6c8
@ -12,7 +12,7 @@ date > "date"
|
|||||||
uname -a > "uname -a"
|
uname -a > "uname -a"
|
||||||
ps uax > "ps -aux"
|
ps uax > "ps -aux"
|
||||||
netstat -tulpn > "netstat -tulpn"
|
netstat -tulpn > "netstat -tulpn"
|
||||||
iptables -L > "iptables -L"
|
iptables -t nat -L > "iptables -t nat -L"
|
||||||
ifconfig -a > "ifconfig -a"
|
ifconfig -a > "ifconfig -a"
|
||||||
route -n > "route -n"
|
route -n > "route -n"
|
||||||
brctl show > "brctl show"
|
brctl show > "brctl show"
|
||||||
|
Loading…
Reference in New Issue
Block a user