原文: http://linux.tnc.edu.tw/techdoc/firewall/samples.html 設定檔 開機自動叫用 rc.firewall 在 /etc/rc.d/rc.local 檔末,加入以下指令: if [ -f /etc/rc.d/rc.firewall ]; then . /etc/rc.d/rc ...
www.ltesting.net