标签:unix eth ifconf alt ble 图片 无法访问 exchange inter
首先
ping www.baidu.com ping: unkown host www.baidu.com
然后
ping 8.8.8.8 connect:network is unreachable
接着在看下本机有没有分配到ip地址
ifconfig -a
发现没有inet addr:这个
接着:
dhclient eth0
然后在查看下是否分配到ip地址
ifconfig -a
可以看见已经有ip地址了,然后也ping的通了。
参考地址:https://unix.stackexchange.com/questions/178399/no-longer-able-to-reach-the-internet-on-kali-linux
标签:unix eth ifconf alt ble 图片 无法访问 exchange inter
原文地址:https://www.cnblogs.com/the-elvis/p/11384420.html