mcskrzypczak Posted May 9, 2013 Posted May 9, 2013 Hi! Today I want to give you some little workflow that shows your external and local IP addresses. Pressing Return will copy them. Download and enjoy! Cheers, Maciej Skrzypczak
pawelratajczak Posted May 9, 2013 Posted May 9, 2013 Local IP doesn't work. For me. Hmm?? Any idea Maciej?
mcskrzypczak Posted May 9, 2013 Author Posted May 9, 2013 Local IP doesn't work. For me. Hmm?? Any idea Maciej? Uh, oh, I knew I forgot something. If Local IP doesn't work, try to change "eth0" into "eth1" in secon Script Filter. pawelratajczak 1
pawelratajczak Posted May 9, 2013 Posted May 9, 2013 Uh, oh, I knew I forgot something. If Local IP doesn't work, try to change "eth0" into "eth1" in secon Script Filter. Great! Eth1 work.
mcskrzypczak Posted May 9, 2013 Author Posted May 9, 2013 (edited) Great! Eth1 work. Glad to hear that Paweł! Edited May 9, 2013 by Maciej Skrzypczak
poganinja Posted July 3, 2013 Posted July 3, 2013 (edited) Hi! Today I want to give you some little workflow that shows your external and local IP addresses. Pressing Return will copy them. 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 July 3, 2013 by poganinja
kbrock Posted October 10, 2014 Posted October 10, 2014 You can copy paste the local script, and change it to en1. This will show all 3 possible ip addresses. (wifi, wired and external)
rice.shawn Posted October 12, 2014 Posted October 12, 2014 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.
lsei Posted May 9, 2015 Posted May 9, 2015 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)
mcskrzypczak Posted May 13, 2015 Author Posted May 13, 2015 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now