- Centos 7.5
我意识到我可以用以下方法改变它:
sudo sysctl net.bridge.bridge-nf-call-iptables=1
但重启后该功能不再存在。如何才能让它继续存在?
答案1
echo 'net.bridge.bridge-nf-call-iptables=1' | sudo tee -a /etc/sysctl.conf
我意识到我可以用以下方法改变它:
sudo sysctl net.bridge.bridge-nf-call-iptables=1
但重启后该功能不再存在。如何才能让它继续存在?
echo 'net.bridge.bridge-nf-call-iptables=1' | sudo tee -a /etc/sysctl.conf