Re: [RADIATOR] Cannot install rpm file

2012-02-20 Thread Heikki Vatiainen
On 02/17/2012 04:19 PM, Jay Tuala wrote:

Hello Jay,

> Using cat to view the downloaded RPM file shows the software license
> agreement. the following command is what i used to download the file,
> 
> wget --http-user=XX --http-password=XX
> _http://www.open.com.au/radiator/demo-downloads/dl.cgi/Radiator-Locked-4.9-2.noarch.rpm_

Ok, that explains what happens. Using a non-interactive tool such as
wget may not work here because of the CGI that creates the actual
download link.

> I suspect this is where the problem lies. Would be able to point me in
> the right direction?

Try this: Use Chrome, IE, Firefox or any other browser to download the
software to your workstation and then copy it to the target machine
unless you can run the browser on the target machine directly.

Or you could install one of elinks, links or lynx. These are test mode
browsers that can run in the terminal. You can install one of those on
your Radiator evaluation host and use text mode browser to access the
download link.

In any case you need to accept the license agreement before the actual
download link becomes available.

Please let us know how it goes.

Thanks!
Heikki


> thanks again.
>  
> 
> On Fri, Feb 17, 2012 at 11:10 PM, Heikki Vatiainen  > wrote:
> 
> On 02/17/2012 03:27 AM, Jay Tuala wrote:
> 
> > I followed the 'RPM format for Linux' link and accepted the license
> > agreement to download the file. After downloading the file onto the
> > Centos, I tried the 'rpm -ivh Radiator-Locked-4.9-2.noarch.rpm'
> command
> > but still getting the same issue. By the way, is there any issue with
> > running Radiator on a vm. I wouldn't think so but just wondering if I
> > needed a seperate box for radiator?
> 
> If you use e.g. less command or editor to view the downloaded RPM file
> do you see HTML page or RPM binary? It still sounds like HTML file was
> downloaded.
> 
> Running Radiator on a virtual machine is not a problem. It's actually
> quite common.
> 
> Thanks!
> Heikki
> 
> > Many thanks,
> > Jay  #radiatornewbie :-|
> >
> >
> >
> >
> >
> > On Fri, Feb 17, 2012 at 1:45 PM, Heikki Vatiainen  
> > >> wrote:
> >
> > On 02/15/2012 10:31 PM, Jay Tuala wrote:
> >
> > Hello Jay,
> >
> > > following the setup notes and can't seem to install Radiator
> rpm file.
> > > I'm a newbie to centos/radiator but am really keen to set it up
> > and test it.
> > >
> > > the error i'm getting is as follows:
> > >
> > > [root@radiator1 ~]# rpm -ivh Radiator-Locked-4.9-2.noarch.rpm
> > > Retrieving
> http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>
> > > error: skipping
> > http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>
> > > - transfer failed - Unknown or unexpected error
> >
> > That looks like head of HTML file from the Radiator downloads
> section.
> > The link titled 'RPM format for Linux' in the table listing
> different
> > versions gives you the download page, not the RPM. So please try
> > downloading again.
> >
> > Thanks!
> > Heikki
> >
> >
> > > I have the file located below,
> > >
> > > [root@radiator1 ~]# ls
> > > anaconda-ks.cfg  install.log  install.log.syslog
> > > Radiator-Locked-4.9-2.noarch.rpm
> > >
> > >
> > >
> > > I would greatly appreciate any help i can get.
> > >
> > >
> > > Many thanks,
> > > J
> > >
> > >
> > > ___
> > > radiator mailing list
> > > radiator@open.com.au 
> >
> > > http://www.open.com.au/mailman/listinfo/radiator
> >
> >
> > --
> > Heikki Vatiainen mailto:h...@open.com.au>
> >>
> >
> > 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, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP,
> > DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS,
> > NetWare etc.
> >
> >
> 
> 
> --
> Heikki Vatiainen mailto:h...@open.com.au>>
> 
> 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,
>

Re: [RADIATOR] Cannot install rpm file

2012-02-20 Thread Jay Tuala
Hello there Heikki,

With your help I was finally able to get radiator downloaded and installed.
Thanks a bunch and keep up the good work.

I will now focus on configuring and testing.


Cheers,
Jay

On Mon, Feb 20, 2012 at 10:36 PM, Heikki Vatiainen  wrote:

