From owner-freebsd-questions@FreeBSD.ORG Sun Jun 4 15:09:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23B7F16A71B for ; Sun, 4 Jun 2006 15:09:13 +0000 (UTC) (envelope-from nick@nickwithers.com) Received: from mail.nickwithers.com (mail.manrags.com [203.219.206.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFEEA43D46 for ; Sun, 4 Jun 2006 15:09:11 +0000 (GMT) (envelope-from nick@nickwithers.com) Received: from localhost (shmick.shmon.net [10.0.0.252]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.nickwithers.com (Postfix) with ESMTP id CA5FA3AA3A; Mon, 5 Jun 2006 01:08:49 +1000 (EST) Date: Mon, 5 Jun 2006 01:08:50 +1000 From: Nick Withers To: dharam paul Message-Id: <20060605010850.dbb05978.nick@nickwithers.com> In-Reply-To: <20060604145240.90860.qmail@web8913.mail.in.yahoo.com> References: <20060604145240.90860.qmail@web8913.mail.in.yahoo.com> Organization: nickwithers.com X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.18; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-nickwithers-MailScanner: Found to be clean X-nickwithers-MailScanner-From: nick@nickwithers.com Cc: freebsd-questions@freebsd.org Subject: Re: n00b question again X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2006 15:09:13 -0000 On Sun, 4 Jun 2006 15:52:40 +0100 (BST) dharam paul wrote: > Hello to all, > > I was concerned about the security and bandwidth usage > in my intranet. > The netstat -anW command gives me following output: > > Active Internet connections (including servers) > Proto Recv-Q Send-Q Local Address Foreign > Address (state) > tcp4 0 0 192.168.1.14.22 > 192.168.1.10.1150 ESTABLISHED > tcp4 0 0 192.168.1.14.49988 > 66.218.71.234.443 TIME_WAIT > tcp4 0 0 192.168.1.14.56459 (snip) > It can bee seen that yahoo servers have established > contact with my NIC (192.168.1.14]. Why so? Or you've established a connection with a Yahoo server, which is far more likely. I'm assuming you're talking about the "66.218.71.234" (pclick1.data.ssl.scd.yahoo.com) connection... > Is it valid? You can see that the port on the Yahoo server is 443 (which is used by HTTPS, typically) and the port on your machine is high (above 1024). In order for a tcp connection to work, there is a port dedicated to it on both the client and the server. Typically, clients get / use high-numbered ports when establishing a remote connection. > Or is Yahoo using my bandwidth? Depends on your point of view here! You're using Yahoo's bandwidth, and it has to use your bandwidth to give you anything back... So technically yes. > At least one of the foreign addresses that have established contact > with my NIC is that of Yahoo? > How do I avoid it? Firewall off Yahoo's IP renge(s)? :-) > Please advise. TIA. > > Send instant messages to your online friends http://in.messenger.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Nick Withers email: nick@nickwithers.com Web: http://www.nickwithers.com Mobile: +61 414 397 446