(RADAR) Re: (RADIATOR) RADAR connection to radiator failed,no radar.ini found

Mike McCauley mikem at open.com.au
Wed Apr 30 17:24:46 CDT 2008


Hello Scott,

we have been able to reproduce this issue with active-perl 5.6.1
You should upgrade your active perl to 5.8

Cheers.

On Wednesday 30 April 2008 19:12, XQ wrote:
> hello mike ,thanks, my answers below ...
> Thanks and best regards
> XQ
>
> - original message -
> Subject:	Re: (RADAR) Re: (RADIATOR) RADAR connection to radiator failed,no
> radar.ini found From:	Mike McCauley <mikem at open.com.au>
> Date:		29/04/2008 21:45
>
> Hello Scott,
>
> On Wednesday 30 April 2008 00:41, scottxiao at gmail.com wrote:
> > Hi Mike
> > Thanks for help!
> > I did exactly as you said. I revert back to a snapshot of Vmware, where I
> > have only radiator installed, MS SQL installed . Only did radpwtst only
> > and succeeded. No radmin and radar installed. From there ,I installed
> > radar.Test following your instruction. Same problem. After I click ok on
> > the
> > locahost:/port number window,it didn't prompt me with
> > authentication(mike/fred) at all.Here below are the screenshots and log
> > below.Pls advise,thanks!
>
> Please answer ALL these questions:
>
> Did the locahost:/port number dialog window disappear after you clicked Ok?
> scott:  YES  appeared
> After clicking the Ok on the  locahost:/port number window was there any
> logging produced on the Radiator window?
> scott: NOTHING
> What version of active perl do you have installed?
> scott  5.6.1.638 ppm 2.2.0
>
> What version of Tk is installed (use PPM to find out)
> tk 800.024
>
> What happens when you run
> telnet localhost 9048
> in another command window
> Does that make any logging on  the Radiator window?
> SCOTT: YES LOGGING AS NEW STREAMSERVER CONNECTION CREATED FOR
> 127.0.0.1:2858.   two same lines.
>
>
> Run the command
> ping localhost
> and tell me what you see
> scott: REPLY FROM 127.0.0.1 .....as per normal
>
> Atthis stage I suspect there is a problem with DNS on your machine.
> So try setting the Host to 127.0.0.1, port 9048 in the Radar host/port
> dialog window.
> scott: I USE 127.0.0.1 to replace localhost on radar window.same . pls
> advise,thanks! Cheers.
>
> > Scott
> >
> > run radar
> > C:\Radar-Demo-1.8\Radar-Demo-1.8>perl radar
> > This Radar license will expire on 2008-06-30
> > To purchase an unlimited full source version of Radar, see
> > http://www.open.com.au/ordering.html
> > To extend your evaluation period, contact admin at open.com.au
> >
> >
> >
> >
> > Logfile
> >
> > Tue Apr 29 22:32:33 2008: DEBUG: Creating StreamServer tcp port
> > 0.0.0.0:9048 Tue Apr 29 22:32:33 2008: DEBUG: Finished reading
> > configuration file '.\goodies\monitor.cfg'
> > Tue Apr 29 22:32:33 2008: DEBUG: Reading dictionary file './dictionary'
> > Tue Apr 29 22:32:33 2008: DEBUG: Creating authentication port
> > 0.0.0.0:1645 Tue Apr 29 22:32:33 2008: DEBUG: Creating accounting port
> > 0.0.0.0:1646 Tue Apr 29 22:32:33 2008: NOTICE: Server started: Radiator
> > 4.2 on SERVERVM (LOCKED)
> >
> >
> >
> > radiud running
> >
> >
> > C:\radiator\Radiator-Locked-4.2\goodies>cd ..
> >
> > C:\radiator\Radiator-Locked-4.2>perl radiusd -config monitor.cfg
> > Could not read config file 'monitor.cfg': No such file or directory at
> > (eval 4)
> > line 175, <_> line 502.
> >         ...caught at radiusd line 2, <_> line 502.
> >
> > C:\radiator\Radiator-Locked-4.2>perl radiusd -config
> > .\goodies\monitor.cfg Tue Apr 29 22:32:33 2008: DEBUG: Creating
> > StreamServer tcp port
> > 0.0.0.0:9048 Tue Apr 29 22:32:33 2008: DEBUG: Finished reading
> > configuration file '.\goodies\
> > monitor.cfg'
> > This Radiator license will expire on 2008-08-30
> > 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 license period, contact admin at open.com.au
> >
> > Tue Apr 29 22:32:33 2008: DEBUG: Reading dictionary file './dictionary'
> > Tue Apr 29 22:32:33 2008: DEBUG: Creating authentication port
> > 0.0.0.0:1645 Tue Apr 29 22:32:33 2008: DEBUG: Creating accounting port
> > 0.0.0.0:1646 Tue Apr 29 22:32:33 2008: NOTICE: Server started: Radiator
> > 4.2 on SERVERVM (LOCK
> > ED)
> >
> >
> >
> > monitor.cfg file:
> >
> > C:\radiator\Radiator-Locked-4.2>cd goodies
> >
> > C:\radiator\Radiator-Locked-4.2\goodies>wordpad
> > 'wordpad' is not recognized as an internal or external command,
> > operable program or batch file.
> >
> > C:\radiator\Radiator-Locked-4.2\goodies>type monitor.cfg
> > # monitor.cfg
> > #
> > # Example Radiator configuration file.
> > #
> > # Shows how to enable monitoring of Radiator through an external tool
> > #
> > # See radius.cfg for more complete examples of features and
> > # syntax, and refer to the reference manual for a complete description
> > # of all the features and syntax.
> > #
> > # You should consider this file to be a starting point only
> > # $Id: monitor.cfg,v 1.6 2007/12/18 21:23:50 mikem Exp $
> >
> > Foreground
> > LogStdout
> > LogDir          .
> > DbDir           .
> > # User a lower trace level in production systems:
> > Trace           4
> >
> > # You will probably want to add other Clients to suit your site,
> > # one for each NAS you want to work with
> > <Client DEFAULT>
> >         Secret  mysecret
> >         DupInterval 0
> > </Client>
> >
> > <Realm DEFAULT>
> >         <AuthBy FILE>
> >                 Filename ./users
> >         </AuthBy>
> > </Realm>
> >
> > # CAUTION: Careless configuration of this clause can open security holes
> > in # your RADIUS host. The following example configuration is for testing
> > only. # It is recommended that you:
> > #  1. limit the clients that can connect with the Clients parameter
> > #  2. Make sure this configuration file is only readable by root
> > #  3. Consider making radiusd run as a non-priveleged user
> > #  4. Use secure usernames and password to authenticate access to this
> > server.
> > #  5. Disable this clause when not required.
> > <Monitor>
> >         # Specifies the TCP port to use. Defaults to 9048
> >         #Port  7777
> >         #Port %{GlobalVar:monitorport}
> >
> >         # BindAddress allows you to bind to a different network address
> >         # for multihomed hosts. Defaults to 0.0.0.0
> >         #BindAddress 203.63.154.29, 127.0.0.1
> >
> >         # You can have one or more AuthBy clauses or AuthBy parameters
> >         # to specify how to authenticate connections. AuthByPolicy is
> > also # supported. If the last AuthBy returns ACCEPT, the connection # is
> > accepted. If the last AuthBy returns IGNORE, or there are # no AuthBy,
> > then fall back to the hardwired Username and # Password parameters
> > #       <AuthBy FILE>
> > #               Filename ./users
> > #       </AuthBy>
> >
> >         # This is the fallback username and password that clients must
> > LOGIN as
> >         # if there are no AuthBy clauses, or they return IGNORE
> >         Username mikem
> >         Password fred
> >
> >         # IF you set TraceOnly, connections through this Monitor are
> >         # prevented from getting statistics, or getting or setting
> >         # configuration data, or restarting the server
> >         # TraceOnly
> >
> >         # Clients let you specify which clients you will accept connects
> > from
> >         # You can specify one or more comma or space separated IP
> > addresses #Clients 127.0.0.2, 203.63.154.29
> >
> >         # Like most loggers, you can enable LogMicroseconds to get
> >         # microsecond accuracy in log messages. Requires the
> >         # Time::HiRes module from CPAN.
> >         #LogMicroseconds
> > </Monitor>
> >
> >
> > C:\radiator\Radiator-Locked-4.2\goodies>
> >
> >
> >
> >
> >
> >
> >
> >
> > ----- Original Message -----
> > From: "Mike McCauley" <mikem at open.com.au>
> > To: "ScottXiao163" <scottshaw at 163.com>
> > Cc: "Hugh Irvine" <hugh at open.com.au>; "Radiator" <radiator at open.com.au>;
> > <radar at open.com.au>
> > Sent: Tuesday, April 29, 2008 7:19 PM
> > Subject: (RADAR) Re: (RADIATOR) RADAR connection to radiator failed,no
> > radar.ini found
> >
> > > Hello Scott,
> > >
> > > Is it true that you are using VMware or the Windows VM software on your
> > > Server
> > > 2003?
> > >
> > > Please try this simple test on your XP machine, and folow the
> > > instructionsd
> > > carefully. Dont change the insrtuctions. Start with new Radiator and
> > > Radar distributions, with NO modifications, exactly as they unpack from
> > > the .tgz files.
> > >
> > > 0. Make sure there are no other instances of Radiator running.
> > >
> > > 1. Start a comand window. cd to your Radiator distribution:
> > > cd .....\Radiator-4.2
> > > perl radiusd -config goodies\monitor.cfg
> > >
> > > 2. IN another command window, cd to your Radar distribution
> > > cd .....\Radar-1.8
> > > perl radar
> > >
> > > when radar starts, Should see 2 blank panels. Click on Tools->Monitor
> > > new Radiator server
> > > dont change the defaults of localhost/9048. Click on Ok
> > > should then get a Login details dialog, enter mikem/fred, click Ok.
> > > localhost:9048 should ppear in the left panel in green and shown as
> > > loggedin.
> > >
> > > If that test fails then it indicates there is something not configured
> > > correctly on the host machine.
> > >
> > > On Tuesday 29 April 2008 20:39, ScottXiao163 wrote:
> > >> Hi Mike
> > >> Thanks for reply!
> > >> This happened on both VMware environment (windows 2003 server ,guest;
> > >> host
> > >> is windows xp ) and my host XP laptop.
> > >> I tried to use port 7777 to telnet,on VM, got error as below
> > >> C:\Radar-1.8\Radar-1.8>telnet locahost:7777
> > >> Connecting To locahost:7777...Could not open connection to the host,
> > >> on port Connect failed
> > >>
> > >>  and ...connect_failed, localhost:23, Attempt to connect to
> > >> localhost:23 failed:
> > >>  unable to ping
> > >>
> > >>
> > >>
> > >> On my host PC, I also tried to use port 23 as radar port as I don't
> > >> have telnet server running. it has same error.On server side, I can
> > >> see Creating
> > >> StreamServer tcp port 0.0.0.0:23 , not sure what does it mean.Here
> > >> below is
> > >> the commands I did,and attached the logfile.Please advise,Thanks!
> > >> Scott
> > >>
> > >>
> > >> C:\radar\Radar-1.8>radar -d
> > >> Tue Apr 29 18:28:36 2008: Announce: Tue Apr 29 18:28:36 2008,
> > >> connect_failed, lo
> > >> calhost:23, Attempt to connect to localhost:23 failed:
> > >>  unable to ping
> > >> I will keep trying to connect, but I won't announce this problem again
> > >> Tue Apr 29 18:28:46 2008: trying to reconnect to localhost:23
> > >> Tue Apr 29 18:28:46 2008: Announce: Tue Apr 29 18:28:46 2008,
> > >> connect_failed, lo
> > >> calhost:23, Attempt to connect to localhost:23 failed:
> > >>  unable to ping
> > >> I will keep trying to connect, but I won't announce this problem again
> > >> ^CTerminate batch job (Y/N)?
> > >>
> > >>  C:\Radiator\Radiator-Locked-4.2>perl \perl\bin\radiusd -config_file
> > >> monitor.cfg
> > >> -log_file 0429debug-scott.rtf
> > >> Tue Apr 29 18:28:02 2008: DEBUG: Creating StreamServer tcp port
> > >> 0.0.0.0:23
> > >> Tue Apr 29 18:28:02 2008: DEBUG: Finished reading configuration file
> > >> 'monitor.cf
> > >> g'
> > >> This Radiator license will expire on 2008-08-30
> > >> 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 license period, contact admin at open.com.au
> > >>
> > >> Tue Apr 29 18:28:02 2008: DEBUG: Reading dictionary file
> > >> './dictionary' Tue Apr 29 18:28:02 2008: DEBUG: Creating
> > >> authentication port 0.0.0.0:1645
> > >> Tue Apr 29 18:28:02 2008: DEBUG: Creating accounting port 0.0.0.0:1646
> > >> Tue Apr 29 18:28:02 2008: NOTICE: Server started: Radiator 4.2 on
> > >> L-068134-A (LO
> > >> CKED)
> > >> Tue Apr 29 18:28:11 2008: DEBUG: New StreamServer Connection created
> > >> for 127.0.0
> > >> .1:2434
> > >> Tue Apr 29 18:28:11 2008: DEBUG: New MonitorConnection created for
> > >> 127.0.0.1:243
> > >> 4
> > >>
> > >>
> > >>
> > >> Tue Apr 29 18:20:35 2008: DEBUG: Creating StreamServer tcp port
> > >> 0.0.0.0:80
> > >> Tue Apr 29 18:20:35 2008: DEBUG: Finished reading configuration file
> > >> 'monitor.cfg'
> > >> Tue Apr 29 18:20:35 2008: DEBUG: Reading dictionary file
> > >> './dictionary' Tue Apr 29 18:20:35 2008: DEBUG: Creating
> > >> authentication port 0.0.0.0:1645
> > >> Tue Apr 29 18:20:35 2008: DEBUG: Creating accounting port 0.0.0.0:1646
> > >> Tue Apr 29 18:20:35 2008: NOTICE: Server started: Radiator 4.2 on
> > >> L-068134-A (LOCKED)
> > >> Tue Apr 29 18:26:05 2008: DEBUG: Creating StreamServer tcp port
> > >> 0.0.0.0:7777 Tue Apr 29 18:26:05 2008: DEBUG: Finished reading
> > >> configuration file 'monitor.cfg'
> > >> Tue Apr 29 18:26:05 2008: DEBUG: Reading dictionary file
> > >> './dictionary' Tue Apr 29 18:26:05 2008: DEBUG: Creating
> > >> authentication port 0.0.0.0:1645
> > >> Tue Apr 29 18:26:05 2008: DEBUG: Creating accounting port 0.0.0.0:1646
> > >> Tue Apr 29 18:26:05 2008: NOTICE: Server started: Radiator 4.2 on
> > >> L-068134-A (LOCKED)
> > >> Tue Apr 29 18:27:29 2008: DEBUG: Creating StreamServer tcp port
> > >> 0.0.0.0:23
> > >> Tue Apr 29 18:27:29 2008: DEBUG: Finished reading configuration file
> > >> 'monitor.cfg'
> > >> Tue Apr 29 18:27:29 2008: DEBUG: Reading dictionary file
> > >> './dictionary' Tue Apr 29 18:27:29 2008: DEBUG: Creating
> > >> authentication port 0.0.0.0:1645
> > >> Tue Apr 29 18:27:29 2008: DEBUG: Creating accounting port 0.0.0.0:1646
> > >> Tue Apr 29 18:27:29 2008: NOTICE: Server started: Radiator 4.2 on
> > >> L-068134-A (LOCKED)
> > >> Tue Apr 29 18:27:33 2008: DEBUG: New StreamServer Connection created
> > >> for 127.0.0.1:2433
> > >> Tue Apr 29 18:27:33 2008: DEBUG: New MonitorConnection created for
> > >> 127.0.0.1:2433
> > >> Tue Apr 29 18:28:02 2008: DEBUG: Creating StreamServer tcp port
> > >> 0.0.0.0:23
> > >> Tue Apr 29 18:28:02 2008: DEBUG: Finished reading configuration file
> > >> 'monitor.cfg'
> > >> Tue Apr 29 18:28:02 2008: DEBUG: Reading dictionary file
> > >> './dictionary' Tue Apr 29 18:28:02 2008: DEBUG: Creating
> > >> authentication port 0.0.0.0:1645
> > >> Tue Apr 29 18:28:02 2008: DEBUG: Creating accounting port 0.0.0.0:1646
> > >> Tue Apr 29 18:28:02 2008: NOTICE: Server started: Radiator 4.2 on
> > >> L-068134-A (LOCKED)
> > >> Tue Apr 29 18:28:11 2008: DEBUG: New StreamServer Connection created
> > >> for 127.0.0.1:2434
> > >> Tue Apr 29 18:28:11 2008: DEBUG: New MonitorConnection created for
> > >> 127.0.0.1:2434
> > >>
> > >>
> > >>
> > >>
> > >> ----- Original Message -----
> > >> From: "Mike McCauley" <mikem at open.com.au>
> > >> To: "ScottXiao163" <scottshaw at 163.com>
> > >> Cc: "Hugh Irvine" <hugh at open.com.au>; "Radiator"
> > >> <radiator at open.com.au>; <radar at open.com.au>
> > >> Sent: Tuesday, April 29, 2008 4:46 PM
> > >> Subject: Re: (RADIATOR) RADAR connection to radiator failed,no
> > >> radar.ini found
> > >>
> > >> > Hello Scott,
> > >> >
> > >> > Radar is trying to ping localhost to confirm the host is contactable
> > >> > by TCP.
> > >> > Is it possible the VM does not have a ping server running? What is
> > >> > the version of the host OS, and guest VM OS?
> > >> >
> > >> > Im not familiar enough with the Windows VM to tell why ping would
> > >> > not work in
> > >> > a VM.
> > >> >
> > >> > Cheers.
> > >> >
> > >> > On Tuesday 29 April 2008 12:34, ScottXiao163 wrote:
> > >> >>  Hi Hugh
> > >> >> The firewall was turned off all the time and no antivirus stuff
> > >> >> too. It's in a vmware VM.But it got the same issue when I tested on
> > >> >> my onw XP
> > >> >> laptop.It never ask me for key in user name password at . The
> > >> >> logfile has only a few line,see screenshots as well. Please advise
> > >> >> ASAP.Thanks!
> > >> >> Scott
> > >> >>
> > >> >> ----- Original Message -----
> > >> >> From: "Hugh Irvine" <hugh at open.com.au>
> > >> >> To: "ScottXiao163" <scottshaw at 163.com>
> > >> >> Cc: "Radiator" <radiator at open.com.au>; <radar at open.com.au>;
> > >> >> <scottxiao at gmail.com>
> > >> >> Sent: Tuesday, April 29, 2008 5:22 AM
> > >> >> Subject: Re: (RADIATOR) RADAR connection to radiator failed,no
> > >> >> radar.ini
> > >> >> found
> > >> >>
> > >> >> > Hello Scott -
> > >> >> >
> > >> >> > From your description I am guessing that there is some form of
> > >> >> > firewall
> > >> >> > blocking access to port 7777.
> > >> >> >
> > >> >> > I was not  able to open the logfile you sent - the filie was
> > >> >> > corrupt.
> > >> >> >
> > >> >> > regards
> > >> >> >
> > >> >> > Hugh
> > >> >> >
> > >> >> > On 28 Apr 2008, at 12:46, ScottXiao163 wrote:
> > >> >> >> Hello
> > >> >> >> I am testing RADAR, while got some problem,please advise,
> > >> >> >> Thanks! It's WinXP, Radiator 4.2 install,radmin and radar
> > >> >> >> installed without error. Serverhttp works.According to the radar
> > >> >> >> ref ,it has a radar.ini
> > >> >> >> file, but I cannot find it at all in it's diretory. I  configure
> > >> >> >> the
> > >> >> >> monitor.cfg file to use port 7777 after I tested  9048. I think
> > >> >> >> 9048
> > >> >> >> was
> > >> >> >> used by serverhttp so I changed it.
> > >> >> >> I started the radiator on CLI and then radar. I try to connect
> > >> >> >> to localhost with port 7777 by clicking tool on radar, but it
> > >> >> >> shows no connection.And I found the debug info also shows
> > >> >> >> connection failed.From
> > >> >> >> Radiator's log,nothing found.See attachment  please.Kindly
> > >> >> >> advise ASAP,thanks!
> > >> >> >> Regards
> > >> >> >> Scott
> > >> >> >>
> > >> >> >> C:\radar\Radar-1.8>radar -d
> > >> >> >> Mon Apr 28 10:17:38 2008: trying to reconnect to localhost:9048
> > >> >> >> Mon Apr 28 10:17:38 2008: Announce: Mon Apr 28 10:17:38 2008,
> > >> >> >> connect_failed, lo
> > >> >> >> calhost:9048, Attempt to connect to localhost:9048 failed:
> > >> >> >>  unable to ping
> > >> >> >> I will keep trying to connect, but I won't announce this problem
> > >> >> >> again Mon Apr 28 10:17:39 2008: Announce: Mon Apr 28 10:17:39
> > >> >> >> 2008, connect_failed, lo
> > >> >> >> calhost:7777, Attempt to connect to localhost:7777 failed:
> > >> >> >>  unable to ping
> > >> >> >> I will keep trying to connect, but I won't announce this problem
> > >> >> >> again ^CTerminate batch job (Y/N)? y
> > >> >> >>
> > >> >> >>
> > >> >> >> C:\Radiator\Radiator-Locked-4.2>perl \perl\bin\radiusd
> > >> >> >> -config_file monitor.cfg
> > >> >> >> Mon Apr 28 10:17:20 2008: DEBUG: Creating StreamServer tcp port
> > >> >> >> 0.0.0.0:7777
> > >> >> >> Mon Apr 28 10:17:20 2008: DEBUG: Finished reading configuration
> > >> >> >> file
> > >> >> >> 'monitor.cf
> > >> >> >> g'
> > >> >> >> This Radiator license will expire on 2008-08-30
> > >> >> >> 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 license period, contact admin at open.com.au
> > >> >> >>
> > >> >> >> Mon Apr 28 10:17:20 2008: DEBUG: Reading dictionary file './
> > >> >> >> dictionary'
> > >> >> >> Mon Apr 28 10:17:20 2008: DEBUG: Creating authentication port
> > >> >> >> 0.0.0.0:1645
> > >> >> >> Mon Apr 28 10:17:20 2008: DEBUG: Creating accounting port
> > >> >> >> 0.0.0.0:1646 Mon Apr 28 10:17:20 2008: NOTICE: Server started:
> > >> >> >> Radiator 4.2 on L-068134-A (LO
> > >> >> >> CKED)
> > >> >> >>
> > >> >> >>
> > >> >> >> C:\Radiator\Radiator-Locked-4.2>perl \perl\bin\radiusd
> > >> >> >> -config_file monitor.cfg
> > >> >> >> -trace 5 -trace 4 -log_file %L/%Y%M%D-logfile.rtf
> > >> >> >> Mon Apr 28 10:33:12 2008: DEBUG: Creating StreamServer tcp port
> > >> >> >> 0.0.0.0:7777
> > >> >> >> Mon Apr 28 10:33:12 2008: DEBUG: Finished reading configuration
> > >> >> >> file
> > >> >> >> 'monitor.cf
> > >> >> >> g'
> > >> >> >> This Radiator license will expire on 2008-08-30
> > >> >> >> 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 license period, contact admin at open.com.au
> > >> >> >>
> > >> >> >> Mon Apr 28 10:33:12 2008: DEBUG: Reading dictionary file './
> > >> >> >> dictionary'
> > >> >> >> Mon Apr 28 10:33:13 2008: DEBUG: Creating authentication port
> > >> >> >> 0.0.0.0:1645
> > >> >> >> Mon Apr 28 10:33:13 2008: DEBUG: Creating accounting port
> > >> >> >> 0.0.0.0:1646 Mon Apr 28 10:33:13 2008: NOTICE: Server started:
> > >> >> >> Radiator 4.2 on L-068134-A (LO
> > >> >> >> CKED)
> > >> >> >> ^C
> > >> >> >> C:\Radiator\Radiator-Locked-4.2>perl \perl\bin\radiusd
> > >> >> >> -config_file monitor.cfg
> > >> >> >> -trace 5 -trace 4 -log_file %L/%Y%M%D-logfile.rtf
> > >> >> >>
> > >> >> >>
> > >> >> >> C:\Documents and Settings\Scott_Xiao>netstat -a
> > >> >> >>
> > >> >> >> Active Connections
> > >> >> >>
> > >> >> >>   Proto  Local Address          Foreign Address        State
> > >> >> >>   TCP    L-068134-A:http        0.0.0.0:0              LISTENING
> > >> >> >>   TCP    L-068134-A:epmap       0.0.0.0:0              LISTENING
> > >> >> >>   TCP    L-068134-A:https       0.0.0.0:0              LISTENING
> > >> >> >>   TCP    L-068134-A:microsoft-ds  0.0.0.0:0             
> > >> >> >> LISTENING TCP    L-068134-A:3306        0.0.0.0:0             
> > >> >> >> LISTENING TCP    L-068134-A:7777        0.0.0.0:0             
> > >> >> >> LISTENING TCP    L-068134-A:7983        0.0.0.0:0             
> > >> >> >> LISTENING
> > >> >> >>
> > >> >> >>
> > >> >> >>
> > >> >> >>
> > >> >> >> <monitor.cfg><200833.-logfile.rtf>
> > >> >> >
> > >> >> > NB:
> > >> >> >
> > >> >> > Have you read the reference manual ("doc/ref.html")?
> > >> >> > Have you searched the mailing list archive
> > >> >> > (www.open.com.au/archives/
> > >> >> > radiator)?
> > >> >> > Have you had a quick look on Google (www.google.com)?
> > >> >> > Have you included a copy of your configuration file (no secrets),
> > >> >> > together with a trace 4 debug showing what is happening?
> > >> >> > Have you checked the RadiusExpert wiki:
> > >> >> > http://www.open.com.au/wiki/index.php/Main_Page
> > >> >> >
> > >> >> > --
> > >> >> > Radiator: the most portable, flexible and configurable RADIUS
> > >> >> > server anywhere. Available on *NIX, *BSD, Windows, MacOS X.
> > >> >> > Includes support for reliable RADIUS transport (RadSec),
> > >> >> > and DIAMETER translation agent.
> > >> >> > -
> > >> >> > Nets: internetwork inventory and management - graphical,
> > >> >> > extensible, flexible with hardware, software, platform and
> > >> >> > database independence.
> > >> >> > -
> > >> >> > CATool: Private Certificate Authority for Unix and Unix-like
> > >> >> > systems.
> > >> >> >
> > >> >> >
> > >> >> > --
> > >> >> > 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.
> > >> >
> > >> > --
> > >> > Mike McCauley                               mikem at open.com.au
> > >> > Open System Consultants Pty. Ltd            Unix, Perl, Motif, C++,
> > >> > WWW 9 Bulbul Place Currumbin Waters QLD 4223 Australia
> > >> > http://www.open.com.au
> > >> > Phone +61 7 5598-7474                       Fax   +61 7 5598-7070
> > >> >
> > >> > Radiator: the most portable, flexible and configurable RADIUS server
> > >> > anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
> > >> > Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP,
> > >> > TLS, TTLS, PEAP, TNC, WiMAX etc on Unix, Windows, MacOS, NetWare
> > >> > etc.
> > >
> > > --
> > > Mike McCauley                               mikem at open.com.au
> > > Open System Consultants Pty. Ltd            Unix, Perl, Motif, C++, WWW
> > > 9 Bulbul Place Currumbin Waters QLD 4223 Australia
> > > http://www.open.com.au
> > > Phone +61 7 5598-7474                       Fax   +61 7 5598-7070
> > >
> > > Radiator: the most portable, flexible and configurable RADIUS server
> > > anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
> > > Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS,
> > > TTLS, PEAP, TNC, WiMAX etc on Unix, Windows, MacOS, NetWare etc.
> > >
> > > --
> > > Archive at http://www.open.com.au/archives/radar/
> > > Announcements on radar-announce at open.com.au
> > > To unsubscribe, email 'majordomo at open.com.au' with
> > > 'unsubscribe radar' in the body of the message.

-- 
Mike McCauley                               mikem at open.com.au
Open System Consultants Pty. Ltd            Unix, Perl, Motif, C++, WWW
9 Bulbul Place Currumbin Waters QLD 4223 Australia   http://www.open.com.au
Phone +61 7 5598-7474                       Fax   +61 7 5598-7070

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS, 
TTLS, PEAP, TNC, WiMAX etc on Unix, Windows, MacOS, NetWare etc.

--
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