Category: System administration RSS feed for this category
Git web interface
Git web interface for internal use git repos for q-station.net (https://git.it-touch.com:13002/gitweb/q-station.net) To clone a project GIT_SSL_NO_VERIFY=true git clone https://git.it-touch.com:13002/git/q-station.net/xxxyy.git or, run following in local git repos git config http.sslVerify false Eclipse with GIT Git version control with Eclipse (EGit) – Tutorial
Strongwan IKEv2 VPN for Windows 7
We will build a IKEv2 VPN for Windows 7 using strongSwan and client authenticate itself using MSCHAPv2.
My Add-on package for Slackware 13.37
You won’t interest in this post as it serve for my private usage to record down which package should I install with my Slackware. lame a52 libdca x264 ffmpeg libbluray (for bluray only) libaacs – place the KEYDB.cfg in ~/.config/aacs (for bluray decrypt) mplayer audacious3 32bit compatibility for 64 Virtual box
Linux L2TP/IPsec VPN server
Building a L2TP/IPsec VPN server on Linux could be easy but troublesome. This post list out the steps to setup the tunnel. L2TP/IPsec is another type of VPN tunnerl, beside PPTP, which could be get connected by WinXP, or other Windows platform, out of the box.
Linux as PEAP/MSCHAPv2 Client
This summarize my experience on using Linux as a PEAP/MSCHAv2 client and using wpa_supplicant to connect to the 802.1x AP.
Linux PPTP server
Building a VPN server with PPTP in Linux authenticating with RADIUS.
Proxying a PEAP/MSCHAPv2 request
Let make it simple, sometimes, your RADIUS server may need to proxy a PEAP/MSCHAPv2 request to another RADIUS (Home Server) to authenticate a user.
hostapd & 802.1x & freeradius
Setting up an AP which accept PEAP/MSCHAPv2 authentication using Linux with a ‘Master Mode-able’ wifi device, sometimes, is not quite worth. Using ready-made network appliance should be more easy and stable. However, setting up a RADIUS server to terminate the PEAP/MSCHAPv2 request can’t be avoided.
Freeradius special setup
Some special setup which you may find useful when configure Freeradius.
Freeradius configuration
Freeradius is powerful, however, you may find it is difficult to do configuration. This post try to include common configuration such that you may find useful for your setup.