Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - l4n

Pages: [1]
1
Hello
I ran into some trouble to make it work with Zenyal 5.0, but I finally did it. So I am sharing my steps with you guys.
Code: [Select]
mkdir ~/radius
cd ~/radius
rm -rf zentyal-radius-4.2
wget http://archive.zentyal.org/zentyal/pool/main/z/zentyal-radius/zentyal-radius_3.5.1.tar.gz -O zentyal-radius_3.5.1.tar.gz
tar -xf zentyal-radius_3.5.1.tar.gz
mv zentyal-radius-3.5.1 zentyal-radius-5.0
wget 'https://drive.google.com/uc?export=download&id=0B4LpBN3axE3nUHZROVJGY3hPeVk' -O zentyal-radius-5.0.patch
patch -t -p1 -i zentyal-radius-5.0.patch
cd zentyal-radius-5.0
dpkg-buildpackage -rfakeroot -b -tc
cd ..
apt install ./zentyal-radius_5.0_all.deb -y
sudo apt-get install -f -y

Dont forget to manually add firewall rules for the radius service (on port UDP 1812) !
julio, feel free to edit this into your first post if you want.

Pages: [1]