| Whats my Ip outside my firewall?Forum: Other Help Topics Topic: Whats my Ip outside my firewall? started by: Patrick  Posted by Patrick on Dec. 06 2004,20:14 I like to know how to find the ip that i have outside my firewall.. (using a  COMMAND in a Xterm!) Does anybody know?  Posted by Ninja on Dec. 06 2004,22:06 ifconfig    Posted by regsx on Dec. 07 2004,02:26 wget -q -O /dev/stdout < http://checkip.dyndns.org/ > | cut -d : -f 2- | cut -d \< -f -1  Posted by Patrick on Dec. 07 2004,07:49 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) |