diff --git a/HowtoDebian/MigrationJessieStretch.md b/HowtoDebian/MigrationJessieStretch.md index 992cc97f..85e670f7 100644 --- a/HowtoDebian/MigrationJessieStretch.md +++ b/HowtoDebian/MigrationJessieStretch.md @@ -29,6 +29,8 @@ uptime > uptime.txt ps auwx > ps.out pstree -pan > pstree.out ss -tanpul > listen.out +netstat -laputen > netstat.out +{ /sbin/iptables -L -n -v; /sbin/iptables -t filter -L -n -v; } > iptables.txt ~~~