Sometimes when you are behind the NAT you need to know what is your "external" IP address.
You can check it from browser(for ex. http://whatismyip.org), but what if you have only command line? Just type in these lines:
nslookup myip.opendns.com. resolver1.opendns.com
do not forget dot "." after first host.
Showing posts with label cli. Show all posts
Showing posts with label cli. Show all posts
Thursday, October 13, 2016
Thursday, November 7, 2013
How to install telnet client from cli in windows server 2012
Open cli and type following command:
pkgmgr /iu:"TelnetClient"
pkgmgr /iu:"TelnetClient"
Subscribe to:
Posts (Atom)