PDA

View Full Version : RADIUS server for LAN access..


bushtor
March 15th, 2006, 06:15 AM
Hi,

I plan use an ubuntu server with samba 3 as domain controller plus file- and print services for around 300 users.

In addition to the above mentioned classroom network, we need to have users authenticate themselves before getting access to the internet in the school's dorm areas.

I have been told that a neat solution for this would be to run firewall with a radius server using LDAP to communicate with the domain controller so the students use the same login usernames/passwords in the dorm areas as they do in the classrooms.

The goal is that there should be no possibility to gain any access to the internet (from the wired LAN) without having logged in to the radius server.

Any comments or suggestions on this approach?

I have tried to browse the forums for radius server stuff, but most of it is related to wireless networking. Does it exist a good radius server with ubuntu howto somewhere?

I'm also interesting in installing webmin for the ubuntu server. However there are piles of posts with warnings and comments on webmin installs with ubuntu. Does it exist an 'official' howto for webmin?

best regards

Tor

sjpwong
March 25th, 2006, 06:16 AM
I'm working through a lot of similar issues setting up an Internet cafe at the moment.

The application I am using is chillispot. The home page is www.chillispot.org and there's an Ubuntu wiki page too! There's a debian package at their site which works fine for Breezy.

It works really well for what you want - it's called a captive portal.

The radius server I am using is freeradius (www.freeradius.org) that can be configured to use MySQL as the backend or a million others like LDAP.

I haven't used webmin.

Hope this helps...good luck!

ev5unleash1
September 25th, 2007, 05:00 PM
Ok, Well I'm trying the same thing to get a RADIUS server on my Ubuntu server. Don't ask me why I'm just practicing how protective I can be on a network and how protective I can get a network. I have tried FreeRADIUS but linux programs that arent designing for a pasific distro like Ubuntu is annoying and I never installed a program like that in my life and I don't plan on it. Is there any .deb RADIUS server packages out there.

HermanAB
September 26th, 2007, 12:12 AM
Hmm, unless you have millions of users on your LAN, RADIUS is overkill. I'd suggest that you just use Samba as a domain controller.

wirelessmonkey
September 26th, 2007, 11:35 AM
Um... freeRADIUS is available via the repos, hence a .deb

ev5unleash1
October 7th, 2007, 09:18 PM
I know but I don't know how to use it.

HermanAB
October 7th, 2007, 11:30 PM
Here you go:
http://www.aeronetworks.ca/radius.html

Cheers,

H.

Doc.Caliban
October 17th, 2007, 10:13 AM
Um... freeRADIUS is available via the repos, hence a .deb

The currently available RADIUS version from the repository is 1.1.3. I would like to install the latest stable version, 1.1.7, but the prebuilt deb's I have found so far have not worked well. Is there an "official" ubuntu repos I can get this from?

Thank you,

-Doc

(On the verge of installing plain old Etch)

ev5unleash1
November 2nd, 2007, 11:10 AM
I have Samba on my server. How do i use that to authenicate users on my network?

HermanAB
November 2nd, 2007, 03:35 PM
See the Official Samba Howto on the samba web site. It is a really good guide.

Cheers,

H.