1.报错信息
[root@controller ~]# sysctl -p
net.ipv4.ip_default_ttl = 128
sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directory
sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-ip6tables: No such file or directory
2.解决方法
[root@controller ~]# modprobe br_netfilter
[root@controller ~]# sysctl -p
net.ipv4.ip_default_ttl = 128
net.bridge.bridge-nf-call-iptables = 1
net.bridge.bridge-nf-call-ip6tables = 1