perl or shell for ip manipulation

D

Dave

Hello,
I'm wanting to develope a script for ip change notification. Since my
box doesn't change cleanly, i'd like to run this script from cron say every
30 minutes. First thing it does is checks the IP, if it's the same as 30
minutes ago it pings one of about ten sites from a list in random order. If
that works, everything is well exit. If not meaning the ip test reports the
same as 30 minutes ago but pinging that list returns nothing then run three
commands, obtain the new ip, save it, and send an email to a designated
address.
I'm not sure if i should do this in shell or perl, as of right now i
have the ip address printing, but i believe i'd have to do something with
saving state between script loads, this i've never done. If anyone has any
suggestions i'd appreciate them.
Thanks.
Dave.
 
J

Jürgen Exner

have the ip address printing, but i believe i'd have to do something with
saving state between script loads, this i've never done. If anyone has any
suggestions i'd appreciate them.

The only non-volatile storage in a computer system are files. So just
write that IP address to a file and read its content again in the next
run.

jue

PS: this single newsgroup has been replaced by the whole comp.lang.perl.*
hierarchy about a decade ago and is no longer maintained
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top