![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| IP Networking Questions involving TCP/IP, Routers, Hubs, Network protocols, etc go here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to configure VIM ? | zedex | UNIX for Dummies Questions & Answers | 1 | 12-24-2007 04:47 AM |
| How to configure NIS in sun 10 | rjay.com | SUN Solaris | 4 | 12-18-2006 09:37 PM |
| configure ssh | Geraldine | UNIX for Advanced & Expert Users | 4 | 03-15-2004 09:07 PM |
| How to configure DNS | q30 | UNIX for Advanced & Expert Users | 6 | 06-03-2002 12:31 AM |
| IP configure | Orange | UNIX for Dummies Questions & Answers | 2 | 07-26-2001 05:21 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
||||
|
||||
|
To use DNS you must be a part of a domain. This is not the same a microsoft domain, BTW. DNS is the 'domain names system' and requires fully qualified domain names to work. Resolver will append the name of the domain to each query, etc. Nameservers must be running named. Are you running named? If so, what is your named.conf file (must have domain records)?
|
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
I am using my firewall to NAT one IP address for three computers on one network. Sort of like a proxy server. My Solaris box is one of these computers. So are you suggesting that I configure my Solaris box to use the domain information that my firewall is using on it's external interface. I am running a rather home made network. I am using ATT @Home and I purchased three public IP address from them. I am running a Check Point firewall on NT Server 4.0 with 3 NICs installed. On one of the NICs I have it configured with the @home configuration they supplied. The other two NICs I have configured as my internal network (Hiding behind 1 Public IP address, My Solaris box, and two other NT servers) and the other NIC on my firewall is configured as my DMZ network.
Are you recommending that I add the DNS suffix of the @home DNS servers in my resolv.conf file. plstn.sfab.home.com is the domain I was given and it is what my firewall is configured to use. |
|
#10
|
|||
|
|||
|
I think your firewall can act as a nameserver as well (name record caching).
Why don't you see if that is possible and point your Solaris box to the IP/hostname of your firewall for Name resolution? Since you're NAT'ing the IPs you'd prbly have to use the internal IP address that your Boxes use to connect to the Firewall with. HTH.
__________________
Be an impeccable warrior, and you will stop the world! |
|
#11
|
|||
|
|||
|
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 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...... |
|
#12
|
|||
|
|||
|
my diagram didn't exactly turnout the way it should have
Internet--->Firewall---->SUN PC |
|
#13
|
|||
|
|||
|
Make sure that your nameserver IP is the same. try and see if it works. Because solaris don't work like windows u know. I myself have face the type of problem in the past
nameserver 20.1.90.32 nameserver 20.1.90.32 |
|
#14
|
|||
|
|||
|
What happens if you do:
$dig @20.1.90.32 www.unix.com |
|||
| Google The UNIX and Linux Forums |