IP ermitteln

lynx -dump http://checkip.dyndns.org | cut -d" " -s -f 7
lynx -dump http://www.penzin.de/my_ip.cgi | cut -d" " -s -f 2

wget -q -O - http://checkip.dyndns.org | grep Address | awk '{print $6}'

RalfMoll/IP ermitteln (zuletzt geändert am 2007-12-23 22:47:10 durch localhost)