Notices


Reply
Thread Tools
Posts: 32 | Thanked: 2 times | Joined on Aug 2008
#1
Anyone make/going to make a program to take the Ip from an ip monitoring system (dyndns for example) and make it instantly accessable?

While you can always go to the website.. if you want to rapidly connect to remote desktop it would be nice to have a program that would allow it to be retrieved without having to log in and all that.
 
Posts: 1,224 | Thanked: 1,763 times | Joined on Jul 2007
#2
Why not do it with DNS? That is the raison d'état of dynamic dns systems such as dyndns.
 
Posts: 32 | Thanked: 2 times | Joined on Aug 2008
#3
What i mean is.. on my n810 I want a program that checks DNS's website and retrives my IP address from it without me actually having to look up the website manually enter my password then find my IP. I just pull up the program and it has it in a convienient copy/paste format right there for me.

I am asking if a program like this exist or how hard/what knowledge would be required to make one.
 
Rassilon7's Avatar
Posts: 220 | Thanked: 41 times | Joined on Oct 2008
#4
Do you just want to know your IP address?

The Applet HomeIP displays your current IP address on your desktop.
 
Posts: 32 | Thanked: 2 times | Joined on Aug 2008
#5
Do you just want to know your IP address?

The Applet HomeIP displays your current IP address on your desktop.
That gives the ip of the n810. I need my laptops public ip to preform rdesktop connections.
 

The Following User Says Thank You to snow_fox For This Useful Post:
Posts: 1,224 | Thanked: 1,763 times | Joined on Jul 2007
#6
I guess the easiest way is to parse some page like http://whatsmyip.net/ :

wget -O - -o /dev/null http://whatsmyip.net | grep empty_area | cut -d'>' -f 2 | cut -d'<' -f 1

works, but those sites tend to change their format frequently, so this will stop working some time in the future.
 
Reply


 
Forum Jump


All times are GMT. The time now is 17:39.