mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
replace 'brctl' with 'bridge'
This commit is contained in:
parent
8bd4895978
commit
5092229fcc
4 changed files with 5 additions and 5 deletions
|
@ -189,7 +189,7 @@ cat_cmd 'ip addr' 'Network interfaces'
|
|||
cat_cmd 'ifconfig' 'Network interfaces (old view)'
|
||||
cat_cmd 'ip route' 'Routing table'
|
||||
cat_cmd 'netstat -rn' 'Routing table (old view)'
|
||||
cat_cmd 'brctl show' 'Bridge for LAN side'
|
||||
cat_cmd 'bridge -d link' 'Bridge for LAN side'
|
||||
cat_cmd 'sudo netstat -natp' 'Ports/Services in use'
|
||||
cat_cmd 'systemctl status dnsmasq' 'Is dnsmasq running?'
|
||||
cat_cmd 'sudo journalctl -b 0 -u dnsmasq' 'dnsmasq log'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue