From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 17:54:45 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 DE3D416A4DA for ; Thu, 6 Jul 2006 17:54:44 +0000 (UTC) (envelope-from perikillo@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32C4943D45 for ; Thu, 6 Jul 2006 17:54:43 +0000 (GMT) (envelope-from perikillo@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so402394uge for ; Thu, 06 Jul 2006 10:54:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dYPx7FnAvbqjeO3rYzbA6nt8+yarsT5fpT06MbA7jKAo81Jq5Ue4+3YBF7yf+fImGgYCvnfAKFa1R4R4oy96DvqSX4tXB10bizFYRZ5Wu6xnsBVA2lYta/TCzpaj5/jQEMG2oZMzKHrReteC4MO0rZ21JT9CmN62g/+68TQki7w= Received: by 10.78.157.15 with SMTP id f15mr302583hue; Thu, 06 Jul 2006 10:54:41 -0700 (PDT) Received: by 10.78.116.7 with HTTP; Thu, 6 Jul 2006 10:54:41 -0700 (PDT) Message-ID: <51d7a5160607061054g110e8461le214c628fedcaffa@mail.gmail.com> Date: Thu, 6 Jul 2006 10:54:41 -0700 From: perikillo To: freebsd-questions@freebsd.org In-Reply-To: <200607051112.06066.nvass@teledomenet.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <51d7a5160607031749n24e8ebe1lfb6d34c2a37e3d10@mail.gmail.com> <200607041041.21582.nvass@teledomenet.gr> <51d7a5160607041601p2ef4da45r6aa2ae9a69d37911@mail.gmail.com> <200607051112.06066.nvass@teledomenet.gr> Subject: Re: Ports doubt, check network performance...? 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: Thu, 06 Jul 2006 17:54:45 -0000 On 7/5/06, Nikos Vassiliadis wrote: > On Wednesday 05 July 2006 02:01, perikillo wrote: > > On 7/4/06, Nikos Vassiliadis wrote: > > > On Tuesday 04 July 2006 03:49, perikillo wrote: > > > > Hi people. > > > > > > > > I have some problems on my network, and i want to use my freebsd > > > > box to see if i can find the problems on my network, we have two > > > > networks in two countrys connected by a private link, but i have seen > > > > just a couple a weeks ago that we have some problems between both > > > > links, we are lossing packets if i ping some server on the other link, > > > > some times i get 36% of packets loss, is to but to much on bussines > > > > hours. > > > > > > 36% packet loss is very high, it will almost make TCP unusable. > > > ping is your tool. Use -s 500 to 1500 to simulate some-how real traffic > > > situation. I guess you have a point-to-point link between the two > > > offices, connected to a router? Do you administer these routers? Do know > > > your bandwidth utilization? Are you sure your link is OK? check this with > > > your service provider. > > > > > > Either you link is bad or you use all your available bandwidth. > > > > > > > I want to use my freebsd box running 6.0 but just want to know if > > > > some one could recomend me wich ports to check to see if i can find > > > > wich device is causing this problem. > > > > > > FreeBSD can not help you much with this. Unless FreeBSD is the router > > > in question. Or you could pass all traffic from a FreeBSD box in order to > > > know what's going on. something like this > > > > > > central-switch------FBSD------router-1=====router-2 > > > [--------------------LAN--------------------] [-----WAN-----] > > > > No i dont administer those routers, i need to check if the problem > > is our network or the ISP link, and yes is Point To Point link and > > talk with the guys that setup that router, but im thinking in put a > > freebsd box between our lan and the router and sniff all the traffic > > and see whats is happening but wich port to use...? > > ntop can show how much bandwidth is used by whom > There are many available and I'm not sure ntop is the > best choice. There is pfSense which is a FreeBSD based > live-CD for router-like installations. pfSense has ntop > package. it won't hurt trying it out. > > > , thanks all for > > your help. > > > > Ethereal is for read packets but can he check wich one device is > > causing problems..? > > device causing problems? Do you mean computer using > a lot of bandwidth? You can check this with ntop(and a thousand > others I guess, use google) > Well to find how is causing my loss of packets, iam using ntop right now and ethereal, i try to find out who is causing the lost of packets, any recomendations...? Thanks for your time!!!