Kail——VMware下的kail系统无法访问网络
前言
如题,好久没使用kail,今天打开发现没网络了。
内容
查看网卡
# ip a

配置interfaces
# vi /etc/network/interfaces
auto eth0
iface eth0 inet dhcp

重启网络
# /etc/init.d/networking restart

查看网卡
# ip a

学无止境,谦卑而行.
如题,好久没使用kail,今天打开发现没网络了。
# ip a

# vi /etc/network/interfaces
auto eth0
iface eth0 inet dhcp

# /etc/init.d/networking restart

# ip a
