要查看Debian系统的网络配置,可以使用以下命令:
ifconfig
route -n
cat /etc/resolv.conf
ip addr show
ip link show
netstat -tuln
请注意,这些命令可能需要root权限或sudo权限才能运行。