From bfb9f4c7cf93dd73e3f44ec604161b994afd6b4a Mon Sep 17 00:00:00 2001 From: btatu Date: Thu, 6 Feb 2020 16:33:11 +0100 Subject: [PATCH] import depuis le playbook ces cmd --- HowtoDebian/MigrationJessieStretch.md | 2 ++ 1 file changed, 2 insertions(+) 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 ~~~