> On 02/17/2012 04:19 PM, Jay Tuala wrote:
>
> Hello Jay,
>
> > Using cat to view the downloaded RPM file shows the software license
> > agreement. the following command is what i used to download the file,
> >
> > wget --http-user=XX --http-password=XX
> > _
> http://www.open.com.au/radiator/demo-downloads/dl.cgi/Radiator-Locked-4.9-2.noarch.rpm_
>
> Ok, that explains what happens. Using a non-interactive tool such as
> wget may not work here because of the CGI that creates the actual
> download link.
>
> > I suspect this is where the problem lies. Would be able to point me in
> > the right direction?
>
> Try this: Use Chrome, IE, Firefox or any other browser to download the
> software to your workstation and then copy it to the target machine
> unless you can run the browser on the target machine directly.
>
> Or you could install one of elinks, links or lynx. These are test mode
> browsers that can run in the terminal. You can install one of those on
> your Radiator evaluation host and use text mode browser to access the
> download link.
>
> In any case you need to accept the license agreement before the actual
> download link becomes available.
>
> Please let us know how it goes.
>
> Thanks!
> Heikki
>
>
> > thanks again.
> >
> >
> > On Fri, Feb 17, 2012 at 11:10 PM, Heikki Vatiainen  > > wrote:
> >
> > On 02/17/2012 03:27 AM, Jay Tuala wrote:
> >
> > > I followed the 'RPM format for Linux' link and accepted the license
> > > agreement to download the file. After downloading the file onto the
> > > Centos, I tried the 'rpm -ivh Radiator-Locked-4.9-2.noarch.rpm'
> > command
> > > but still getting the same issue. By the way, is there any issue
> with
> > > running Radiator on a vm. I wouldn't think so but just wondering
> if I
> > > needed a seperate box for radiator?
> >
> > If you use e.g. less command or editor to view the downloaded RPM
> file
> > do you see HTML page or RPM binary? It still sounds like HTML file
> was
> > downloaded.
> >
> > Running Radiator on a virtual machine is not a problem. It's actually
> > quite common.
> >
> > Thanks!
> > Heikki
> >
> > > Many thanks,
> > > Jay  #radiatornewbie :-|
> > >
> > >
> > >
> > >
> > >
> > > On Fri, Feb 17, 2012 at 1:45 PM, Heikki Vatiainen  > 
>  > > >> wrote:
> > >
> > > On 02/15/2012 10:31 PM, Jay Tuala wrote:
> > >
> > > Hello Jay,
> > >
> > > > following the setup notes and can't seem to install Radiator
> > rpm file.
> > > > I'm a newbie to centos/radiator but am really keen to set it
> up
> > > and test it.
> > > >
> > > > the error i'm getting is as follows:
> > > >
> > > > [root@radiator1 ~]# rpm -ivh
> Radiator-Locked-4.9-2.noarch.rpm
> > > > Retrieving
> > http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>
> > > > error: skipping
> > > http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>
> > > > - transfer failed - Unknown or unexpected error
> > >
> > > That looks like head of HTML file from the Radiator downloads
> > section.
> > > The link titled 'RPM format for Linux' in the table listing
> > different
> > > versions gives you the download page, not the RPM. So please
> try
> > > downloading again.
> > >
> > > Thanks!
> > > Heikki
> > >
> > >
> > > > I have the file located below,
> > > >
> > > > [root@radiator1 ~]# ls
> > > > anaconda-ks.cfg  install.log  install.log.syslog
> > > > Radiator-Locked-4.9-2.noarch.rpm
> > > >
> > > >
> > > >
> > > > I would greatly appreciate any help i can get.
> > > >
> > > >
> > > > Many thanks,
> > > > J
> > > >
> > > >
> > > > ___
> > > > radiator mailing list
> > > > radiator@open.com.au 
> > >
> > > > http://www.open.com.au/mailman/listinfo/radiator
> > >
> > >
> > > --
> > > Heikki Vatiainen mailto:h...@open.com.au>
> > >>
>  > >
> > > 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

Re: [RADIATOR] Cannot install rpm file

2012-02-20 Thread Simon Morley
How on earth can I unsubscribe from this list?

I don't think the email unsubscribe options work... 

Please take me off the list.


On 21 Feb 2012, at 13:38, Jay Tuala wrote:

