|
This HOWTO describes the installation of Andrea with internet access and firewall function.
Requirements:
Mininum hardware requirement is a celeron 500 with 64 MB RAM, 4 GB hdd and two or – even better - more network cards.
An Ubuntu 6.06 Server Version (Server install CD or alternate install CD)
Internet access during installation (for updates and ANDReA Installation)
Internet access after installation (IP-address, netmask, gateway-IP-address und DNS Server IP-address)
What is most important in the first place: The internet access has to be installed at gateway eth1.
It works best, if the network cable is not plugged into the network cards during the installation. Thus, Ubuntu will not be assigned an address via DHCP and the configuration dialogue for the manual setup of the network cards will be displayed.
Getting started:
Insert your copy of the Ubuntu CD (make sure BIOS is set to boot from CD). Start Ubuntu with the default installation on hard disk. During the installation the parameters of the system configuration will be set, For details see Ubuntu instructions.
Register after the installation and subsequent reboot , change to superuser with "sudo su" and enter the following commands:
apt-get update
apt-get upgrade
On doing so, the system has been updated.
Activate repository:
Activate source package for universe repository , and insert it for andrea into the sources.list:
Edit the file /etc/apt/sources.list. Activate universe repository by removing the # at the beginning of the line, which should then look like this:
deb http://de.archive.ubuntu.com/ubuntu/ dapper universe
deb-src http://de.archive.ubuntu.com/ubuntu/ dapper universe
Insert the following line at the end of the file:
deb http://andrea.grufo.com stable main
Save changes and quit the editor. Then start another source-update.
apt-get update
installing ANDReA:
apt-get install andrea
Once done, ANDReA will ask a few questions, and after your answers the system will already be running.
Finishing:
Add a client to the network and open the url "http://login.planet.kufstein" (planet.kufstein must be replaced by the domain name used on installation).
By default, the admin username ist set to "andrea" and the password is set to "default" . The two words should be changed after the first registration!!!
|