NetReg: BIND configuration problems

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

From: Brad Weldon (bweldon@georgefox.edu)
Date: Mon Feb 23 2004 - 16:47:51 CST


Hi all,

I'm having trouble with my first netreg install.

- client can obtain a restricted network address. (dhcpd is working)
- server can nslookup google.com, which resolves to the netreg server
ip. (named is working)
- client browser does not redirect to registration page. It sits at
'server not found' error. (named is not working)
- client can get to netreg registration page by ip address only. (httpd
is working)

Below are my db.root and named.conf files.

DNS is a weak spot with me, so as I look at my configurations again and
study my O'Reilly DNS & BIND book, can someone point me in the right
direction?

Thanks!

Brad Weldon
Network Administrator
George fox University
503.554.2571
bweldon@georgefox.edu

-----------------------------------------------
; Bind 8 -- Zone file -- for NetReg
; Belongs at /etc/db.root

$TTL 3600

. IN SOA netreg.georgefox.edu. root.netreg.georgefox.edu. (
                4 ;serial
                10800 ;refresh
                3600 ;retry
                604800 ;expire
                86400 ;default_ttl
)
                      IN NS netreg.georgefox.edu.
netreg 86400 IN A 209.170.232.1
*. 86400 IN A 209.170.232.1
-----------------------------------------------
// named.conf for NetReg
// Belongs at /etc/named.conf

server 209.170.232.1 {
        bogus yes;
};

options {
        directory "/etc/";
        recursion no;
        pid-file "/var/run/named/named.pid";
};

zone "." in {
        type master;
        file "db.root";
};

logging {
        channel default_debug {
        file "named.run";
        severity dynamic;
        };
};
-----------------------------------------------
**********************************************************************
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:45 CDT