Discussion:
Software for reporting change of IP.
(too old to reply)
Ricardo
2007-12-30 00:16:03 UTC
Permalink
I am looking for a program that would monitor IP address of the local XP Pro
box and send an email if it has changed. The connection is set up with a
cable modem connected to the ethernet adapter.
Thanks in advance for any help you can offer.
Regards,
--
Ricardo
Ricardo
2007-12-31 00:53:16 UTC
Permalink
Anybody home?
Kurt
2007-12-31 03:56:09 UTC
Permalink
Post by Ricardo
I am looking for a program that would monitor IP address of the local XP Pro
box and send an email if it has changed. The connection is set up with a
cable modem connected to the ethernet adapter.
Thanks in advance for any help you can offer.
Regards,
You could write a script that gets the IP address using netsh, writes it
to a file, and schedule it to periodically run and check the current IP
against the saved one. There are free emailers for Windows (I've used
one before) that is can be called from your script to send you the
changed of address.

Kurt
Ricardo
2007-12-31 15:46:10 UTC
Permalink
Post by Kurt
Post by Ricardo
I am looking for a program that would monitor IP address of the local XP Pro
box and send an email if it has changed. The connection is set up with a
cable modem connected to the ethernet adapter.
Thanks in advance for any help you can offer.
Regards,
You could write a script that gets the IP address using netsh, writes it
to a file, and schedule it to periodically run and check the current IP
against the saved one. There are free emailers for Windows (I've used one
before) that is can be called from your script to send you the changed of
address.
Kurt
Thanks a lot, Kurt! Happy New Year!!! :)
Regards,
Ricardo

Loading...