我刚刚安装了 ubuntu 服务器版本来创建家庭网络。但我无法通过 ifconfig 找到机器的 IP(仅显示 localhost)。然后我尝试了
lspci | grep -i ethernet
输出:
09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller (rev 13)
lshw-C网络
然后输出是*-network DISABLED
答案1
列出与接口关联的 IP 地址的命令是ifconfig
,
要激活接口,请使用ifconfig XXX up
,否则将显示为DISABLED