This shows you the differences between two versions of the page.
|
determine_public_ip [2011/08/17 10:46] root created |
determine_public_ip [2013/04/08 15:50] (current) root |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| If one is behind a NAT device determine your public IP: | If one is behind a NAT device determine your public IP: | ||
| wget -qO - whatismyip.org | wget -qO - whatismyip.org | ||
| + | alternative | ||
| + | wget http://ipecho.net/plain -O - -q ; echo | ||