在NAT內,同時100人使用ftp有時會連不上

看板FreeBSD作者時間21年前 (2004/07/29 18:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/3 (看更多)
我利用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太多? -- □ Origin: 風 之 谷 bbs.ee.ncku.edu.tw □ From: 203.71.221.51
文章代碼(AID): #112D8d00 (FreeBSD)
文章代碼(AID): #112D8d00 (FreeBSD)