分享

安装配置计算节点的问题求解答

oniji 发表于 2016-5-17 16:02:27 [显示全部楼层] 回帖奖励 阅读模式 关闭右栏 5 18721
进行到安装配置计算节点,在/etc/sysctl.conf里添加了
net.ipv4.conf.all.rp_filter=0
net.ipv4.conf.default.rp_filter=0
net.bridge.bridge-nf-call-iptables=1
net.bridge.bridge-nf-call-ip6tables=1
然后执行sysctl -p,就会出现


net.ipv4.conf.all.rp_filter = 0net.ipv4.conf.default.rp_filter = 0sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directorysysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-ip6tables: No such file or directory


求解答是怎么回事啊

已有(5)人评论

跳转到指定楼层
starrycheng 发表于 2016-5-17 16:44:55
net.ipv4.conf.all.rp_filter=0
net.ipv4.conf.default.rp_filter=0
net.bridge.bridge-nf-call-iptables=1
net.bridge.bridge-nf-call-ip6tables=1
记得换行,否则可能会不能识别
回复

使用道具 举报

oniji 发表于 2016-5-17 16:49:16
starrycheng 发表于 2016-5-17 16:44
记得换行,否则可能会不能识别

都是换了行的
回复

使用道具 举报

langke93 发表于 2016-5-17 17:10:20

执行下面命令

[mw_shl_code=bash,true]echo "1" > /proc/sys/net/bridge/bridge-nf-call-iptables
echo "1" > /proc/sys/net/bridge/bridge-nf-call-ip6tables[/mw_shl_code]

回复

使用道具 举报

nextuser 发表于 2016-5-17 17:14:35
采用下面方法

你可以使用下面的命令br_netfilter加载内核模块。


[mw_shl_code=bash,true] modprobe br_netfilter[/mw_shl_code]

[mw_shl_code=bash,true]lsmod |grep  br_netfilter
br_netfilter           20480  0
bridge                110592  1 br_netfilter[/mw_shl_code]


为持久更改 , 更新 /etc/modules 文件.
[mw_shl_code=bash,true] cat /etc/modules |grep br_netfilter
br_netfilter[/mw_shl_code]

回复

使用道具 举报

bule_sky 发表于 2016-11-5 20:15:46
看看这两个打开了没有?
[root@compute1 ~]# systemctl start firewalld.service
[root@compute1 ~]# systemctl start iptables.service
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

推荐上一条 /2 下一条