首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
kali关机后重启,无法上网
kali关机后重启,无法上网
it
2023-02-23
96
# 执行ifconfig发现只有lo,没有eth0了
ifconfig
# 启动 eth0
ifconfig
eth0 up
# 在/etc/network/interfaces文件中加入以下内容
iface eth0 inet dhcp
# auto lo 改为
auto eth0
# 重启网络
service
networking restart
转载请注明原文地址: https://lol.8miu.com/read-2467.html
最新回复
(
0
)