Finding your dynamic external IP

Lowell Gilbert freebsd-questions-local at be-well.no-ip.com
Sun Aug 3 21:22:18 PDT 2003


"Bob Hall" <rjhjr at cox.net> writes:

> On Sun, Aug 03, 2003 at 11:02:19PM -0400, Lowell Gilbert wrote:
> > "David S. Jackson" <deepbsd at earthlink.net> writes:
> > 
> > > If your external IP number changes, as with DHCP, is there a way
> > > to find out what it currently is?  I was thinking you could keep
> > > BitchX logged into a chat channel and script a /dns yournick and
> > > email yourself the results from time to time.   
> > > 
> > > How would you do it?
> > 
> > For DHCP specifically, the best thing to do is to use the
> > dhclient-exit-hooks script to do whatever you want.  My particular
> > example is attached...
> 
> I use
> 	ifconfig rl0 | grep "inet " | awk '{print $2}'
> where rl0 is my external interface. 

And how do you decide when to run that?  
Having dhclient do it for you makes sure it happens right away on
every change, automatically...


More information about the freebsd-questions mailing list