[Linux] 解决错误 IPv4 forwarding is disabled. Networking will not work

问题描述:

安装完docker后,运行docker build的时候,报错如下:
在这里插入图片描述


原因分析:

因配置的网络是使用特定虚拟机网络,需要开启网络转发配置


解决方案:

方法一

sudo vim /etc/sysctl.conf

#配置转发
net.ipv4.ip_forward=1

#重启服务,让配置生效
sudo systemctl restart network

#查看是否成功,如果返回为“net.ipv4.ip_forward = 1”则表示成功
sudo sysctl net.ipv4.ip_forward

方法二

[wherein@CentOS01 ~]$ cat /etc/sysctl.conf 
# sysctl settings are defined through files in 有以下三个文件包含的配置
# /usr/lib/sysctl.d/, /run/sysctl.d/, and /etc/sysctl.d/.
#
# Vendors settings live in /usr/lib/sysctl.d/.
# To override a whole file, create a new file with the same in
# /etc/sysctl.d/ and put new settings there. To override
# only specific settings, add a file with a lexically later
# name in /etc/sysctl.d/ and put new settings there.
#
# For more information, see sysctl.conf(5) and sysctl.d(5).
[root@CentOS01 wherein]# sudo echo "net.ipv4.ip_forward=1" >> /usr/lib/sysctl.d/00-system.conf
  • 4
    点赞
  • 10
    收藏
    觉得还不错? 一键收藏
  • 3
    评论
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值