NS Lookup: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(New page: Linux uses the following file for domain suffux and NS lookups. /etc/resolv.conf The format of the file is: <pre> search domainname.com nameserver 216.200.145.64 nameserver 74.220.195.31...)
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 10: Line 10:
nameserver 208.76.56.56
nameserver 208.76.56.56
</pre>
</pre>
For Linux to see the change the network card must be restarted.  See [[Restart network]]
[[Category : Linux]]

Latest revision as of 00:22, 22 April 2008

Linux uses the following file for domain suffux and NS lookups.

/etc/resolv.conf

The format of the file is:

search domainname.com
nameserver 216.200.145.64
nameserver 74.220.195.31
nameserver 208.76.56.56

For Linux to see the change the network card must be restarted. See Restart network