Connecting Tech Pros Worldwide Help | Site Map

public ip address

  #1  
Old November 21st, 2005, 04:59 PM
krollenhagen
Guest
 
Posts: n/a
First off, let me say I am new to vb. I may have done a bad thing and also
posted this in vb.general, but I have both vb6 and vb.net and don't know
which one I am going to continue to use.

I am wondering if anyone out there knows how to get my public ip address
from my router. What I want to do, is make an application that can be put in
the task scheduler and run every 30 minutes or so, that will check the public
ip address of my router, compare that with the previous address, and if they
are different email the new address.

Any help would be appreciated,

Keith
  #2  
Old November 21st, 2005, 05:00 PM
Cor Ligthert
Guest
 
Posts: n/a

re: public ip address


Keith,

Do you find your question really a newsgroup question. It sounds for me
knowledge specially needed for hackers. It can not be the purpose for a
newsgroup like this to help them. Even that you need it probably for a legal
situation.

Just showing my idea about this to others.

Cor


  #3  
Old November 21st, 2005, 05:00 PM
Ken Tucker [MVP]
Guest
 
Posts: n/a

re: public ip address


Hi,

http://msdn.microsoft.com/library/de...classtopic.asp

Ken
-------------------
"krollenhagen" <vb@rollenhagen.us.NOSPAM> wrote in message
news:94EB9A5F-3744-4425-96DB-AAF29BB94B36@microsoft.com...
First off, let me say I am new to vb. I may have done a bad thing and also
posted this in vb.general, but I have both vb6 and vb.net and don't know
which one I am going to continue to use.

I am wondering if anyone out there knows how to get my public ip address
from my router. What I want to do, is make an application that can be put
in
the task scheduler and run every 30 minutes or so, that will check the
public
ip address of my router, compare that with the previous address, and if they
are different email the new address.

Any help would be appreciated,

Keith


  #4  
Old November 21st, 2005, 05:01 PM
Al Reid
Guest
 
Posts: n/a

re: public ip address


"Cor Ligthert" <notmyfirstname@planet.nl> wrote in message news:O7bT6g2WFHA.3540@TK2MSFTNGP15.phx.gbl...[color=blue]
> Keith,
>
> Do you find your question really a newsgroup question. It sounds for me
> knowledge specially needed for hackers. It can not be the purpose for a
> newsgroup like this to help them. Even that you need it probably for a legal
> situation.
>
> Just showing my idea about this to others.
>
> Cor
>
>[/color]


cor,

I can think of several uses for such a thing that are in no way related to hacking. Fir instance, I have a web based organizer
(calendar and address book) that I host on my PC. My Public IP address is not static. When it changes, It would be nice to know so
that I can access the organizer from work. Sensing the change and sending an email would seem reasonable and appropriate.

--
Al Reid


  #5  
Old November 21st, 2005, 05:02 PM
lgbjr
Guest
 
Posts: n/a

re: public ip address


Cor,

I agree with Al. I setup an FTP server on my home machine that I access when
I travel. If, for whatever reason, that machine loses it's connection, a new
IP address is assigned by the ISP from the DHCP pool. This doesn't happen
often, but when it does, I have to call someone to give me the new IP
address.

Keith, if you come up with a solution, please let us know. This would be a
nice little tool to have.

Regards,
Lee

"Cor Ligthert" <notmyfirstname@planet.nl> wrote in message
news:O7bT6g2WFHA.3540@TK2MSFTNGP15.phx.gbl...[color=blue]
> Keith,
>
> Do you find your question really a newsgroup question. It sounds for me
> knowledge specially needed for hackers. It can not be the purpose for a
> newsgroup like this to help them. Even that you need it probably for a
> legal situation.
>
> Just showing my idea about this to others.
>
> Cor
>[/color]


  #6  
Old November 21st, 2005, 05:02 PM
Αντώνης
Guest
 
Posts: n/a

re: public ip address


Why not setup an account with a dynamic naming service (like DynDNS.org
or No-IP.com) to map a fully qualified domain name to the IP?

__________________________________________________ ___________
B&D Technologies
http://www.bd-tech.com
Antoni Biliardis - antoni(at)bd-tech.com

lgbjr wrote, On 05/18/2005 20:39:[color=blue]
> Cor,
>
> I agree with Al. I setup an FTP server on my home machine that I access when
> I travel. If, for whatever reason, that machine loses it's connection, a new
> IP address is assigned by the ISP from the DHCP pool. This doesn't happen
> often, but when it does, I have to call someone to give me the new IP
> address.
>
> Keith, if you come up with a solution, please let us know. This would be a
> nice little tool to have.
>
> Regards,
> Lee
>
> "Cor Ligthert" <notmyfirstname@planet.nl> wrote in message
> news:O7bT6g2WFHA.3540@TK2MSFTNGP15.phx.gbl...
>[color=green]
>>Keith,
>>
>>Do you find your question really a newsgroup question. It sounds for me
>>knowledge specially needed for hackers. It can not be the purpose for a
>>newsgroup like this to help them. Even that you need it probably for a
>>legal situation.
>>
>>Just showing my idea about this to others.
>>
>>Cor
>>[/color]
>
>
>[/color]
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I get the IP address of the host Web Server into a Session variable? John Kotuby answers 14 July 15th, 2008 12:24 AM
Get external/public IP address Mrozu answers 5 November 23rd, 2005 04:35 AM
How to obtain the public IP address of a machine outside the firewall Ed Willis answers 4 November 20th, 2005 07:25 AM
Can't access site through public IP address (IIS 6) Ted Rogerson answers 1 July 19th, 2005 09:33 AM