From owner-freebsd-questions@FreeBSD.ORG Thu Aug 10 18:31: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 CA79716A4DD for ; Thu, 10 Aug 2006 18:31:13 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60E2943D70 for ; Thu, 10 Aug 2006 18:31:09 +0000 (GMT) (envelope-from wodfer@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so481538wxd for ; Thu, 10 Aug 2006 11:31:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=p/lRmKyxmKO2fDba3ft3dK/w9GwPcawiS/rDoh9u+dwdXDev/fyZUIH0LWCFPYmIRY4dDOWRtnh2LztVzOdmNHWNeR1FqFbt/oFk44WL07mLM9jwzDnVr5Rm1rYtxTMz8SOkzvkPNcA7on2caJzeKy0XuWYEdynSluwIdDxZ9Vw= Received: by 10.78.156.6 with SMTP id d6mr1603741hue; Thu, 10 Aug 2006 11:31:08 -0700 (PDT) Received: by 10.78.169.7 with HTTP; Thu, 10 Aug 2006 11:31:08 -0700 (PDT) Message-ID: <23ed14b80608101131s6aabef20s64b6338524abc7f6@mail.gmail.com> Date: Thu, 10 Aug 2006 20:31:08 +0200 From: "=?ISO-8859-1?Q?Andreas_Wider=F8e_Andersen?=" To: beno In-Reply-To: <44DB7888.6080807@2012.vi> MIME-Version: 1.0 References: <44DB7888.6080807@2012.vi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Finding IP Addresses (OT) 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, 10 Aug 2006 18:31:13 -0000 On 8/10/06, beno wrote: > > Hi; > I'm configuring my IP filter and I need to figure out what IP addresses > I use (via SSH2) to contact my server. However, my ISP is DirecWay > bouncing off a satellite. I've got a sample IP address from > /var/log/messages and I'm sure over time I could collect a truckload, > but I'd still miss some. Is there someplace on the Web that has those > ranges of IP addresses posted that the big companies use? > TIA, > beno Hi, In Europe there is ripe.net. Try do this command: # whois -h whois.ripe.net one.of.your.ips Rgds, Andreas