to the original poster with the connection problem: are you booting to a custom compiled linux kernel? if so, perhaps you enabled ecn. turn it off by issuing $ echo "0" > /proc/sys/net/ipv4/tcp_ecn see http://www.aplawrence.com/Linux/ecn.html for more info. -- lee