From: DelVecchio, Anthony R. (ARDELVECCHIO@stthomas.edu)
Date: Tue Jul 13 2004 - 15:47:01 CDT
Hi,
I am running into an issue where I have an unregistered client pick up the
DHCP info from an unregistered range including DNS. I verified this with an
ipconfig. When you go to a browser I am still able to get to any url. I
have to manually enter the url for netreg in order to register the client.
I haven't confirmed if this is only happening with my Windows XP Pro client
or if it is happening to everyone else. I have experienced a similar
intermittent problem in the past where the client would not give up its
old, valid IP. This is not the case this time.
Running nslookup shows the server to be the netreg dns but when you actually
do an nslookup you will get non-authoritative answers with real IP's. I am
running BIND 9.2.3 from the Fedora 2 install using the cut-and-paste files
from the docs. DHCP and Apache installed separately.
---------------------
// named.conf for NetReg
// Belongs at /etc/named.conf
server 140.209.13.3{
bogus yes;
};
options {
directory "/etc/";
recursion no;
fetch-glue no;
};
zone "." in {
type master;
file "db.root";
};
; Bind 8 -- Zone file -- for NetReg
; Belongs at /etc/db.root
$TTL 3600
. IN SOA ust-netregspn.stthomas.edu. root.ust-netregspn.stthomas.edu. (
2 ;serial
10800 ;refresh
3600 ;retry
604800 ;expire
86400 ;default ttl
)
IN NS ust-netregspn.stthomas.edu.
ust-netregspn 86400 IN A 140.209.13.3
*. 86400 IN A 140.209.13.3
Tony DelVecchio
Network Security Manager
University of St Thomas, St Paul, Mn
**********************************************************************
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
**********************************************************************
This archive was generated by hypermail 2.1.4 : Thu Aug 12 2004 - 12:01:46 CDT