openwrt如何关掉防火墙?

原文链接: http://www.cnblogs.com/dakewei/p/10784973.html

答: 

  1.  阻止防火墙服务开机自动启动

  /etc/init.d/firewall disable

  2. 关闭防火墙

  /etc/init.d/firewall stop

转载于:https://www.cnblogs.com/dakewei/p/10784973.html

猜你喜欢

转载自blog.csdn.net/weixin_30906425/article/details/94849942