From owner-freebsd-stable@FreeBSD.ORG Fri Oct 19 01:49:14 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D13216A419 for ; Fri, 19 Oct 2007 01:49:14 +0000 (UTC) (envelope-from wangyi6854@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id D395713C44B for ; Fri, 19 Oct 2007 01:49:13 +0000 (UTC) (envelope-from wangyi6854@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so424578waf for ; Thu, 18 Oct 2007 18:49:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=zblc5SMT+ZFiRdRr7Vjz0Ctx4NcJTTrx8zrqaGuu/QE=; b=LirU4m7pSAAqenVBfV3tSqXEWbXgb3AVAp1VfFUAOAaWZDK5Ptwj7uDBRk6DFCk9w/VVJp5SS1CfZYst8uUG4EkIRqekYDLjxA9Amx/cPhhEga57F7XYkavJ7eVZkeAIZbt8Mj6Ubmn6tU9z4+yulNCeJf54RlpmmLwpoOfbee4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dwTuFN3a3/2Dj2d3QzkBMj4otodOSOCDC6vr64eFSFMiv9UyWFjXXYeVvSrQKpHJFfTUu5Q9pXqxZqsQ4LNaqT7yQ878jF3FDcbRidjSmanlaTMGiSOim7Dqpm7BDVRoPOu59IV0AzQmKARapWCR1m3+gw/3LVuYspW9APVCe2c= Received: by 10.114.107.19 with SMTP id f19mr1199665wac.1192758552620; Thu, 18 Oct 2007 18:49:12 -0700 (PDT) Received: by 10.114.203.13 with HTTP; Thu, 18 Oct 2007 18:49:12 -0700 (PDT) Message-ID: <5ea5cca50710181849s6c7379a3n474a6852e255139e@mail.gmail.com> Date: Fri, 19 Oct 2007 09:49:12 +0800 From: "Yi Wang" To: Vince In-Reply-To: <47177AFB.6020103@unsane.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5ea5cca50710180201v3b592b1ayc35f0b271b9929ab@mail.gmail.com> <47175812.2070300@bulinfo.net> <47177AFB.6020103@unsane.co.uk> Cc: freebsd-stable@freebsd.org Subject: Re: connection timed out on freebsd 7.0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2007 01:49:14 -0000 Thanks very much. This fixed it for me. BTW, does this have the similar meaning against 'netsh interface tcp set global autotuning=disabled' in Windows Server 2008? On 10/18/07, Vince wrote: > Krassimir Slavchev wrote: > > Hi, > > > > try 'sysctl -w net.inet.tcp.rfc1323=0' > > > > Thanks for that, I was having issues connecting to www.freebsd.org from > a 7.0-PRERELEASE box and this fixed it for me. > > > Vince > > > > > Yi Wang wrote: > >> Hi, > > > >> My box is running FreeBSD 7.0 ( upgrade from 6-stable using src ). > > > >> My problem is I can't connect to the network outside the router. eg. > >> www.FreeBSD.org. Neither http nor ftp. But I can ping them. I can > >> assure you that DNS works fine and the firewall is turned off. > > > >> Here's some diagnostic messages: > > > >> # uname -a > >> FreeBSD wangyi.com 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #2: Wed Oct > >> 17 19:19:47 CST 2007 root@wangyi.com:/usr/obj/usr/src/sys/MYKERNEL > >> i386 > > > >> # ifconfig -a > >> le0: flags=8843 metric 0 mtu 1500 > >> options=8 > >> ether 00:0c:29:3c:47:47 > >> inet 172.20.53.106 netmask 0xffffff00 broadcast 172.20.53.255 > >> inet 192.168.0.106 netmask 0xffffff00 broadcast 192.168.0.255 > >> media: Ethernet autoselect > >> status: active > >> lo0: flags=8049 metric 0 mtu 16384 > >> inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 > >> inet6 ::1 prefixlen 128 > >> inet 127.0.0.1 netmask 0xff000000 > >> vmnet1: flags=8843 metric 0 mtu 1500 > >> ether 00:bd:e4:45:00:01 > >> inet 192.168.2.1 netmask 0xffffff00 broadcast 192.168.2.255 > > > >> PS: This is the result in vmware. I made a dual boot system and run it > >> in vmware using raw disk. > >> Actually, the real interface is nfe0. > > > >> Sorry for my poor English. > > > >> Thanks very much! > > > > > > > >> ------------------------------------------------------------------------ > > > >> _______________________________________________ > >> freebsd-stable@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable > >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > -- Regards, Wang Yi