Skip to content

Commit 301fd9b

Browse files
authored
Update 14. Troubleshoot and future of Networking
1 parent 9c7d876 commit 301fd9b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

14. Troubleshoot and future of Networking

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,24 @@ In the comand line -> ping 8.8.8.8 -> ping <destination ip/ domain name>
4747
* Name Resolution Tools
4848
-------------------------
4949
- nslookup <hostname> -> output - server used to perform the request and resolution result;
50+
In order to identify the IP address of twitter.com
51+
52+
nslookup twitter.com
53+
Output -> A record
54+
Server
55+
Address
56+
57+
Non-authoritative answer:
58+
Name
59+
Address
60+
Name Address
61+
62+
Can start an interative session on nslookup by just typing : nslookup
63+
> google.com
64+
> set type=MX
65+
> google.com
66+
67+
> set debug (allows the tool to display the full response of the packets - including intermediary and all their contents(TTL - Zone Files).)
5068
---------------------------------------------------------------------------------------------------------------------------------------
5169
* Public DNS Servers
5270
----------------------

0 commit comments

Comments
 (0)