Jump to content

MyIP – get your external and local IP address


Recommended Posts

Posted
Hi!

 

Today I want to give you some little workflow that shows your external and local IP addresses. Pressing Return will copy them.

 

myip.png

 

Download and enjoy!  :)

 

Cheers,

Maciej Skrzypczak
  • 1 month later...
Posted (edited)

 

Hi!
 
Today I want to give you some little workflow that shows your external and local IP addresses. Pressing Return will copy them.
 
myip.png
 
Download and enjoy!  :)
 
Cheers,
Maciej Skrzypczak

 

 

Nice job .....But i usually use sites like Ip-Details.com to know my present network ip address .Here they display informations like ip location ,country ,latitude ,ISP address and so on ...

Edited by poganinja
  • 1 year later...
Posted

You can copy paste the local script, and change it to en1.

 

This will show all 3 possible ip addresses. (wifi, wired and external)

 

Or just use CTwise's Network Info workflow, which gives all sorts of good information.

  • 6 months later...
Posted

I made a small modification which will enable the local ip to be shown whether wifi or ethernet is used (or thunderbolt ethernet adapter in my case) 

LOCIP=$(ipconfig getifaddr en0 || ipconfig getifaddr en1 || ipconfig getifaddr en3)
Posted

 

I made a small modification which will enable the local ip to be shown whether wifi or ethernet is used (or thunderbolt ethernet adapter in my case) 

LOCIP=$(ipconfig getifaddr en0 || ipconfig getifaddr en1 || ipconfig getifaddr en3)

 

Thanks for suggestion! I'll update my workflow. :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...