Did you set the receive window high on the client machine? If so, you might
try doing it on the NAT machine as will.
Create /etc/sysctl.conf with the following in it:
# begin /etc/sysctl.conf
net.inet.tcp.recvspace=64240
net.inet.tcp.recvspace=32120
# end /etc/sysctl.conf
This is probably a rather large receive window and you might try lowering it
to 32120 if you have latency or packet loss problems on your cable network.
After you have created this file, run:
# sh /etc/rc.sysctl
These changes will persist after a reboot. See how it goes for you.
Tom Veldhouse
[EMAIL PROTECTED]
----- Original Message -----
From: "Normand Leclerc" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 21, 2001 8:14 AM
Subject: natd blues
> It looks like my natd is slowing down my cable internet transfers.
> When running, I can't get the speed I get when natd isn't around (tested
> downloading 20 megs with natd diverting packets from gateway and then
> tested with an extra ipfw pass all rule before divert). With divert,
> ETA is around 30 mins, without: 8 mins! And I tested it more than once.
>
> I didn't have this kind of slowdown on 3.4 ... Is there a kernel
> option that can slow down ipfw diverts like that?
>
> Normand Leclerc
> [EMAIL PROTECTED]
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-stable" in the body of the message
>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message