[java ee programming] Re: dynamic ip

2009-04-22 Thread Nguyen Tien Loi
I think u should try to use regular expression to parse your IP from some website get real your dynamic IP 2009/4/23 Luis Bernardo Nuñez Salgado > > Hi Annad, > > I did the next step to solve that problem, I bought a router Linksys > wrt54g, I put the firmware OpenWRT and with that I configured

[java ee programming] Re: dynamic ip

2009-04-22 Thread Luis Bernardo Nuñez Salgado
Hi Annad, I did the next step to solve that problem, I bought a router Linksys wrt54g, I put the firmware OpenWRT and with that I configured a dynamic dns. I bought a domain in my country and a server in my home, when i have a change in the IP, my router send the new ip to the FreeDNS, in that wa

[java ee programming] Re: dynamic ip

2009-04-22 Thread naresh kanduru
GoToMyPC, Logmein are some other commercial solutions for your problem. But Teamviewer is the best option you have got. - naresh On Wed, Apr 22, 2009 at 6:50 AM, varun sikka wrote: > Hi, > > This is a general networking issue... To access your system, its better to > get a public static ip addr

[java ee programming] Re: dynamic ip

2009-04-22 Thread Mick Timony
You should be able to use something like this: InetAddress myIP =InetAddress.getLocalHost(); Or see if you can connect to the loopback address: 127.0.0.1 . Luck Mick On Wed, Apr 22, 2009 at 6:23 AM, Anand wrote: > > how do I get dynamic IP of remote pc in java. My and my database pc IP is >

[java ee programming] Re: dynamic ip

2009-04-22 Thread varun sikka
Hi, This is a general networking issue... To access your system, its better to get a public static ip address from your Internet Service Provider. If that is somethng more costly, then you can use some third party tools like Team Viewer. With Team viewer you can make remote connection with your sy