CONTENT FILTERING #2
WORKING IN PROGRESS
Router NameOpenWrt
Router ModelBuffalo WZR-HP-G450H
Firmware VersionOpenWrt Attitude Adjustment 12.09 / LuCI 0.11.1 Release (0.11.1)
Kernel Version3.3.8
ssh into your router.
root@OpenWrt:~# opkg update
root@OpenWrt:~#...
OpenWRT - site and content filtering #1 tinyproxy and dansguardian
in
Networking,
OpenWRT
- on 9:31 pm
- 5 comments

CONTENT FILTERING #1
This week, I was given the task of filtering all gaming and video streaming in our network. After doing some research, I find out this is not as straight forward as it seems. Of course, I do not want to spend any money on purchasing...
Internet Quota Management
in
FreeRADIUS,
Networking
- on 2:01 pm
- 1 comment

If you are interested to know how I manage internet quota, please leave a commit. When I have time, I can slowly write a post to explain ...
Dynamic Clients with FreeRADIUS Using MAC-Address
in
FreeRADIUS,
Networking
- on 1:57 pm
- No comments

This blog will show how to setup dynamic clients that do no have static ip address.
Details are coming so...
802.1X/EAP User Authentication
in
FreeRADIUS,
Networking
- on 10:16 am
- 3 comments

This blog will how to configure FreeRADIUS to authenticate wireless users via 802.1X/EAP. MySQL will be used an user store.
Wireless AP will be a MikroTik (MT) router. RADIUS server will be FreeRADIUS 2.2.5 running on Linux Mint Debian. This...
FreeRADIUS build and install (Debian packages with rlm_raw patch)
in
FreeRADIUS,
Networking
- on 2:31 pm
- No comments

This post will show how to build and install Debian packages for FreeRADIUS 2.2.5 with rlm_raw patch.
Machine: Linux Mint Debian Edition (LMDE) 64 bit
Download the source code:
Download the FreeRADIUS source file.
wget ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-2.2.5.tar.bz2
Extract...