Server :: Configure Freeradius With WPA2 Enterprise?
Nov 16, 2010
Im having a lot of trouble configuring freeradius for Ubuntu. I have freeradius installed but Im having trouble finding any information on how to edit the configuration files to create users and be able to WPA2 Enterprise. The wireless router that I am using is an Linksys WRT54gl.
I'm using the new opensuse 11.4 with KDE desktop. I can connect to my WPA2 personal network fine, but some other networks, like a WPA2 enterprise network connects, but no Internet(pinging too) resolves.
I had some difficulty getting Plasmoid to work on to connect to a WPA2-Enterprise Network. The Cert file is in DER format which is something like this "XXXX.cer" After I filed a bug report I got a respond to try the updated Plasmoid from this Repo:
Index of /repositories/KDE:/UpdatedApps/openSUSE_11.4 To use it you have to first install your certificate in openssl using terminal. First copy the certificate into the ssl directory (In OpenSUSE it is /etc/ssl/certs/)
1) sudo cp path_to_file /etc/ssl/certs/Then install it (If you don't do this it will fail) Source:http://gagravarr.org/writing/openssl...tml#Installing
3)Then after that when using Plasmoid to connect check the box use system certificate.
It should work like it worked for me but I still think certificate handling needs a lot of improvement.Pointing the cert directly from plasmoid does not work.
I'm trying to configure DNS on Oracle Enterprise Linux 5.4 - Kernel 2.6.18-128.el5. When I restart the named service, I'm not getting any errors. But service is showing Failed. What could be the reason?
I successfully install vnc server and client in my machine after installation in GUI mode i clicked on service and enable vnc server when i click on start. It says that "This service is being refreshed right now" Then after i use terminal and typed "#service vncserver start" its display error message "Starting VNC server: no displays configured [FAILED]"
Im trying to setup a radius server to use WPA2-Enterprise on a linksys wireless router. I have so far done the following from this link: [URL]... Im having trouble understanding/finding information on how to configure the configuration files so my radius server will work when somebody tries to authenticate.
I'm running freeradius2-2.1.7-7.el5, on CentOS 5.5. I have gotten all of the authentication setup for active directory and I know that the machine is able to pass requests along to our AD server. However it doesn't appear that freeradius is doing the same. I have been looking at the attached radius -x output for about 2 days now and I have done a ton of searching and have come up relatively empty handed.
setting up a freeradius server and coovachilli in my ubuntu9.10.. I want software and hardware system requirments needed to install freeradius,coovachilli,mysql and apache.
I was trying to install and configure freeradius server in centos 5.5 .I installed freeradius 2.1.7. I added a sigle line at the top of the users file like this. bob Cleartext-Password := "hello". when I tried to test using radtest command (radtest bob hello 127.0.0.1 0 testing123).but Igot access-reject mesage from radius server. first I was trying on the same pc with defferent terminal. I serched and tried lot of options but all the time I got the same access reject message. I put debug message in debug site. I can see lot of users posted the same error message in many forums. But I cant find any solutions. I installed ntradping in my laptop and tried but same error. Delaying reject of request 0 for 1 seconds. Going to the next request. Waking up in 0.9 seconds. Sending delayed reject for request 0. Sending Access-Reject of id 16 to 10.10.204.73 port 1619. Waking up in 4.9 seconds. Cleaning up request 0 ID 16 with timestamp +3. Ready to process requests.
I've configured the RADIUS to use a PostgreSQL DB for accounting. Everything works fine if the connection from the RAD to the SQL is OK. If the PostgreSQL service dead, the RAD will skip the failed connection and continue to work. That's OK, too. But if I shutdown the network interface of the SQL (simulating a connection lost - timeout problem), the RAD thread which processes accounting request will be hung up, remains as active and unresponsive forever. So the RAD will not return anything to accounting client (my NAS).
As more accounting requests come, spare threads for processing the requests will reduce and be used up eventually. I've debugged for a while and found it's the problem of PQexec() function. The function blocks the thread eternally till if the connection lost. I know the RAD version is a little outdated, but I cannot replace it right now. I wonder if there's a way to make the RAD reply to the NAS even when the connection between the RAD and the SQL lost.
Its 2 weeks i'm trying to configure freeradius2 on centos5 64bit after installed it from yum.all seems working, but i cant authenticate unix users.after digging in many sites its simply cant find user name and password ( ++[unix] returns notfound )Also how can i paste here all the radiusd -X log lines? i can't find any radius.log file.
I am quite new to Linux. Just some basic information, I am using windows xp but have installed vmwork station and am running Red Hat enterprise linux 4.
When i run ./configure it gives me this error. "configure: error: libnet >=1.1.2.1 not found "
how i have a machine installed Red Hat Enterprise Linux Server release 5.1 with 2 modem (usb & com port) still i want to configure RAS server so some pple able to connect my server and send me some files.
I am trying to implement a NAS running Debian to replace the Windows 2003 file server.We implemented the system and we integrated it with the active directory. Is it possible to manage the access rights using windows tools and get the same amount of detail(not the right word) on access.As an example, we have the following folder structure:
Teams&Projects All users list, admins full Team1 All users list, admins full, some users modify Project1 All users no access, admins full, some modify, some list
I have read some articles on the internet that this is possible but I do not have enough information to implement this.
Installing CVS on Redhat Linux Redhat Enterprise 4.0
The following steps give simple steps to install CVS software on Redhat Enterprise Linux 4.0.
1) Download the tarball cvs-1.11.1p1.tar.gz 2) Run "gunzip cvs-1.11.1p1.tar". You will get file called cvs-1.11.1p1.tar. 3) Then extract this file using command "tar -xvf cvs-1.11.1p1.tar". 4) Then go to directory cvs-1.11.1p1. 5) There you will find a file called INSTALL. Read it once carefully. 6) Now run the command "./configure." 7) Build it using the command "make". 8) Install binaries/documentation using command "make install". 9) Now open file called /etc/services and add the following lines. Cvspserver 2401/tcp # CVS client/server operations cvspserver 2401/udp # CVS client/server operations 10) Open file called /etc/xinetd.conf and add the following lines to that file. service cvspserver { Port = 2401 socket_type = stream protocol = tcp wait = no user = root passenv = server = /opt/bin/cvs server_args = --allow-root=/home/cvs -f pserver env = HOME=/home/cvs log = /var/log/cvslog } 11) Space on both sides of = in the above file is a must. 12) Restart xinetd services by running command " services xinted restart " 13) Check whether CVS is running on the port 2401 by using the following command "nmap IP |grep 2401". If the CVS server is running correctly it will give output as "2401/tcp open cvspserver ".
I have a problem in connecting from windows xp OS to the REDHAT LINUX through vncviewer. The first connection works fine. However, if I want to add more than one connection by establishing the hostname:2 through vncviewer, it stops working. I have tried modifying the file /etc/sysconfig/vncservers to add more than one allowable connections. It still fails...
I am using red hat enterprise 5.7 OS and the problem is that vsftpd won't start. When issuing Service vsftpd start it comes up with failed. I am using the default RPM to install it, also using the default vsftpd.conf
I am trying to initilaize auditing on a Red Hat 5.2 enterprise server. Things like:
/sbin/chkconfig audit on /etc/audit/audit.rules /var/log/audit/audit.log
are what I am looking at, but I need to know where things go to start the audit service. A simple example with all of the pieces set to audit, then I can add rules to match requirements.
I set up an apache webserver on a redhat enterprise server 6 last week. It works fine on the localhost. However, the webpage can't be accessed from the other computer. I didn't modify anything related to 'allow,deny' in httpd.conf. The only thing I've done is I added a rule in iptables to approve the access from a computer with a specific IP address. Since I am quite new to iptables, I don't know if there is anything wrong with my setting.
Even I stop iptables, the problem is still there. I don't know if my setting of iptables is correct. Or, there is anything else that I should do?
One of our customers is looking at enterprise audit of their data center (primarily consists of Linux servers) We suggested them towards a SNMP based tool that has some limitations. Any other recommendation is welcome...