Re: radius Installation error

2012-10-18 Thread Fajar A. Nugraha
On Thu, Oct 18, 2012 at 5:18 PM, QASIM RAO qasim2...@hotmail.com wrote: hi, i am facing a problem in radius installation on red hat 5 this error displays while running make command resolv -lpthread -Wl,-soname -Wl,rlm_eap-1.1.6.so -o .libs/rlm_eap-1.1.6.so /usr/lib/libltdl.so: could

RE: radius Installation error

2012-10-18 Thread QASIM RAO
.. ??? Thanks, Date: Thu, 18 Oct 2012 17:28:55 +0700 Subject: Re: radius Installation error From: l...@fajar.net To: freeradius-users@lists.freeradius.org On Thu, Oct 18, 2012 at 5:18 PM, QASIM RAO qasim2...@hotmail.com wrote: hi, i am facing a problem in radius installation on red

Re: radius Installation error

2012-10-18 Thread Fajar A. Nugraha
On Thu, Oct 18, 2012 at 6:06 PM, QASIM RAO qasim2...@hotmail.com wrote: Sir i use this command while configuring and it works ./configure --disable-libltdl-install --with-system-libtool You should need more flags since ltdl and libtool go together. See the configure flags in my previous mail.

Re: Free radius installation

2010-01-25 Thread Alan Buxey
Hi, not really - did you read what I wrote? How can you do a state check on what is a stateless protocol? I think you can still do state checks for UDP: there are ways and means - sure - but in the first throes of getting some test traffic to the daemon, surely the easiest thing is to

RE: Free radius installation

2010-01-25 Thread José Campos
@lists.freeradius.org [mailto:freeradius-users-bounces+jjscampos=gmail@lists.freeradius.org] Em nome de Alan Buxey Enviada: domingo, 24 de Janeiro de 2010 21:22 Para: FreeRadius users mailing list Assunto: Re: Free radius installation Hi, I did used nmap like bellow: [r...@localhost raddb]# nmap

RE: Free radius installation

2010-01-25 Thread José Campos
de Janeiro de 2010 9:19 Para: FreeRadius users mailing list Assunto: Re: Free radius installation Hi, not really - did you read what I wrote? How can you do a state check on what is a stateless protocol? I think you can still do state checks for UDP: there are ways and means - sure

Re: Free radius installation

2010-01-25 Thread George Chelidze
On 01/25/2010 01:18 PM, Alan Buxey wrote: Hi, not really - did you read what I wrote? How can you do a state check on what is a stateless protocol? I think you can still do state checks for UDP: there are ways and means - sure - but in the first throes of getting some test traffic to the

Re: Free radius installation

2010-01-25 Thread George Chelidze
Scanning localhost (127.0.0.1) [1000 ports] Completed UDP Scan at 09:36, 1.21s elapsed (1000 total ports) Host localhost (127.0.0.1) is up (0.090s latency). Interesting ports on localhost (127.0.0.1): Not shown: 996 closed ports PORT STATE SERVICE 111/udp open|filtered rpcbind

Re: Free radius installation

2010-01-25 Thread Alan Buxey
Hi, Hello, Ok after radius -X command nmap shows me that radius ports are open. ... [r...@localhost ~]# nmap -v -sU localhost okay..what about the output of netstat -apn | grep 1812 ah.i think I've spotted something far MORE interesting... [r...@localhost ~]# radtest test test

RE: Free radius installation

2010-01-25 Thread José Campos
original- De: freeradius-users-bounces+jjscampos=gmail@lists.freeradius.org [mailto:freeradius-users-bounces+jjscampos=gmail@lists.freeradius.org] Em nome de George Chelidze Enviada: segunda-feira, 25 de Janeiro de 2010 10:21 Para: FreeRadius users mailing list Assunto: Re: Free radius

Re: Free radius installation

2010-01-25 Thread Alan Buxey
Hi, I did not change anything prior the installation of (yum install freeradius*). Should I change something before testing it? Why is radtest doing queries to ::1 (ipv6 address). look in /etc/hosts see what localhost has been given an alias of. just tell radtest to use 127.0.0.1 - after

Re: Free radius installation

2010-01-25 Thread George Chelidze
On 01/25/2010 02:37 PM, José Campos wrote: Ok, that's a good observation, but this is a fresh new installation... I did not change anything prior the installation of (yum install freeradius*). I thing the default is listen { ... ipaddr = * ... } which means to listen

RE: Free radius installation

2010-01-25 Thread José Campos
Enviada: segunda-feira, 25 de Janeiro de 2010 10:47 Para: FreeRadius users mailing list Assunto: Re: Free radius installation On 01/25/2010 02:37 PM, José Campos wrote: Ok, that's a good observation, but this is a fresh new installation... I did not change anything prior the installation

RE: Free radius installation

