• About
  • Privacy Policy
  • Contact us
  • Submit a story
Linux-News Linux news from the Blogosphere
  • Article
  • Howto
  • News
  • Opinion
  • Review
  • RSS Feed
  • Twitter
  • Facebook

Quickly Get an External IP Address from the Command Line

By
News
– February 12, 2015Posted in: Article, Howto, Submitted
Most of the machines in various institutes and organizations are set up behind a NAT router and thus, they are allocated with a private IP address, either manually or by the DHCP server.To the outer world, your (public) IP address is same as that of the NAT router. There are many techniques with which you can detect the public IP address of your machine. This mini-article will be helpful to you to know the public IP address of your NAT router using Terminal.
    You would be taking help of an external web server in order to detect your public IP address. So, make sure that your system is connected to internet. As you are dependent on that particular web server, you need to have curl installed in our system.

If you don’t have curl installed, just enter following command:

For Ubuntu, Linux Mint or other Debian based systems:

sudo apt-get install curl


For Fedora, CentOS or other RHEL based systems:

sudo yum install curl

Once this is done, you can use any of the following commands listed below to get your public IP address. You can run them in terminal or you can also use them in bash scripts. Here is the list:

curl ident.me
curl ifconfig.me
curl tnx.nl/ip
curl icanhazip.com
curl ipecho.net/plain
curl ip.appspot.com
curl whatsmyip.akamai.com

First posted on http://www.yourownlinux.com/

Alternative DIG

As alternative you could use dig with OpenDNS as resolver:

dig +short myip.opendns.com @resolver1.opendns.com

Perhaps alias it in your bashrc so it’s easy to remember

alias wanip='dig +short myip.opendns.com @resolver1.opendns.com'

Responds with a plain ip address:

$ wanip
80.100.192.168

Article sponsored by Lowhosting.com
Tags: bash, curl, dig, ip, public

About News

No Comments

Start the ball rolling by posting a comment on this article!

Leave a Reply Cancel reply

Your email address will not be published.

  • Suggested Sites
    http://linuxaria.com everything about Linux http://linuxaria.com everything about Linux
  • Curated topic
  • Recent Posts
    • Unlock a Customizable Dining Experience: The Which Wich Menu PDF Guide
    • Illinois Driving Test: Ace It with Our Comprehensive PDF Guide!
    • Discover “It Happened One Summer” PDF: A Captivating Summer Read
    • Magic Mouthwash Recipe PDF: Your Ultimate Guide to Oral Comfort
    • Master Legal Terminology with Black’s Law Dictionary PDF: Your Ultimate Guide
    • Dive into “A Worn Path” PDF: Explore a Timeless Classic
    • Ace the NYS Notary Exam: Your 2023 Study Guide PDF
    • Master the Road: Download the Essential California Driver Handbook 2023 PDF
    • How to Pray the Prayer of St. Francis | PDF Guide and Meaning
    • Your Guide to the 21-Day Daniel Fast Meal Plan PDF
  • Ranking

About Arras WordPress Theme

All site content, except where otherwise noted, is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.