How to get Public IP in Linux Ubuntu Terminal - TechvBlogs

How to get Public IP in Linux Ubuntu Terminal

In this article, You will learn How to get Public IP in Linux Ubuntu using Terminal.


Smit Pipaliya - Author - TechvBlogs
Smit Pipaliya
 

3 months ago

TechvBlogs - Google News

Discovering your public IP address in the Linux Ubuntu 22.04 terminal is a straightforward process. Let's delve into the methods of obtaining this information through the Ubuntu command line. This article will guide you through the execution of a command to retrieve your public IP address effortlessly.

Method 1: Utilizing curl with ifconfig.me

Open your terminal and employ the following command:

curl ifconfig.me

Executing this command triggers a request to the ifconfig.me service, promptly revealing your public IP address within the terminal.

Method 2: Employing curl with icanhazip.com

Alternatively, leverage the icanhazip.com service with curl:

curl icanhazip.com

Executing this command fetches and displays your public IP address as a response.

Both methods yield the same outcome, offering your public IP address through distinct services. Opt for the one that aligns with your preference, as both ifconfig.me and icanhazip.com are reliable sources.

Empower yourself with the ability to swiftly retrieve your public IP address on Ubuntu 22.04 using these command-line methods. This guide aims to streamline the process for your convenience.

I trust this information proves beneficial to you in navigating the realm of obtaining your public IP address effortlessly.

Comments (0)

Comment


Note: All Input Fields are required.