2010-01-24 Thread José Campos
: Re: Free radius installation Hi, What is wrong with it? Can someone help me. iptables ? check /etc/sysconfig/iptables and ensure that UDP 1812 and UDP 1813 are allowed alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe

Re: Free radius installation

2010-01-24 Thread Alan Buxey
Hi, -A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT -A INPUT -m state --state NEW -m udp -p udp --dport 1812 -j ACCEPT -A INPUT -m state --state NEW -m udp -p udp --dport 1813 -j ACCEPT its an interesting idea putting state requirements onto UDP protocol methods But I do

Re: Free radius installation

2010-01-24 Thread Alan DeKok
José Campos wrote: But I do not understand why this output of nmap localhost, after radiusd -X It's only nmap'ing TCP ports. Even if it sent packets to the RADIUS UDP port, they will *not* be correct RADIUS packets, and FreeRADIUS will ignore them. Alan DeKok. - List

RE: Free radius installation

2010-01-24 Thread José Campos
: domingo, 24 de Janeiro de 2010 16:01 Para: FreeRadius users mailing list Assunto: Re: Free radius installation Hi, -A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT -A INPUT -m state --state NEW -m udp -p udp --dport 1812 -j ACCEPT -A INPUT -m state --state NEW -m udp -p udp --dport

Re: Free radius installation

2010-01-24 Thread Alan Buxey
Hi, I did used nmap like bellow: [r...@localhost raddb]# nmap -v -O localhost nmap -v -sU localhost thats a UDP scan As I understood is that everything all right with iptables? not really - did you read what I wrote? How can you do a state check on what is a stateless protocol? -p

Re: Free radius installation

2010-01-24 Thread George Chelidze
Hello Alan, not really - did you read what I wrote? How can you do a state check on what is a stateless protocol? I think you can still do state checks for UDP: http://www.sns.ias.edu/~jns/wp/2006/01/12/iptables-connection-tracking-udp/ Best Regards, George - List

Free radius installation

2010-01-23 Thread José Campos
I’m new on freeradius. I’ve just installed it on fedora11 with yum install freeradius* and then done: radiusd –X Here are the final lines of the debugging mode: … } Listening on authentication address * port 1812 Listening on accounting

Re: Free radius installation

2010-01-23 Thread Alan Buxey
Hi, What is wrong with it? Can someone help me. iptables ? check /etc/sysconfig/iptables and ensure that UDP 1812 and UDP 1813 are allowed alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Radius installation

2006-09-22 Thread Christian Hahn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 you should check if php is installed and add this line to your httpd.conf AddType application/x-httpd-php .php3 regards, Christian anyuru francis wrote: Hello, Am installing freeRadius with Mysql5 and dialup admin with a freebsd 5.4 box

Re: Radius installation

2006-09-21 Thread anyuru francis
Hello, Am installing freeRadius with Mysql5 and dialup admin with a freebsd 5.4 box well done most of the configs but dialup wont show the frame on the right in browser when I load it on the webserver Any help will be highly appreciated Kind Regards Francis - List

Radius Installation

2006-09-05 Thread Nico Gazzano
Im going to start by saying that Im new to radius. Ive gotten as far as installing version 1.1.3. Are there any scripts to add users, and how do I configure the web interface? Nico Gazzano Network Systems Admin MIS Choice Inc. 1699 Wall ST Suite 602 Mount Prospect, IL 60056

Re: Radius Installation

2006-09-05 Thread Alan DeKok
Nico Gazzano [EMAIL PROTECTED] wrote: Any examples on how to configure it? To do... what, exactly? Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See

Radius Installation

2005-05-04 Thread rupak
Hello all!! I installed the latest radius software that is freeradius-1.0.2.Downloaded from www.freeradius.org The installation steps are as follows 1 #./configure --prefix=/usr/local/freeradius [I tried ./configure only also] 2 #make 3 #make install. But after installation

RE: Radius Installation

2005-05-04 Thread Tariq Rashid
/freeradius tariq -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: 04 May 2005 23:30To: freeradius-users@lists.freeradius.orgSubject: Radius Installation Hello all!! I installed the latest radius software that is freeradius-1.0.2.Downloaded from

RE: Radius Installation

2005-05-04 Thread Rupak
this is the problem.Do you have any idea on this.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tariq Rashid Sent: Wednesday, May 04, 2005 2:58 AM To: 'freeradius-users@lists.freeradius.org' Subject: RE: Radius Installation since

Re: Radius Installation

2005-05-04 Thread guest01
Why don't you use a binary packet? I don't know which linux (?) distribution you are currently using ... but there are freeradius packages for most of them! For example, I am using Debian with an precompiled package, it works perfect! :-) Binary packets are compiled by people who really know

RE: Radius Installation

2005-05-04 Thread Rupak
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tariq Rashid Sent: Wednesday, May 04, 2005 3:47 AM To: 'freeradius-users@lists.freeradius.org' Subject: RE: Radius Installation here what i have always done... tar -xvzf freeradius-1.0.2.tar.gz