Resolv.Conf
# the line 'domain' tells the client what domain it is in
#
# the line 'search' tells the client what domains to try
# ie. if there is a request for "server" then try:
# server.local.sunyit.edu then server.cs.sunyit.edu then...
#
# the line 'nameserver' specifies the DNS server to use
# you can specify more than one server on this line like:
# nameserver 192.168.0.5 199.149.99.49
# then the DNS server at 192 would be tried and if it didn't
# know an answer or was down, the 199 server would be tried
domain rh.sunyit.edu
search local.sunyit.edu cs.sunyit.edu sunyit.edu rh.sunyit.edu
nameserver 192.168.0.5
# I'm unsure if comments are ok in this file so you might want
# to remove these.
|
|
|
|