$ ifconfig
enp0s25:
flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether 28:d2:44:44:0a:1c txqueuelen 1000 (Ethernet)
RX packets 13959 bytes 1516430 (1.5 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 6983 bytes 2019189 (2.0 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 20 memory 0xf3900000-f3920000
lo:
flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 14596 bytes 1471483 (1.4 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 14596 bytes 1471483 (1.4 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
/etc/network/interfaces
:
auto lo
iface lo inet loopback
/etc/NetworkManager/NetworkManager.conf
:
[main]
plugins=ifupdown,keyfile,ofono
[ifupdown]
managed=false
[device]
wifi.scan-rand-mac-address=no
当我连接时,我的 wifi 连接工作正常,但有线连接显示已连接符号但不起作用。即使我的有线连接也没有 IP 地址。对于上述 2 个配置文件,人们在网上发布了各种内容,但我不知道哪种设置适合我的情况。我之前实际上试图安装 cuckoo 沙盒,这弄乱了我的iptables
。我不得不重置我的iptables
。不知道是否与此相关的内容导致了这个问题。