Other Help Topics :: Whats my Ip outside my firewall?
I like to know how to find the ip that i have outside my firewall.. (using a COMMAND in a Xterm!)
Does anybody know?
ifconfig 
wget -q -O /dev/stdout http://checkip.dyndns.org/ | cut -d : -f 2- | cut -d \< -f -1
Thnx regsx, that one worked...
ifconfig might do the trick also if i knew what parameters it needs (by itself it only gives the ip-adress that i have within my LAN)
original here.