Here is what my network looks like:
Internet
|
Firewall-1
| |
--------- -------
DMZ -| | | |- Internal Network
WEB FTP SUN NT
All of my servers can get out to the internet just fine. Only my WIndows servers can use DNS successfully.
My Solaris 2.6 Server cannot use DNS...probablly because I don't understand exactly how to configure it correctly.
On my Firewall, the DNS configuration look like this:
Domain
lstn.sfba.home.com
Server:20.1.90.32
20.1.90.31
My NT servers are configured the same way.
My Solaris server is configured as follows:
resolv.conf
------------
domain plstn.sfba.home.com
nameserver 20.1.90.32
nameserver 20.1.90.31
hosts
---------
20.1.90.32 dns1
20.1.90.31 dns2
I cannot use host names to access websites...only IP addresses. In my resolv.conf file, Do I use the phsical name "nameserver" or do I replace that with the name configured in my hosts file (dns1)? I am having no luck here at all......