> Hello there Heikki,
>  
> With your help I was finally able to get radiator downloaded and installed. 
> Thanks a bunch and keep up the good work.
>  
> I will now focus on configuring and testing.
>  
>  
> Cheers,
> Jay
> 
> On Mon, Feb 20, 2012 at 10:36 PM, Heikki Vatiainen  wrote:
> On 02/17/2012 04:19 PM, Jay Tuala wrote:
> 
> Hello Jay,
> 
> > Using cat to view the downloaded RPM file shows the software license
> > agreement. the following command is what i used to download the file,
> >
> > wget --http-user=XX --http-password=XX
> > _http://www.open.com.au/radiator/demo-downloads/dl.cgi/Radiator-Locked-4.9-2.noarch.rpm_
> 
> Ok, that explains what happens. Using a non-interactive tool such as
> wget may not work here because of the CGI that creates the actual
> download link.
> 
> > I suspect this is where the problem lies. Would be able to point me in
> > the right direction?
> 
> Try this: Use Chrome, IE, Firefox or any other browser to download the
> software to your workstation and then copy it to the target machine
> unless you can run the browser on the target machine directly.
> 
> Or you could install one of elinks, links or lynx. These are test mode
> browsers that can run in the terminal. You can install one of those on
> your Radiator evaluation host and use text mode browser to access the
> download link.
> 
> In any case you need to accept the license agreement before the actual
> download link becomes available.
> 
> Please let us know how it goes.
> 
> Thanks!
> Heikki
> 
> 
> > thanks again.
> >
> >
> > On Fri, Feb 17, 2012 at 11:10 PM, Heikki Vatiainen  > > wrote:
> >
> > On 02/17/2012 03:27 AM, Jay Tuala wrote:
> >
> > > I followed the 'RPM format for Linux' link and accepted the license
> > > agreement to download the file. After downloading the file onto the
> > > Centos, I tried the 'rpm -ivh Radiator-Locked-4.9-2.noarch.rpm'
> > command
> > > but still getting the same issue. By the way, is there any issue with
> > > running Radiator on a vm. I wouldn't think so but just wondering if I
> > > needed a seperate box for radiator?
> >
> > If you use e.g. less command or editor to view the downloaded RPM file
> > do you see HTML page or RPM binary? It still sounds like HTML file was
> > downloaded.
> >
> > Running Radiator on a virtual machine is not a problem. It's actually
> > quite common.
> >
> > Thanks!
> > Heikki
> >
> > > Many thanks,
> > > Jay  #radiatornewbie :-|
> > >
> > >
> > >
> > >
> > >
> > > On Fri, Feb 17, 2012 at 1:45 PM, Heikki Vatiainen  > 
> > > >> wrote:
> > >
> > > On 02/15/2012 10:31 PM, Jay Tuala wrote:
> > >
> > > Hello Jay,
> > >
> > > > following the setup notes and can't seem to install Radiator
> > rpm file.
> > > > I'm a newbie to centos/radiator but am really keen to set it up
> > > and test it.
> > > >
> > > > the error i'm getting is as follows:
> > > >
> > > > [root@radiator1 ~]# rpm -ivh Radiator-Locked-4.9-2.noarch.rpm
> > > > Retrieving
> > http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>
> > > > error: skipping
> > > http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>
> > > > - transfer failed - Unknown or unexpected error
> > >
> > > That looks like head of HTML file from the Radiator downloads
> > section.
> > > The link titled 'RPM format for Linux' in the table listing
> > different
> > > versions gives you the download page, not the RPM. So please try
> > > downloading again.
> > >
> > > Thanks!
> > > Heikki
> > >
> > >
> > > > I have the file located below,
> > > >
> > > > [root@radiator1 ~]# ls
> > > > anaconda-ks.cfg  install.log  install.log.syslog
> > > > Radiator-Locked-4.9-2.noarch.rpm
> > > >
> > > >
> > > >
> > > > I would greatly appreciate any help i can get.
> > > >
> > > >
> > > > Many thanks,
> > > > J
> > > >
> > > >
> > > > ___
> > > > radiator mailing list
> > > > radiator@open.com.au 
> > >
> > > > http://www.open.com.au/mailman/listinfo/radiator
> > >
> > >
> > > --
> > > Heikki Vatiainen mailto:h...@open.com.au>
> > >>
> > >
> > > Radiator: the most portable, flexib

Re: [RADIATOR] Cannot install rpm file

2012-02-20 Thread Mike Puchol
Well, on every email, at the bottom, you have: 

http://www.open.com.au/mailman/listinfo/radiator

and at the bottom of that is a text field + button that allows you to enter 
your email and unsubscribe. 


On Tuesday, February 21, 2012 at 12:40 AM, Simon Morley wrote:

> How on earth can I unsubscribe from this list?
> 
> I don't think the email unsubscribe options work... 
> 
> Please take me off the list.
> 

___
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator

[RADIATOR] Raddius Question : Acct-Interim-Interval session time not working (Want to Top-Up Session Time Online)

2012-02-20 Thread Supphasak Ninjarat
Hello all,

Purpose : Want to Top-Up Session Time Online Login

I am using freeradius 2.1.0 on Ubuntu 10.10 and using rp-pppoe server and
chillispot server for user login authentication method on same machine and
set up radius attribute for end user such as
#-

