Blocking nslookup on A record
Posted
by
msher420
on Server Fault
See other posts from Server Fault
or by msher420
Published on 2011-03-13T19:21:03Z
Indexed on
2011/03/14
0:11 UTC
Read the original article
Hit count: 598
Need to know which port to be blocked in my local machine so that the nslookup on A record doesnot work? To know the above i need to understand how the lookup on A record how does the request go from the local machine (port) to the nameservers/ rootservers?
For example: C:> nslookup -type=a google.com
Server: MyDslModem.local.lan Address: 192.168.1.1
Non-authoritative answer: Name: google.com Address: 209.85.231.104
Here which from which local port from the local machine does the lookup starts from?
© Server Fault or respective owner