Message-ID: <C08766F49249D411AC9D00508BD921690500894C@GRUADMD> From: niblettda@gru.com Subject: RE: [RadiusNT] Redirecting Inactive Customers Date: Thu, 10 Jul 2003 10:13:18 -0400
The DNS portion is really quite simple.
Make another named.conf file with the following:
-------
# We need the minimum to know where to go look thing up that we don't know.
zone "." IN { type master; file "temp/root.hint"; };
-------
Now in your root.hint file:
-------
$TTL 1D
@ IN SOA ns0.gru.net. dns.gru.net. (
2002110700 ; Serial Number
3H ; Refresh
15M ; Retry
1W ; Expiry
1D ) ; Minimum
IN NS 192.168.1.1
* IN A 192.168.1.1
-------
The * says, no matter what you ask for, it's always going to
give you 192.168.1.1.
I can't seem to find my reference on the Internet for this,
so I'm not positive where I found it, but it works great.
The only other thing I did was in the named.conf file I set it
up so that this process only listened for queries on the 192.168.1.1
interface.
Hope that helps.
-- David A. Niblett | email: niblettda@gru.net Network Administrator | Phone: (352) 334-3400 Gainesville Regional Utilities | Web: http://www.gru.net/-----Original Message----- From: Mike Kovacich [mailto:sysadmin@inter-pc.com] Sent: Thursday, July 10, 2003 9:57 AM To: radiusnt@iea-software.com Subject: Re: [RadiusNT] Redirecting Inactive Customers
I too would like to see how this is accomplished in RadiusNT in the RadATConfig table and specifically how the DNS configured. A record in normal DNS server ?
Mike
----- Original Message ----- From: "Bill Kaylor, SQL Server Administrator" <sqladmin@innernet.net> To: <radiusnt@iea-software.com> Sent: Wednesday, July 09, 2003 4:51 PM Subject: RE: [RadiusNT] Redirecting Inactive Customers
> David, > > That is exactly what I'm trying to do, could you give me a little more > specific info on how you did this....I'm in a bit over my head.... > > Bill > > -----Original Message----- > From: radiusnt-request@iea-software.com > [mailto:radiusnt-request@iea-software.com]On Behalf Of > niblettda@gru.com > Sent: Wednesday, July 09, 2003 3:33 PM > To: radiusnt@iea-software.com > Subject: RE: [RadiusNT] Redirecting Inactive Customers > > > I'm guessing that you are handing out IP's from the NAS device since > you asked how to do it from SQL. If that is the case, in my opinion > it's much easier to add another pool of addresses that are something > like 192.168.1.x and provide a different DNS server for those > addresses. > > This is all easily accomplished in RadiusNT. I personally made > another RadATConfig and when a deadbeat user doesn't pay, move their > account type to that. > > Then when they log in, they get a bogus IP, and the only thing the DNS > server resolves is the same IP for any query. That IP, is a web server > directing them to pay their bill. > > 15 ways to skin the cat, just depends on what works for you. > > -- > David A. Niblett | email: niblettda@gru.net > Network Administrator | Phone: (352) 334-3400 > Gainesville Regional Utilities | Web: http://www.gru.net/ > > > > -----Original Message----- > From: Dale E. Reed Jr. [mailto:daler@iea-software.com] > Sent: Wednesday, July 09, 2003 3:01 PM > To: radiusnt@iea-software.com > Subject: RE: [RadiusNT] Redirecting Inactive Customers > > > > Can anyone offer any assistance on how to use radiusnt/sql7 to hand > > off ip's. The radius docs are quite limited in the discussion of ip > > pools. > > There are three tables you have to add entries to: > > ServerGroups - Create A ServerGroup and one or more Servers with that > ServerGroupID > > RadIPGroups - Create a RadIPGroup and one or more RadIPAddresses with > that RadIPGroupID > > RadIPAccountTypes - This table ties ServerGroups, RadIPGroups and > AccountTypes together. You need any entry in for atleast each > ServerGroup. You can least AccountTypeID and RadIPGroupID NULL to > cover all AccountTypes/IPGroups or any combination. > > If you are not familar with SQL Server, I'd recommend looking at > Emerald Express. It has a full web front for managing all the User > and RADIUS database information and we offer upgraded from RADIUS to > Emerald Express. Please contact our sales group for more information > on Emerald Express. > > Dale > > ------------ > > This is a user supported list. If you require assistance from IEA Software's > Support Engineers, please check out our Support resources at > http://www.iea-software.com/support. > > For more information about this list (including removal) go to: > http://www.iea-software.com/support/maillists/liststart > ------------ > > This is a user supported list. If you require assistance from IEA Software's > Support Engineers, please check out our Support resources at > http://www.iea-software.com/support. > > For more information about this list (including removal) go to: > http://www.iea-software.com/support/maillists/liststart > > > ------------ > > This is a user supported list. If you require assistance from IEA Software's > Support Engineers, please check out our Support resources at > http://www.iea-software.com/support. > > For more information about this list (including removal) go to: > http://www.iea-software.com/support/maillists/liststart >
------------
This is a user supported list. If you require assistance from IEA Software's Support Engineers, please check out our Support resources at http://www.iea-software.com/support.
For more information about this list (including removal) go to: http://www.iea-software.com/support/maillists/liststart