On Thu, 22 Jun 2000, Anurag Jalan wrote:
> I've finally found a Win98 FTP client that works on my Masqueraded
> network .. FTP Voyager. But the throuput is painfully slow ( about 500
> cps ) on an average ..when i have a 64kbps ISDN link .( From a
> standalone machine on 33.6k modem PPP .. i get 1500 cps at least )
If you have CONFIG_IP_ROUTE_TOS turned on in your kernel, you can try
adding the following TOS to your ipchains ruleset:
ipchains -A output -p tcp -d 0/0 ftp -t 0x01 0x10
ipchains -A output -p tcp -d 0/0 ftp-data -t 0x01 0x08
Hope this helps.
--
Todd A. Jacobs
Senior Network Consultant
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.