Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Linux Networking

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-01-2008, 01:48 PM
Pappu
 
Posts: n/a
configuring DNS on Solaris 10

Hi,
I understand that, this group is for Linux.But,there might be someone
who can help me.

I am new to Solaris(migrating from Windows to Solaris).I have
installed Solaris 10 on my PC.
I have internet connection of VSNL(India) at my home.They have
provided me a router.
I have done full installation.Also all drivers necessary for
networking are installed properly.

I get dynamic IP address while connecting to internet.

I want to configure DNS. But, I don't know how to configure it.

My problem is ,I don't know what should I enter during configuration
of DNS.

For Name Service I selected DNS. On next screen it asked me domain
name.
What should be the domain name?Is it anything or my ISP's name or any
name derived from it?

On next screen it asks for Server address.Actually there is space for
three addresses.
What should I enter over there? Will my own IP address do?or my
router's IP address or some else?

On next screen DNS search list is to be provided.What is it?
What should I write over there exactly?

Please help me!

Thanking You!

Prashant Poman.
Reply With Quote
  #2 (permalink)  
Old 03-01-2008, 02:08 PM
Dave Uhring
 
Posts: n/a
Re: configuring DNS on Solaris 10

On Sat, 01 Mar 2008 05:48:55 -0800, Pappu wrote:

Followup: set to alt.solaris.x86

> I understand that, this group is for Linux.But,there might be someone
> who can help me.


Does that mean that the search engine of that spam sewer you posted from
failed to find two Solaris newsgroups?

> I get dynamic IP address while connecting to internet.


That applies to your router, not your PC.

> I want to configure DNS. But, I don't know how to configure it.


Did your ISP fail to provide you with their DNS server addresses?
Perhaps not, but you could easily have found them even with that POS
Windows you used to post your article.

$ nslookup
> 121.246.34.244

Server: 192.168.0.8
Address: 192.168.0.8#53

Non-authoritative answer:
244.34.246.121.in-addr.arpa name = 121.246.34.244.dynamic-
pune.vsnl.net.in.

Authoritative answers can be found from:
246.121.in-addr.arpa nameserver = ns3.vsnl.com.
246.121.in-addr.arpa nameserver = dns.vsnl.net.in.
ns3.vsnl.com internet address = 203.197.12.42
dns.vsnl.net.in internet address = 202.54.1.30

> My problem is ,I don't know what should I enter during configuration of
> DNS.


Those last two IP addresses are the ones you use unless your ISP gave you
different addresses. You can also examine the DNS addresses which are
recorded in your router's memory.

> For Name Service I selected DNS. On next screen it asked me domain name.
> What should be the domain name?Is it anything or my ISP's name or any
> name derived from it?


You are not going to be able to do that. Select NONE.

> On next screen it asks for Server address.Actually there is space for
> three addresses.
> What should I enter over there? Will my own IP address do?or my router's
> IP address or some else?


Put nothing there for now.

> On next screen DNS search list is to be provided.What is it? What should
> I write over there exactly?


Nothing.

After you have booted the system and logged in, edit /etc/resolv.conf

domain vsnl.net.in
nameserver 203.197.12.42
nameserver 202.54.1.30

Now, copy /etc/nsswitch.dns to /etc/nsswitch.conf

Presumably you have been able to set the IP address and defaultrouter for
your system. If not, ask again - in the proper newsgroup.

If all the above fails for you, then read the man page for sys-unconfig
first, then execute sys-unconfig and do it all over again.
Reply With Quote
  #3 (permalink)  
Old 03-04-2008, 10:28 AM
Pascal Hambourg
 
Posts: n/a
Re: configuring DNS on Solaris 10

Hello,

Dave Uhring a écrit :
>
> $ nslookup
> > 121.246.34.244

