Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2006 13:32:50 -0500
From:      David Kelly <dkelly@hiwaay.net>
To:        beno <zope@2012.vi>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Finding IP Addresses (OT)
Message-ID:  <20060810183250.GA83130@Grumpy.DynDNS.org>
In-Reply-To: <44DB7888.6080807@2012.vi>
References:  <44DB7888.6080807@2012.vi>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 10, 2006 at 02:18:48PM -0400, 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?

In ipfw one can use the address "me" which means "address of any
interface on this machine." I don't fully understand what you are trying
to do but am guessing "me" or similar will be of help.

Another angle would be to "whois w.x.y.z" as that appears to be
your current IP address. Stripping out the excess this line is of
interest:

NetRange:   w.(x-1).0.0 - w.x.255.255

The above is one of possibly many IP blocks assigned to your ISP.

-- 
David Kelly N4HHE, dkelly@HiWAAY.net
========================================================================
Whom computers would destroy, they must first drive mad.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060810183250.GA83130>