FreeRadius and Ubuntu 8.10

2008-12-10 Thread Matthew Carriere
I am also about to install FreeRadius, anyone have experience with
installing on Ubuntu 8.10 Server 32 Bit?
-- 
Matthew Carriere
[EMAIL PROTECTED]
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRadius and Ubuntu 8.10

2008-12-10 Thread Paul Bartell
Sudo apt-get install freeradius

Its a bit of an older version if i remember correctly, so if you need
virtual hosts (or whatever they are called) you should compile from
source. First get the tar file

tar -xvf freeradius*

cd freeradius*

./configure (with whatever modules you need)

make

sudo make install

pretty simple if i may say.

On Wed, Dec 10, 2008 at 5:23 PM, Matthew Carriere
[EMAIL PROTECTED] wrote:
 I am also about to install FreeRadius, anyone have experience with
 installing on Ubuntu 8.10 Server 32 Bit?
 --
 Matthew Carriere
 [EMAIL PROTECTED]

 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html




-- 
Random quote of the week/month/whenever i get to updating it:
Opportunity knocked. My doorman threw him out. - Adrienne Gusoff

At school you don't get parole, good behavior only brings a longer
sentence. - The History Boys
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: FreeRadius and Ubuntu 8.10

2008-12-10 Thread Jason Wittlin-Cohen
Note that the version of FreeRADIUS packaged by Ubuntu doesn't have SSL
support (so no TLS, PEAP, TTLS). If you decide to install from source you
should build a .deb package. It'll make it easier to administer and
upgrade/uninstall in the future.

tar -xvf freeradius*
cd freeradius*
apt-get build-dep freeradius dpatch
dpkg-buildpackage -rfakeroot
cd /
dpkg -i freeradius_2.1.3-0_i386.deb

On Thu, Dec 11, 2008 at 1:47 AM, Paul Bartell [EMAIL PROTECTED]wrote:

 Sudo apt-get install freeradius

 Its a bit of an older version if i remember correctly, so if you need
 virtual hosts (or whatever they are called) you should compile from
 source. First get the tar file

 tar -xvf freeradius*

 cd freeradius*

 ./configure (with whatever modules you need)

 make

 sudo make install

 pretty simple if i may say.

 On Wed, Dec 10, 2008 at 5:23 PM, Matthew Carriere
 [EMAIL PROTECTED] wrote:
  I am also about to install FreeRadius, anyone have experience with
  installing on Ubuntu 8.10 Server 32 Bit?
  --
  Matthew Carriere
  [EMAIL PROTECTED]
 
  -
  List info/subscribe/unsubscribe? See
  http://www.freeradius.org/list/users.html
 



 --
 Random quote of the week/month/whenever i get to updating it:
 Opportunity knocked. My doorman threw him out. - Adrienne Gusoff

 At school you don't get parole, good behavior only brings a longer
 sentence. - The History Boys
 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html




-- 
Jason Wittlin-Cohen
Yale Law School, Class of 2010
[EMAIL PROTECTED]
(908) 420-0861
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRadius and Ubuntu 8.10

2008-12-10 Thread Jason Wittlin-Cohen
Sorry, that should be

apt-get build-dep freeradius
apt-get install dpatch

dpatch is necessary to build the source package but isn't including as a
build dependency.

On Thu, Dec 11, 2008 at 2:09 AM, Jason Wittlin-Cohen 
[EMAIL PROTECTED] wrote:

 Note that the version of FreeRADIUS packaged by Ubuntu doesn't have SSL
 support (so no TLS, PEAP, TTLS). If you decide to install from source you
 should build a .deb package. It'll make it easier to administer and
 upgrade/uninstall in the future.

 tar -xvf freeradius*
 cd freeradius*
 apt-get build-dep freeradius dpatch
 dpkg-buildpackage -rfakeroot
 cd /
 dpkg -i freeradius_2.1.3-0_i386.deb


 On Thu, Dec 11, 2008 at 1:47 AM, Paul Bartell [EMAIL PROTECTED]wrote:

 Sudo apt-get install freeradius

 Its a bit of an older version if i remember correctly, so if you need
 virtual hosts (or whatever they are called) you should compile from
 source. First get the tar file

 tar -xvf freeradius*

 cd freeradius*

 ./configure (with whatever modules you need)

 make

 sudo make install

 pretty simple if i may say.

 On Wed, Dec 10, 2008 at 5:23 PM, Matthew Carriere
 [EMAIL PROTECTED] wrote:
  I am also about to install FreeRadius, anyone have experience with
  installing on Ubuntu 8.10 Server 32 Bit?
  --
  Matthew Carriere
  [EMAIL PROTECTED]
 
  -
  List info/subscribe/unsubscribe? See
  http://www.freeradius.org/list/users.html
 



 --
 Random quote of the week/month/whenever i get to updating it:
 Opportunity knocked. My doorman threw him out. - Adrienne Gusoff

 At school you don't get parole, good behavior only brings a longer
 sentence. - The History Boys
 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html




 --
 Jason Wittlin-Cohen
 Yale Law School, Class of 2010
 [EMAIL PROTECTED]
 (908) 420-0861




-- 
Jason Wittlin-Cohen
Yale Law School, Class of 2010
[EMAIL PROTECTED]
(908) 420-0861
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html