当前位置:网站首页>Bridge NF call ip6tables is an unknown key exception handling
Bridge NF call ip6tables is an unknown key exception handling
2022-07-25 15:02:00 【cqszpx】
System :CentOS 6.5
Problem description : As follows: /etc/sysctl.conf After adding at the end of the file .
fs.aio-max-nr = 1048576
fs.file-max = 6815744
kernel.shmall = 2097152
kernel.shmmax = 8181829631
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048576
net.ipv4.conf.eth0.rp_filter = 1
perform /sbin/sysctl -p, The following exception occurred :
[[email protected] ~]# /sbin/sysctl -p
net.ipv4.ip_forward = 0
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
error:"net.bridge.bridge-nf-call-ip6tables" is an unknown key
error:"net.bridge.bridge-nf-call-iptables" is an unknown key
error:"net.bridge.bridge-nf-call-arptables" is an unknown key
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 68719476736
kernel.shmall = 4294967296
fs.aio-max-nr = 1048576
fs.file-max = 6815744
kernel.shmall = 2097152
kernel.shmmax = 8181829631
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048576
net.ipv4.conf.eth0.rp_filter= 1
Abnormal reason : Highlighted 3 Errors depend on bridge modular , If the module is not loaded, the above error will appear .
Solution : load bridge modular
[[email protected] ~]# modprobe bridge
[[email protected] ~]# lsmod|grep bridge
bridge 83177 0
stp 2218 1 bridge
llc 5546 2 bridge,stp
Re execution /sbin/sysctl -p, No abnormal occurrence .
[[email protected] ~]# /sbin/sysctl -p
net.ipv4.ip_forward = 0
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 68719476736
kernel.shmall = 4294967296
fs.aio-max-nr = 1048576
fs.file-max = 6815744
kernel.shmall = 2097152
kernel.shmmax = 8181829631
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048576
net.ipv4.conf.eth0.rp_filter= 1

边栏推荐
- PHP implements non blocking (concurrent) request mode through native curl
- C language and SQL Server database technology
- Gameframework making games (I)
- 云安全技术发展综述
- Go language founder leaves Google
- I2C device driver hierarchy
- Awk from getting started to digging in (20) awk parsing command line parameters
- English语法_不定代词 - other / another
- [MySQL series] - how much do you know about the index
- Nacos2.1.0 cluster construction
猜你喜欢

冈萨雷斯 数字图像处理 第一章绪论

Deng Qinglin, a technical expert of Alibaba cloud: Best Practices for disaster recovery and remote multi activity across availability zones on cloud
![[MySQL must know and know] trigger | permission management](/img/59/cb805d972097a6a8ed7f3ae454a91d.png)
[MySQL must know and know] trigger | permission management

LeetCode-198-打家劫舍

37 元素模式(行内元素,块元素,行内块元素)

SQL优化的一些建议,希望可以帮到和我一样被SQL折磨的你

51 single chip microcomputer learning notes (2)

"Ask every day" briefly talk about JMM / talk about your understanding of JMM

32 use of chrome debugging tools

Leetcode-198- house raiding
随机推荐
Go语言创始人从Google离职
39 simple version of millet sidebar exercise
MySQL的登陆【数据库系统】
"How to use" decorator mode
AS查看依赖关系和排除依赖关系的办法
Live classroom system 05 background management system
Number of high-quality number pairs [bit operation characteristics + abstract ability evaluation + grouping fast statistics]
Leetcode-198- house raiding
"How to use" agent mode
kibana操作es
39 简洁版小米侧边栏练习
"Ask every day" how locksupport realizes thread waiting and wakeup
QT connect, signal, slot and lambda comparison
没错,请求DNS服务器还可以使用UDP协议
Overview of cloud security technology development
Resource not found: rgbd_ Launch solution
各种平台dpkg包下载地址(包括arm64)
English grammar_ Indefinite pronoun - other / other
45padding won't open the box
[MySQL must know and know] trigger | permission management