From e3e6c9ebc0c47a2fd7469b6ba8db8c9a7480d939 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 9 Apr 2020 10:56:48 -0400 Subject: [PATCH] Update iiab-diagnostics --- scripts/iiab-diagnostics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/iiab-diagnostics b/scripts/iiab-diagnostics index 546239f54..e9b5ea9a8 100755 --- a/scripts/iiab-diagnostics +++ b/scripts/iiab-diagnostics @@ -183,9 +183,9 @@ cat_cmd 'lsblk' 'Partition mount points' cat_cmd 'blkid' 'Mount point details' cat_cmd 'ip addr' 'Network interfaces' cat_cmd 'ifconfig' 'Network interfaces (old view)' -cat_cmd 'brctl show' 'Bridge for LAN side' cat_cmd 'ip route' 'Routing table' cat_cmd 'netstat -rn' 'Routing table' +cat_cmd 'brctl show' 'Bridge for LAN side' cat_cmd 'sudo netstat -natp' 'Ports/Services in use' cat_cmd 'systemctl status dnsmasq' 'Is dnsmasq Ok?' cat_cmd 'sudo journalctl -b 0 -u dnsmasq' 'dnsmasq log'