NetReg: Multiple problems

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

From: Adam Ray (atray@jnaray.net)
Date: Mon Jan 26 2004 - 19:11:09 CST


Ok so I successfully got a client to register with the netreg server.
However it still does not get a registered address when it logs in. Also my
bind config is still majorly screwed up. An nslookup on the netreg machine
didn't even work (this was of course before i gave it internet access so it
could authenticate.

So at this point I am completely stumped.

Here are my config files

db.root

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

$TTL 3600

. IN SOA netreg.slcc. root.netreg.slcc. (
                     1 10800 3600 604800 86400 )
      IN NS netreg.slcc.
netreg 86400 IN A 10.10.10.1
*. 86400 IN A 10.10.10.1

dhcpd.conf

## /etc/dhcpd/dhcpd.conf
## ISC DHCPD v3 Configuration file
## anakin.southwestern.edu -- DHCP registration server
## Peter Valian -- June 04 1999
## Modified: 20010813

max-lease-time 120;
default-lease-time 120;
allow bootp;
allow booting;
option domain-name "slcc";
server-identifier netreg.slcc;
ddns-update-style ad-hoc;
ddns-updates off;
omapi-port 7911;

shared-network campus{

subnet 10.10.0.0 netmask 255.255.0.0 {
  authoritative;
  # Unknown clients get this pool.
  pool {
    option domain-name-servers 10.10.10.1;
    max-lease-time 120;
    default-lease-time 120;
    range 10.10.10.2 10.10.10.51;
    allow unknown clients;
  }
  }
  # Known clients get this pool.
subnet 172.31.0.0 netmask 255.255.0.0{
  pool {
    option domain-name-servers 172.31.0.2;
    option routers 172.31.0.2;
    max-lease-time 28800;
    default-lease-time 28800;
    range 172.31.2.11 172.31.2.254;
    deny unknown clients;
  }
}
}

#<BEGIN_STATIC>#
host sample-1 { hardware ethernet 00:30:DB:00:A7:A3 ; }#Mozilla/4.0
(compatible; MSIE 5.0; Windows 98; DigExt; AT&T WNS5.0)#20010813
15:46:25#161.13.61.150

named.conf

server 10.10.10.1 {
        bogus yes;
};
options {
        directory "/etc/";
        recursion no;
        fetch-glue no;
};

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

subnet.dat

172.31.0.0/16: Everyone: 5100: 10.10.0.0/16:

Any help at this point would be apprecieated

Adam

**********************************************************************
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:43 CDT