User Tools

Site Tools


network:whatismyipshell

Find External IP Address from Shell (What is my ip)

  • what is my ip

Linux

curl -s http://whatismijnip.nl |cut -d " " -f 5

FreeBSD

fetch http://whatismijnip.nl -q -o - | cut -d " " -f 5
network/whatismyipshell.txt · Last modified: 2015/05/14 14:41 by tschulz