From 530b1dbc6e2eb8d244fabbd19a42c0161aff8e2d Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 3 Aug 2022 15:51:39 -0400 Subject: [PATCH 1/2] iiab-diagnostics: sudo ufw status verbose --- scripts/iiab-diagnostics | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/iiab-diagnostics b/scripts/iiab-diagnostics index 2de2e1c76..1cad03da0 100755 --- a/scripts/iiab-diagnostics +++ b/scripts/iiab-diagnostics @@ -229,6 +229,7 @@ echo -e "\n 5. Firewall Rules:\n" echo -e "\n\n\n5. FIREWALL RULES\n" >> $outfile #cat_file /usr/bin/iiab-gen-iptables cat_cmd 'sudo iptables-save' 'Firewall rules' +cat_cmd 'sudo ufw status verbose' 'Firewall status & rules' echo -e "\n 6. Log Files: (e.g. last 100 lines of each)\n" echo -e "\n\n\n6. LOG FILES (e.g. LAST 100 LINES OF EACH)\n" >> $outfile From 16b40cdf058b151d01e98393ef1ef0292b642ffa Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 3 Aug 2022 15:55:58 -0400 Subject: [PATCH 2/2] Update iiab-diagnostics.README.md --- scripts/iiab-diagnostics.README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/iiab-diagnostics.README.md b/scripts/iiab-diagnostics.README.md index 63d0edc59..b2ae9eaf0 100644 --- a/scripts/iiab-diagnostics.README.md +++ b/scripts/iiab-diagnostics.README.md @@ -68,4 +68,4 @@ But first off, the file is compiled by harvesting 1 + 6 kinds of things: ## Source Code -Please look over the bottom of [iiab-diagnostics](iiab-diagnostics) (lines 127-242 especially) to learn more about which common IIAB files and commands make this rapid troubleshooting possible. +Please look over the bottom of [iiab-diagnostics](iiab-diagnostics) (lines 127-243 especially) to learn more about which common IIAB files and commands make this rapid troubleshooting possible.