Skip to content

Instantly share code, notes, and snippets.

@tstirrat15
Created February 16, 2016 01:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tstirrat15/3281107243ab6a1ddbc2 to your computer and use it in GitHub Desktop.
Save tstirrat15/3281107243ab6a1ddbc2 to your computer and use it in GitHub Desktop.
Networking problems.
tstirrat@vm-tstirrat:~$ nmap localhost
Starting Nmap 6.47 ( http://nmap.org ) at 2016-02-15 19:26 CST
Nmap scan report for localhost (127.0.0.1)
Host is up (0.00047s latency).
Other addresses for localhost (not scanned): 127.0.0.1
Not shown: 995 closed ports
PORT STATE SERVICE
22/tcp open ssh
111/tcp open rpcbind
139/tcp open netbios-ssn
443/tcp open https
445/tcp open microsoft-ds
Nmap done: 1 IP address (1 host up) scanned in 0.06 seconds
tstirrat@vm-tstirrat:~$ nmap vm-tstirrat
Starting Nmap 6.47 ( http://nmap.org ) at 2016-02-15 19:26 CST
Nmap scan report for vm-tstirrat (10.142.46.239)
Host is up (0.00051s latency).
rDNS record for 10.142.46.239: vm-tstirrat.epic.com
Not shown: 995 closed ports
PORT STATE SERVICE
22/tcp open ssh
111/tcp open rpcbind
139/tcp open netbios-ssn
443/tcp open https
445/tcp open microsoft-ds
Nmap done: 1 IP address (1 host up) scanned in 0.07 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment