In article <[EMAIL PROTECTED]>,
Gregory Maxwell  <[EMAIL PROTECTED]> wrote:
>I suspected that it was a firewall issue.
>I've searched the archives but, I can't find any clear answers.
>This is hitting me very hard at work, and is delaying the
>widespread implimentation of Linux.  

On the machines that I have that need to talk to Windows boxes
(mail/news/web servers etc) over TCP, I put the following in the
startup scripts:

# Measures to make sure Windows boxes have throughput
# RFC 1323 "TCP Extensions for High Performance"
echo 0 > /proc/sys/net/ipv4/tcp_window_scaling
echo 0 > /proc/sys/net/ipv4/tcp_timestamps
# RFC 2018 "TCP Selective Acknowledgement Options"
echo 0 > /proc/sys/net/ipv4/tcp_sack

If I don't do this, the helpdesk gets a telephone flood of complaining
customers who cannot send mail, cannot open our webpages etc.

Mike.
-- 
Stay tuned.
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to