要查看Debian系統的網絡配置,可以使用以下命令:
ifconfig
route -n
cat /etc/resolv.conf
ip addr show
ip link show
netstat -tuln
請注意,這些命令可能需要root權限或sudo權限才能運行。