kali linux网络配置出现问题

输入systemctl stop NetworkManager命令报下面这个错误

systemctl restart networking
Job for networking.service failed because the control process exited with error code.
See "systemctl status networking.service" and "journalctl -xeu networking.service" for details.

这个问题怎么解决

See "systemctl status networking.service" and "journalctl -xeu networking.service" for details. 这个提示就是让看详细报错

这个报错一般是因为你的网卡配置有问题,去修改你的网卡配置。

systemctl status networking.service" and "journalctl -xeu networking.service"
这两个查日志,其实还是不够具体
还是习惯直接去 查对应的日志文件。
例如,去查 /var/log/messages 里面的信息 这样来,
根据报错来定位哪里出问题。

网卡配置文件有错误,建议去网上找下资料,对照一下哪里出错了