Re: IP -> e-mail

2012-06-06 Thread Mark Felder
On Wed, 06 Jun 2012 09:11:02 -0500, Robert Bonomi wrote: Matthias, your lynx-based 'solution' does *NOT* solve the OP's question. Incorrect; it does solve his problem. He wants to know -when- his DHCP assigned address changes. Consider what happens if both the expired address and the new

RE: IP -> e-mail

2012-06-06 Thread Sean Cavanaugh
> > > I would also recommend taking a look at a service like DynDNS as you > > would have a DNS name that would auto correct for new IP. > > the IP provider in Germany do not assign a static DNS name to you if yo do > not have a static IP. > Hence the Dynamic DNS option. Granted OP would have t

Re: IP -> e-mail

2012-06-06 Thread Matthias Apitz
El día Wednesday, June 06, 2012 a las 09:11:02AM -0500, Robert Bonomi escribió: > > Matthias Apitz opined: > > El dia Wednesday, June 06, 2012 a las 09:17:47AM -0400, Robert Huff > > escribio: > > > Matthias Apitz opined: > > > > > > > > lynx -dump myip.nl | fgrep 'WAN IP' > > > > > > > >

Re: IP -> e-mail

2012-06-06 Thread Lowell Gilbert
Dánielisz László writes: > Let say my computer is connected to the internet with a cable modem and has a > dynamic IP address via DHCP. This address is refreshed after every random > days. > I want to know the new address even when I'm not home. Like send an e-mail > with the new IP, I already

Re: IP -> e-mail

2012-06-06 Thread RW
On Wed, 6 Jun 2012 02:06:48 -0700 (PDT) Dánielisz László wrote: > Hi everybody, > > Let say my computer is connected to the internet with a cable modem > and has a dynamic IP address via DHCP. This address is refreshed > after every random days. I want to know the new address even when I'm > not

Re: IP -> e-mail

2012-06-06 Thread Matthias Apitz
El día Wednesday, June 06, 2012 a las 10:03:26AM -0400, Sean Cavanaugh escribió: > > Matthias Apitz writes: > > > > > > Let say my computer is connected to the internet with a cable > > > modem and has a dynamic IP address via DHCP. This address is > > > refreshed after every random days. > > >

Re: IP -> e-mail

2012-06-06 Thread Robert Bonomi
Matthias Apitz opined: > El dia Wednesday, June 06, 2012 a las 09:17:47AM -0400, Robert Huff escribio: > > Matthias Apitz opined: > > > > > > lynx -dump myip.nl | fgrep 'WAN IP' > > > > > > strore the result in a file and when it changes, trigger a mail; > > > > Or, using only tools in

RE: IP -> e-mail

2012-06-06 Thread Sean Cavanaugh
> -Original Message- > From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- > questi...@freebsd.org] On Behalf Of Robert Huff > Sent: Wednesday, June 06, 2012 9:18 AM > To: Matthias Apitz > Cc: freebsd-questions@freebsd.org > Subject: Re: IP -> e-mai

Re: IP -> e-mail

2012-06-06 Thread Robert Bonomi
m > From owner-freebsd-questi...@freebsd.org Wed Jun 6 07:37:57 2012 > Date: Wed, 6 Jun 2012 02:06:48 -0700 (PDT) > From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= > To: "freebsd-questions@freebsd.org" > Subject: IP -> e-mail > > Hi everybody, > > Let say my computer is connected to the internet

Re: IP -> e-mail

2012-06-06 Thread Matthias Apitz
El día Wednesday, June 06, 2012 a las 09:17:47AM -0400, Robert Huff escribió: > > Run this in a cronjob: > > > > lynx -dump myip.nl | fgrep 'WAN IP' > > > > strore the result in a file and when it changes, trigger a mail; > > Or, using only tools in the base system: > > ifconfig | h

Re: IP -> e-mail

2012-06-06 Thread Robert Huff
Matthias Apitz writes: > > Let say my computer is connected to the internet with a cable > modem and has a dynamic IP address via DHCP. This address is > refreshed after every random days. > > > I want to know the new address even when I'm not home. Like > send an e-mail with the new IP, I a

Re: IP -> e-mail

2012-06-06 Thread Matthias Apitz
El día Wednesday, June 06, 2012 a las 02:06:48AM -0700, Dánielisz László escribió: > Hi everybody, > > Let say my computer is connected to the internet with a cable modem and has a > dynamic IP address via DHCP. This address is refreshed after every random > days. > I want to know the new addr