*radtest   abc   abc123   127.0.0.1  0   SecretKey*
Sending Access-Request of id 185 to 127.0.0.1 port 1812
User-Name = "abc"
User-Password = "abc123"
NAS-IP-Address = 127.0.1.1
NAS-Port = 0
rad_recv: Access-Accept packet from host 127.0.0.1 port 1812, id=185,
length=80
Idle-Timeout = 600
WISPr-Bandwidth-Max-Down = 1
WISPr-Bandwidth-Max-Up = 1
*Acct-Interim-Interval = 60*
Acct-Status-Type = Interim-Update
*Session-Timeout = 300*

( All  user can login all of session is 5mins )
#-


1.After first use logged in  ( with pppoe or chillispot) the user "abc" use
the network times 200secs  (left time=100secs) and logged off later.

2.The user "abc"  logged in again with radius message
User-Name = "abc"
User-Password = "abc123"
NAS-IP-Address = 127.0.1.1
NAS-Port = 0
rad_recv: Access-Accept packet from host 127.0.0.1 port 1812, id=185,
length=80
Idle-Timeout = 600
WISPr-Bandwidth-Max-Down = 1
WISPr-Bandwidth-Max-Up = 1
*Acct-Interim-Interval = 60*
Acct-Status-Type = Interim-Update
*Session-Timeout = 100*

 During live logged in session , In the radius database and radacct table
has 2 record insert (first record is first login and *secondary record is
now login*)

 I delete the first database record (use time= 200secs) so that the
attribute Acct-Interim-Interval it is  updating  all sessiontime count to 0
and "abc" can use the network 300secs. But it is not updating session and
the user "abc" was terminate after 100 secs normally  by AcctTerminateCause
 is "Session-Timeout" .

 What does debug or how?

Thanks for every thing.


-- 
Touch Technologies
Mr. Supphasak Ninjarat
089-4595046
___
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator

Re: [RADIATOR] Raddius Question : Acct-Interim-Interval session time not working (Want to Top-Up Session Time Online)

2012-02-20 Thread Hugh Irvine

Hello -

This is the Radiator mailing list, not the freeradius mailing list.

regards

Hugh


On 21 Feb 2012, at 14:47, Supphasak Ninjarat wrote:

> Hello all, 
> 
> Purpose : Want to Top-Up Session Time Online Login
> 
> I am using freeradius 2.1.0 on Ubuntu 10.10 and using rp-pppoe server and 
> chillispot server for user login authentication method on same machine and 
> set up radius attribute for end user such as 
> #-
>  
> radtest   abc   abc123   127.0.0.1  0   SecretKey
> Sending Access-Request of id 185 to 127.0.0.1 port 1812 
> User-Name = "abc" 
> User-Password = "abc123" 
> NAS-IP-Address = 127.0.1.1 
> NAS-Port = 0 
> rad_recv: Access-Accept packet from host 127.0.0.1 port 1812, id=185, 
> length=80 
> Idle-Timeout = 600 
> WISPr-Bandwidth-Max-Down = 1 
> WISPr-Bandwidth-Max-Up = 1 
> Acct-Interim-Interval = 60
> Acct-Status-Type = Interim-Update 
> Session-Timeout = 300
> 
> ( All  user can login all of session is 5mins ) 
> #-
>  
> 
> 1.After first use logged in  ( with pppoe or chillispot) the user "abc" use 
> the network times 200secs  (left time=100secs) and logged off later. 
> 
> 2.The user "abc"  logged in again with radius message 
> User-Name = "abc" 
> User-Password = "abc123" 
> NAS-IP-Address = 127.0.1.1 
> NAS-Port = 0 
> rad_recv: Access-Accept packet from host 127.0.0.1 port 1812, id=185, 
> length=80 
> Idle-Timeout = 600 
> WISPr-Bandwidth-Max-Down = 1 
> WISPr-Bandwidth-Max-Up = 1 
> Acct-Interim-Interval = 60  
> Acct-Status-Type = Interim-Update 
> Session-Timeout = 100
> 
>  During live logged in session , In the radius database and radacct table has 
> 2 record insert (first record is first login and secondary record is now 
> login)
> 
>  I delete the first database record (use time= 200secs) so that the attribute 
> Acct-Interim-Interval it is  updating  all sessiontime count to 0 and "abc" 
> can use the network 300secs. But it is not updating session and the user 
> "abc" was terminate after 100 secs normally  by AcctTerminateCause  is 
> "Session-Timeout" . 
>  
>  What does debug or how? 
> 
> Thanks for every thing. 
> 
> 
> -- 
> Touch Technologies
> Mr. Supphasak Ninjarat
> 089-4595046
> ___
> radiator mailing list
> radiator@open.com.au
> http://www.open.com.au/mailman/listinfo/radiator


--

Hugh Irvine
h...@open.com.au

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, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP,
DIAMETER etc. 
Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc.

___
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator