我无法在 Uuntu 16.04 上获取 eth0 的 IP 地址。我已连接到路由器。
这是我从 ifconfig 获得的信息:
eth0 Link encap:Ethernet HWaddr 00:e0:4c:69:e0:b3
inet6 addr: 2a01:388:350:111::1:17/128 Scope:Global
inet6 addr: fe80::d92b:2c51:626e:202f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:372 errors:0 dropped:0 overruns:0 frame:0
TX packets:48 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:48359 (48.3 KB) TX bytes:9200 (9.2 KB)
在 /etc/network/interfaces 中我有这个:
auto lo
iface lo inet loopback
答案1
你应该在接口文件中有这个
auto eth0 iface eth0 inet dhcp post-up iptables-restore < /etc/iptables.up.rules
由于现在您只有一个环回接口设置
答案2
我的 MAC 地址未注册用于连接有线网络,这就是我无法连接到我一直尝试的端口的原因。