>
> Server: 192.168.0.8
> Address: 192.168.0.8#53
>
> Non-authoritative answer:
> 244.34.246.121.in-addr.arpa name = 121.246.34.244.dynamic-
> pune.vsnl.net.in.
>
> Authoritative answers can be found from:
> 246.121.in-addr.arpa nameserver = ns3.vsnl.com.
> 246.121.in-addr.arpa nameserver = dns.vsnl.net.in.
> ns3.vsnl.com internet address = 203.197.12.42
> dns.vsnl.net.in internet address = 202.54.1.30
>
>>My problem is ,I don't know what should I enter during configuration of
>>DNS.

>
> Those last two IP addresses are the ones you use unless your ISP gave you
> different addresses.


Huh ? These are the authoritative nameservers for the reverse DNS zone
of the OP's IP address. This is different from what the OP asks for,
i.e. recursive nameservers used to resolve any domain.
Reply With Quote
  #4 (permalink)  
Old 03-04-2008, 12:32 PM
Dave Uhring
 
Posts: n/a
Re: configuring DNS on Solaris 10

On Tue, 04 Mar 2008 11:28:55 +0100, Pascal Hambourg wrote:
> Dave Uhring a écrit :


>> Those last two IP addresses are the ones you use unless your ISP gave you
>> different addresses.

>
> Huh ? These are the authoritative nameservers for the reverse DNS zone
> of the OP's IP address. This is different from what the OP asks for,
> i.e. recursive nameservers used to resolve any domain.


Why do you apparently believe that those two are not recursive when
queried by hosts within their own network?

Reply With Quote
  #5 (permalink)  
Old 03-05-2008, 11:10 AM
Pascal Hambourg
 
Posts: n/a
Re: configuring DNS on Solaris 10

Dave Uhring a écrit :
> On Tue, 04 Mar 2008 11:28:55 +0100, Pascal Hambourg wrote:
>
>>Dave Uhring a écrit :

>
>>>Those last two IP addresses are the ones you use unless your ISP gave you
>>>different addresses.

>>
>>Huh ? These are the authoritative nameservers for the reverse DNS zone
>>of the OP's IP address. This is different from what the OP asks for,
>>i.e. recursive nameservers used to resolve any domain.

>
> Why do you apparently believe that those two are not recursive when
> queried by hosts within their own network?


I can return the question : why do you apparently believe that those two
are recursive when queried by hosts within their own network ?

They just may... or not. Or only some of them may and others not. It is
the ISP's choice, there is no requirement. They are worth a try, but do
not expect 100% success rate.
Reply With Quote
  #6 (permalink)  
Old 03-05-2008, 11:22 AM
Dave Uhring
 
Posts: n/a
Re: configuring DNS on Solaris 10

On Wed, 05 Mar 2008 12:10:04 +0100, Pascal Hambourg wrote:

> Dave Uhring a écrit :
>> On Tue, 04 Mar 2008 11:28:55 +0100, Pascal Hambourg wrote:
>>
>>>Dave Uhring a écrit :

>>
>>>>Those last two IP addresses are the ones you use unless your ISP gave you
>>>>different addresses.
>>>
>>>Huh ? These are the authoritative nameservers for the reverse DNS zone
>>>of the OP's IP address. This is different from what the OP asks for,
>>>i.e. recursive nameservers used to resolve any domain.

>>
>> Why do you apparently believe that those two are not recursive when
>> queried by hosts within their own network?

>
> I can return the question : why do you apparently believe that those two
> are recursive when queried by hosts within their own network ?
>
> They just may... or not. Or only some of them may and others not. It is
> the ISP's choice, there is no requirement. They are worth a try, but do
> not expect 100% success rate.


Now read the last phrase of my sentence which you quoted.

Reply With Quote
  #7 (permalink)  
Old 03-05-2008, 11:55 AM
Pascal Hambourg
 
Posts: n/a
Re: configuring DNS on Solaris 10

Dave Uhring a écrit :
>
> Now read the last phrase of my sentence which you quoted.


Can't you just get to the point ?
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Linux Networking


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:16 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Internet advertising | Per Insurance | WoW Gold | Computeach | Mortgages



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114