|
From: Daniel Ngu on 22 Apr 2008 20:00 Hi, How do I find out what's the dynamic IP I get when connected to my ISP? I'm not broadband BTW. Thanks. Regards, Daniel -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: Steve Witt on 22 Apr 2008 20:20 On Tue, 22 Apr 2008, Daniel Ngu wrote: > Hi, > > How do I find out what's the dynamic IP I get when connected > to my ISP? I'm not broadband BTW. > How do you connect? Is your computer connected directly to your ISP connection? Assuming it is Linux box then: /sbin/ifconfig will show the IP addresses assigned to your network interfaces. If you are connecting through a router of some sort (like the Linksys, Netgear, etc) routers, then you'll have to connect to it and see what address it got. -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: Daniel Ngu on 22 Apr 2008 21:30 On 2008-04-23, Andrew Reid <reidac(a)bellatlantic.net> wrote: > On Tuesday 22 April 2008 19:39, Daniel Ngu wrote: > > I use "www.whatsmyip.org", Thanks, tried the URL and it worked. ifconfig on the other hand showed my internal IP rather. Regards, Daniel -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: Lee Glidewell on 23 Apr 2008 01:30 On Tuesday 22 April 2008 10:12:41 pm Rafael Fontenelle wrote: > I can see that you're running behind a router or something similar. If you > want to use a shell script to return the IP to the stdout, you could > probably use 'curl'. I have this feeling that my last response to this thread never made it through or something. ;) curl *definitely* works with shell scripts, and like I pointed out, www.whatismyip.org (not .com) is specifically designed for tools such as curl. Running that URL as the argument for curl will return only the current machine's public IP address, with no extra formatting or HTML messiness. Thus, it is the ideal way of getting this output cleanly. It can even be used as input, e.g.: nmap $(curl www.whatismyip.org) Lee -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: Rich Healey on 23 Apr 2008 01:30
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Lee Glidewell wrote: > On Tuesday 22 April 2008 10:12:41 pm Rafael Fontenelle wrote: >> I can see that you're running behind a router or something similar. If you >> want to use a shell script to return the IP to the stdout, you could >> probably use 'curl'. > I have this feeling that my last response to this thread never made it through > or something. ;) > > curl *definitely* works with shell scripts, and like I pointed out, > www.whatismyip.org (not .com) is specifically designed for tools such as > curl. Running that URL as the argument for curl will return only the current > machine's public IP address, with no extra formatting or HTML messiness. > Thus, it is the ideal way of getting this output cleanly. It can even be used > as input, e.g.: > nmap $(curl www.whatismyip.org) > > Lee > > My site is now back up. http://www.psychotik.info/ip.php Was lazy, did it in php. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIDsiILeTfO4yBSAcRAvxxAJ0cg2SS04kUqPeSNOYHk92AnV4cIQCfejOm luz4swnsiXfwQFPeYp6a2BY= =ohCX -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org |