RE: NetReg: client cannot access the web page

New Message Reply Date view Thread view Subject view Author view Attachment view

From: Dieudonne, Jose (dieudonj@arcadia.edu)
Date: Sat Dec 06 2003 - 11:20:18 CST


Thanks Robert for the advice!

Jose

-----Original Message-----
From: Robert Lowe [mailto:Robert.H.Lowe@lawrence.edu]
Sent: Friday, December 05, 2003 4:39 PM
To: netreg@southwestern.edu
Subject: Re: NetReg: client cannot access the web page

Dieudonne, Jose wrote:

Jose,

> I tried it and it's still not working. From the client I only can get
> to Netreg server by using IP. Using dig command still gives me
> connection timed out.
> How do I know if the dns service started?

Running process (ps aux | grep named), syslog (always a great place to
start), answers queries directly (dig @172.17.0.2 www.yahoo.com), ...
some of the same advice you've already been given.

Linux Administration Handbook, Nemeth et al, Prentice Hall.
DNS and Bind, Liu/Albitz, O'Reilly
The DHCP Handbook, 2nd ed., Droms/Lemon

It's apparent you have a lot to learn. Everyone's been there, but
this isn't necessarily the place for you to learn. Do you not have an
experienced Unix sysadmin available to help bootstrap you? If not,
get a good book or two, and start reading *before* you attempt a
full-blown netreg setup. It's the best thing you can do for yourself!

-Robert

> -----Original Message-----
> From: Robert Lowe [mailto:Robert.H.Lowe@lawrence.edu]
> Sent: Friday, December 05, 2003 1:43 PM
> To: netreg@southwestern.edu
> Subject: Re: NetReg: client cannot access the web page
>
> Dieudonne, Jose wrote:
>
> Jose,
>
>
>>Below is a copy of the named.conf and db.root
>>
>>server 172.17.0.2 {
>>bogus yes;
>>};
>>options {
>>directory "/etc/";
>>recursion no;
>>fetch-glue no;
>>};
>>zone "." in {
>>type master;
>>file "db.root";
>>};
>>
>>
>>$TTL 3600
>>. IN SOA localhost.arcadia.edu. root.localhost.arcadia.edu. (
>>2 ; serial
>>10800 ; refresh
>>3600 ; retry
>>604800 ; expire
>>86400 ; default_ttl
>
>
> You're missing a closing parenthesis here. It would be more
> obvious if you used some whitespace.
>
>
>>IN NS localhost.arcadia.edu.
>>netreg 86400 IN A 172.17.0.2
>>*. 86400 IN A 172.17.0.2
>
>
> Try this one. Always check your logs after reloading, to
> make sure your zone(s) load properly, and get familiar with
> named-checkconf and named-checkzone to weed out syntax
> errors ahead of time.
>
> $TTL 2h
> . IN SOA localhost.arcadia.edu. root.localhost.arcadia.edu. (
> 3 ; serial
> 3d ; refresh
> 1h ; retry
> 1w ; expire
> 1d ; minimum/negative TTL
> )
> IN NS netreg.arcadia.edu.
>
> windowsupdate.com. IN NS example.com.
> windowsupdate.com.arcadia.edu. IN NS example.com.
> windowsupdate.microsoft.com. NS example.com.
>
> example.com. IN A 127.0.0.1
> netreg IN A 172.17.0.2
> netreg.arcadia.edu. IN A 172.17.0.2
> *. IN A 172.17.0.2
>
> -Robert
>
> **********************************************************************
> To unsubscribe from this list, send an e-mail message to
> majordomo@southwestern.edu containing a single line with the words:
> unsubscribe netreg
> Send requests for assistance to: owner-netreg@southwestern.edu
> **********************************************************************
> **********************************************************************
> To unsubscribe from this list, send an e-mail message to
> majordomo@southwestern.edu containing a single line with the words:
> unsubscribe netreg
> Send requests for assistance to: owner-netreg@southwestern.edu
> **********************************************************************

**********************************************************************
To unsubscribe from this list, send an e-mail message to
majordomo@southwestern.edu containing a single line with the words:
unsubscribe netreg
Send requests for assistance to: owner-netreg@southwestern.edu
**********************************************************************
**********************************************************************
To unsubscribe from this list, send an e-mail message to
majordomo@southwestern.edu containing a single line with the words:
unsubscribe netreg
Send requests for assistance to: owner-netreg@southwestern.edu
**********************************************************************


New Message Reply Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.4 : Thu Aug 12 2004 - 12:01:42 CDT