看板 FreeBSD 關於我們 聯絡資訊
==> 在 ccmadoka.bbs@bbs.ee.ncku.edu.tw (QQ) 的文章中提到: > 我利用FreeBSD 5.1架設NAT > /etc/rc.firewall內容如下: > /sbin/ipfw -f flush # // clear all rules > /sbin/ipfw add pass all from 127.0.0.1 to 127.0.0.1 > /sbin/ipfw add divert natd all from any to any via rl0 > /sbin/ipfw add pass all from 127.0.0.1 to any > /sbin/ipfw add pass all from xxx.xxx.xxx.xxx to any > /sbin/ipfw add pass all from 192.168.100.254 to any > /sbin/ipfw add pass all from any to xxx.xxx.xxx.1 > /sbin/ipfw add pass all from any to 192.168.100.254 > /sbin/ipfw add deny all from 192.168.100.1/24 to any 1-12,14-19, > 23-36,38-52,54-66,69-79,81-3127,3129-65535 > 結果造成若有大量內部的電腦使用ftp時, > 會有些電腦無法正常連線, > 也有些無法大量傳送檔案,只能一個一個傳 > 請問有可能是什麼問題? > 是不是最後一行擋掉的port太多? 如果最後一行拿掉,還是一樣嗎? 用FTP協定連線時會用到兩個port 你最後一條有可能產生了些阻礙 -- * Post by strategist from telnet.hinet.net * Origin: ★ 交通大學資訊科學系 BBS ★ <bbs.cis.nctu.edu.tw: 140.113.23.3>