(RADIATOR) Radiator/Wireless/DHCP

rmtorres at andromeda.rutgers.edu rmtorres at andromeda.rutgers.edu
Thu Mar 20 13:41:53 CST 2003


Hello Everyone:

Equipement:
1. Wireless Acess Point (Orinoco AP 1000)
2. Wireless Laptop with Buitin Wireless card (Truemobile-Dell)
3. Radiator Software (latest demo version)(Running on DHCP Server)
4. DHCP Server (Windows 2k Server)


Files and Settings:
----------------------------------------------------------------------------

radius.log file(Location C:\Program Files\Radiator\Radius\log\radius):
Thu Mar 20 13:52:15 2003: DEBUG: Reading users file C:\Program
Files\Radiator\Radius\raddb/users
Thu Mar 20 13:52:15 2003: DEBUG: Finished reading configuration file
'c:\progra~1\radiator\radius\raddb\radius.cfg'
Thu Mar 20 13:52:15 2003: DEBUG: Reading dictionary file 'C:\Program
Files\Radiator\Radius\raddb\dictionary'
Thu Mar 20 13:52:16 2003: DEBUG: Creating authentication port 0.0.0.0:1812
Thu Mar 20 13:52:16 2003: DEBUG: Creating accounting port 0.0.0.0:1646
Thu Mar 20 13:52:16 2003: INFO: Server started: Radiator 3.5 on
rbseng-wireless-2 (DEMO)
---------------------------------------------------------------------------

Logfile (location:C:\Program Files\Radiator\Radius\log\radius)
Empty.
---------------------------------------------------------------------------

radius.cfg file: (location:C:\Program Files\Radiator\Radius\raddb)
# radius.cfg
#
# This is a very simple radius.cfg that you can use to get started.
# only the most important parameters are set here. The full set
# of parameters can be seen in radius.cfg in the top of the distribution
tree.
#
# As it stands, it will authenticate a single client and a
# single realm from a flat file
# database, and save the accounting info to a single details file.
#
# Author: Mike McCauley (mikem at open.com.au)
# Copyright (C) 1997 Open System Consultants
# $Id: radius.cfg,v 1.3 1999/01/28 05:13:52 mikem Exp $

# Set this to the directory where your logfile and details file are to go
LogDir C:\Program Files\Radiator\Radius\log\radius

# Set this to the database directory. It should contain these files:
# users           The user database
# dictionary      The dictionary for your NAS
DbDir C:\Program Files\Radiator\Radius\raddb

#Radius Dictionary File
DictionaryFile %D\dictionary

# This clause defines a single client to listen to
<Client 165.230.XXX.XXX>
	Secret   XXXXXX
</Client>

# For testing: this allows us to honour requests from radpwtst
# on the same host.
<Client localhost>
	Secret mysecret
	DupInterval 0
</Client>

#Listen to Authentication request on Port #1812
AuthPort 1812

#Logfile goes in C:\Program Files\Radiator\Radius\log\radius, by year number
LogFile %L\%Y-radius.log

# This clause handles all users from all realms by looking them up
# in the users file at /usr/local/etc/raddb/users
<Realm DEFAULT>
	<AuthBy FILE>
		# The filename defaults to %D\users
	</AuthBy>
	# Log accounting to the detail file in LogDir
	AcctLogFileName	%L\detail
</Realm>
----------------------------------------------------------------------------

users file (location:C:\Program Files\Radiator\Radius\raddb)
00022d55a85a2 User-Password = 00022d55a85a2, Service-Type = Framed-User
   Framed-Protocol =PPP, Framed-IP-Netmask = 255.255.255.0
   Framed-Routing = Broadcast-Listen, Framed-MTU = 1500
----------------------------------------------------------------------------
Dictionary file (location:C:\Program Files\Radiator\Radius\raddb)
Standard file from goodies/ area.
----------------------------------------------------------------------------
Running Radiusd command:(from command prompt)
C:\PERL\BIN>perl radiusd -config_file
c:\progra~1\radiator\radius\raddb\radius.cfg -trace 4

This Radiator license will expire on 2003-06-01
This Radiator license will stop operating after 1000 requests
To purchase an unlimited full source version of Radiator, see
http://www.open.com.au/ordering.html
To extend your evaluation period, contact admin at open.com.au
----------------------------------------------------------------------------
AP 1000
1. setup with 1 dummy MAC address in the AC list
2. Setup to connect to a radius server on Port 1812
----------------------------------------------------------------------------
Communication between Laptop and AP 1000 is excellent
----------------------------------------------------------------------------
Installation tests where succesful following the reference manuals Pages:
4.1 Activestate install
4.3 Notes for Pc installers
5.0 Post installation
----------------------------------------------------------------------------

Problem:
Laptop does not pick up IP from the DHCP server.

Thank you for any suggestions you may provide!

Robert Torres





===
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list