Difference between revisions of "Felix"
From CSLabsWiki
Line 28: | Line 28: | ||
<pre> |
<pre> |
||
htop vim libvirt0 libvirt-deamon apache2 php5 php5-mysql mysql-server |
htop vim libvirt0 libvirt-deamon apache2 php5 php5-mysql mysql-server |
||
+ | </pre> |
||
+ | |||
+ | The network interface is set up as follows: |
||
+ | |||
+ | <pre> |
||
+ | # This file describes the network interfaces available on your system |
||
+ | # and how to activate them. For more information, see interfaces(5). |
||
+ | |||
+ | source /etc/network/interfaces.d/* |
||
+ | |||
+ | # The loopback network interface |
||
+ | auto lo |
||
+ | iface lo inet loopback |
||
+ | |||
+ | # The primary network interface |
||
+ | allow-hotplug eth0 |
||
+ | allow-hotplug eth1 |
||
+ | allow-hotplug eth2 |
||
+ | |||
+ | auto br0 |
||
+ | iface br0 inet static |
||
+ | address 128.153.145.40 |
||
+ | netmask 255.255.254.0 |
||
+ | gateway 128.153.144.1 |
||
+ | bridge_ports all |
||
</pre> |
</pre> |
Revision as of 02:41, 15 January 2016
Felix | |
IP Address(es): | 128.153.145.40 |
Contact Person: | Jared Dunbar |
Last Update: | Spring 2016 |
Services: | Various |
Hostname: | felix.cslabs.clarkson.edu |
Operating system: | Debian |
NIC 1: | Clarkson Network MAC: 00:e0:81:b5:88:85 IP: 128.153.145.40 |
CPU: | Intel Xeon E5410 @ 2.33GHz |
RAM: | 16 GB DDR2 with 12GB recognized |
Felix was constructed by Jared and Graham after Phoenix was unrecoverable without great effort. It was reformatted from the RAID 6 of Phoenix for the simplicity of the system and the expectation that nothing on Felix is really ever worth redundancy due to the likely inheritance of previous instability from Phoenix.
Felix was installed (on 1/15/16) from a Debian CLI install flashdrive with 64 bit Debian 8.2 Jessie. (Kernel 3.16.7 as of 1/15/16)
Install settings were the typical Debian settings with / being on the first 1 TB hard drive, and /var on the second 1 TB hard drive. The network interface that is connected is eth1.
After we finished installing we added the following packages:
htop vim libvirt0 libvirt-deamon apache2 php5 php5-mysql mysql-server
The network interface is set up as follows:
# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 allow-hotplug eth1 allow-hotplug eth2 auto br0 iface br0 inet static address 128.153.145.40 netmask 255.255.254.0 gateway 128.153.144.1 bridge_ports all