Posts tagged as:

Ubuntu

eBox Platform

eBox Platform is a business server solution based on Ubuntu Linux distribution.
eBox Platform is composed by several modules :

  • eBox Gateway
  • eBox UTM
  • eBox Infrastructure
  • eBox Office
  • eBox Unified Communications

Using eBox Platform you can easily set up and manage a server for your working environment : firewall, content filtering, load balancing, mail server, proxy server, print server and vpn server. Complete list of features of version 1.4.
A user friendly web interface simplify the work of the system administrator. See the screenshots of the web interface.

It is possible to install eBox Platform from scratch using the installation CD or install all the necessary modules on a existing Ubuntu 10.04 installation.

{ 0 comments }

Ubuntu, La Fonera and WPA wifi encryption

by Roberto on January 31, 2009

in General

Recently I have set up a wi-fi connection thorough a La Fonera router. I encountered some issues connecting with Ubuntu 8.10 Intrepid using WPA encryption.
Here there is what I found necessary to make the connection working correctly :

  1. Install kernel backports modules
    sudo apt-get install linux-backports-modules-intrepid-generic
  2. Set IEEE 802.11 regulatory domain code of your region
    sudo echo "options lbm_cw_cfg80211 ieee80211_regdom=EU" >> /etc/modprobe.d/options
    (Substitute EU with your country/region code)
  3. Reboot

Ubuntu, La Fonera and WPA

{ 0 comments }