Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Solaris 10 x86 u9 DNS problems
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Andy  
View profile  
 More options Feb 2 2012, 3:43 am
Newsgroups: alt.solaris.x86
From: Andy <t.dragh...@gmail.com>
Date: Thu, 2 Feb 2012 00:43:33 -0800 (PST)
Local: Thurs, Feb 2 2012 3:43 am
Subject: Solaris 10 x86 u9 DNS problems
Dear all,
I have an ADSL connexion with a router adr. at 192.168.1.1 so I
configured nameserver 192.168.1.1 in resolv.conf
I get the following results:
# dig 192.168.1.1 ec.eurecom.fr ANY

; <<>> DiG 9.6.1-P3 <<>> 192.168.1.1 ec.eurecom.fr ANY
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;192.168.1.1.                   IN      A

;; ANSWER SECTION:
192.168.1.1.            395     IN      A       86.35.3.193
192.168.1.1.            395     IN      A       86.35.3.192

;; Query time: 20 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Thu Feb  2 17:51:45 2012
;; MSG SIZE  rcvd: 61

;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 294
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0

;; QUESTION SECTION:
;ec.eurecom.fr.                 IN      ANY

;; ANSWER SECTION:
ec.eurecom.fr.          172800  IN      CNAME   eclipse.eurecom.fr.

;; AUTHORITY SECTION:
eurecom.fr.             172800  IN      NS      dns.eurecom.fr.
eurecom.fr.             172800  IN      NS      ns6.enst.fr.

;; Query time: 121 msec
;; SERVER: 193.231.236.17#53(193.231.236.17)
;; WHEN: Thu Feb  2 17:51:47 2012
;; MSG SIZE  rcvd: 94

# ping 86.35.3.193
86.35.3.193 is alive
# ping 86.35.3.192
86.35.3.192 is alive
# ping ec.eurecom.fr
ping: unknown host ec.eurecom.fr
So why solaris cannot resolve domain names?
Andy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Ridd  
View profile  
 More options Feb 2 2012, 7:09 am
Newsgroups: alt.solaris.x86
From: Chris Ridd <chrisr...@mac.com>
Date: Thu, 2 Feb 2012 12:09:08 +0000
Local: Thurs, Feb 2 2012 7:09 am
Subject: Re: Solaris 10 x86 u9 DNS problems
On 2012-02-02 08:43:33 +0000, Andy said:

> # ping ec.eurecom.fr
> ping: unknown host ec.eurecom.fr
> So why solaris cannot resolve domain names?

ping doesn't use DNS directly, it uses the NSS. That's configured by
/etc/nsswitch.conf - check to see that the hosts line in there includes
"dns". (There might be an /etc/nsswitch.dns file you can copy over, or
use as a guide.)

--
Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andy  
View profile  
 More options Feb 2 2012, 7:52 am
Newsgroups: alt.solaris.x86
From: Andy <t.dragh...@gmail.com>
Date: Thu, 2 Feb 2012 04:52:33 -0800 (PST)
Local: Thurs, Feb 2 2012 7:52 am
Subject: Re: Solaris 10 x86 u9 DNS problems
On 2 feb, 13:09, Chris Ridd <chrisr...@mac.com> wrote:
> On 2012-02-02 08:43:33 +0000, Andy said:

> > # ping ec.eurecom.fr
> > ping: unknown host ec.eurecom.fr
> > So why solaris cannot resolve domain names?

> ping doesn't use DNS directly, it uses the NSS. That's configured by
> /etc/nsswitch.conf - check to see that the hosts line in there includes
> "dns". (There might be an /etc/nsswitch.dns file you can copy over, or
> use as a guide.)

> --
> Chris

Your suggestion worked perfectly for me. Thank you.
Andy

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »