ubuntu 配置网络重启 使用/etc/init.d/networking restart 命令无效

本文介绍了在Ubuntu系统中使用/etc/init.d/networking restart命令时遇到的问题及警告,并提供了一种有效的解决方案,包括重新配置resolvconf及手动刷新网络接口。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

使用/etc/init.d/networking restart 命令无效 出现如下:

root@ubuntu:~# sudo /etc/init.d/networking restart * Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces
 * Reconfiguring network interfaces...                                          Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service smbd reload

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the reload(8) utility, e.g. reload smbd
WARNING: ifup -a is disabled in favour of NetworkManager.
  Set ifupdown:managed=false in /etc/NetworkManager/NetworkManager.conf.
                                                                         [ OK ]

可尝试解决方法:

        使用命令

         先执行 dpkg-reconfigure resolvconf

         再执行  sudo ip addr flush dev eth0 && sudo ifdown eth0 && sudo ifup eth0

         测试ping

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值