Lusitania

From syn2cat - HackerSpace.lu
(Difference between revisions)
Jump to: navigation, search
(portmap ise used for nfsd which is used to allow NFS (see next section) and smbd is for windows file shares (see below))
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
[[Category:Network]]
 
 
{{Computer
 
{{Computer
 
|hostname=lusitania.lan
 
|hostname=lusitania.lan
Line 8: Line 7:
 
|model=custom
 
|model=custom
 
|operatingsystem=debian GNU/Linux
 
|operatingsystem=debian GNU/Linux
 +
|computerstatus=
 +
|location=Level2
 
|services=apache2,mysqld,icinga,cifs,nfs,dns,...
 
|services=apache2,mysqld,icinga,cifs,nfs,dns,...
 
|admin=sim0n, Stereo
 
|admin=sim0n, Stereo
Line 14: Line 15:
 
|os=debian 7.0
 
|os=debian 7.0
 
}}
 
}}
 +
[[Category:Network]]
 +
 
== Synopsis ==
 
== Synopsis ==
The name's "lusitania" and the purpose is: '''main server at the hackerspace'''
+
The name's "lusitania" and the purpose is: '''powered off'''
  
 
External access through lusitania.int.hackerspace.lu (ipv4 and ipv6)
 
External access through lusitania.int.hackerspace.lu (ipv4 and ipv6)
  
It has become a part of our main space infrastructure, hosting a fileserver, functioning as WiFi access-point, hosting a freeradius server and more.
+
It was a part of our main [[Stage1]] hackerspace infrastructure, hosting a fileserver, functioning as WiFi access-point, hosting a freeradius server and more.
  
 
== Services ==
 
== Services ==
Line 39: Line 42:
 
* slapd (openldap) for Openduino and the radius for the wifi
 
* slapd (openldap) for Openduino and the radius for the wifi
 
* Freeradius (for the wifi)
 
* Freeradius (for the wifi)
 +
* file shares via nfs and smb. See below
  
 
=== Systems ===
 
=== Systems ===
Line 77: Line 81:
  
 
== Music server ==
 
== Music server ==
 +
This is defunct (404)
 +
 
You may access the music server using a webbrowser at this address: [http://lusitania.lan/ampache http://lusitania.lan/ampache] <br>
 
You may access the music server using a webbrowser at this address: [http://lusitania.lan/ampache http://lusitania.lan/ampache] <br>
 
The login is '''admin / admin''', feel free to create yourself an account !<br>
 
The login is '''admin / admin''', feel free to create yourself an account !<br>
Line 83: Line 89:
 
== Cruft ==
 
== Cruft ==
  
An unsustainable number of packages is installed on lusitania. Most of those are probably useless.
+
An a lot of packages is installed on lusitania. Most of those are probably useless.
  
 
<code>
 
<code>
Line 89: Line 95:
 
  317
 
  317
 
</code>
 
</code>
 +
 +
Review 20130526 shows following interesting packages:
 +
 +
3ware-cli-binary  =>  where do w use this Command Line Interface for 3Ware Controllers
 +
ampache      => may be good to configure it again
 +
apcuupsd    => yes we have an UPS on the server which is monitored
 +
apticron    => we get regularly annoyed by reminder emails about pending updates
 +
bind9        => running a local DNS. details to be documented
 +
conntrack    => ?
 +
cryptsetup  => mount encrypted disk library
 +
ddclient    => lusitania is behind a dynamic DSL line
 +
denyhosts    => dynamically remove annoying ssh scanners
 +
etckeeper    => save /etc into revision system. is it used?
 +
john        => who likes to crack passwords? several dictionaries installed too
 +
php*        => huge amount of stuff for apache/php
 +
screen      => what would be a system without screen. screen is awesome
 +
subversion  => hmm, should we not do all with git?
 +
xfsprogs    => some filesystems are XFS

Latest revision as of 16:11, 17 April 2015

Add a Computer
Computer.png
lusitania.lan
External Hostname: lusitania.int.hackerspace.lu
IP: 192.168.1.24
Type: server
Brand: custom
Model: custom
OS: debian GNU/Linux
ComputerStatus:
Location: Level2
Services: apache2,mysqld,icinga,cifs,nfs,dns,...
Admin: sim0n (mail),Stereo (mail)
Museum: no
QrCode: QR-49bb81b4ad45902e02e8be86cdf29af0.png

Contents

[edit] Synopsis

The name's "lusitania" and the purpose is: powered off

External access through lusitania.int.hackerspace.lu (ipv4 and ipv6)

It was a part of our main Stage1 hackerspace infrastructure, hosting a fileserver, functioning as WiFi access-point, hosting a freeradius server and more.

[edit] Services

[edit] Network

  • DHCP for LAN
  • v6 announcement for LAN
  • IPSec tunnel (in use?)
  • squid (in use?)
  • pppoe connection to the internet
  • aiccu (ipv6 tunnel to sixxs)
  • OpenVPN (in use? Looks like we only use it for ccc events.)
  • Muling's bwmon for the meter in the rack

[edit] Access

  • apache httpd maily for openduino interface
  • Update the status from Openduino to space.syn2cat.lu
  • slapd (openldap) for Openduino and the radius for the wifi
  • Freeradius (for the wifi)
  • file shares via nfs and smb. See below

[edit] Systems

  • UPS monitoring
  • Munin
  • Munin-node
  • cacti (in use?)
  • Smartd
  • postfix (in use for anything other than system emails?)
  • NTPD

[edit] Misc

  • tftpd (in use? /var/lib/tftpboot/ files are from 2011.)
  • MySQL (in use?)
  • samba (in use?)
  • libvirtd (in use?)
  • rpc.idmapd (in use?)
  • nscd (in use?)

[edit] Fileserver

[edit] Windows share

The server may be access from Windows clients and other clients using the smb/cifs protocol. The server can be located by browsing the net or simply using "\\lusitania.lan"

[edit] NFS

NFSv3 and NFSv4 may be used for accessing the file server

[edit] NFSv3

mount -t nfs lusitania.lan:/work /mnt/target

[edit] NFSv4

mount -t nfs4 lusitania.lan:/ /mnt/target


[edit] Music server

This is defunct (404)

You may access the music server using a webbrowser at this address: http://lusitania.lan/ampache
The login is admin / admin, feel free to create yourself an account !
Ampache may be used to stream music to any mpd server on the LAN.

[edit] Cruft

An a lot of packages is installed on lusitania. Most of those are probably useless.

root@lusitania:~# aptitude search '~i!~M!?essential' | wc -l
317

Review 20130526 shows following interesting packages:

3ware-cli-binary  =>  where do w use this Command Line Interface for 3Ware Controllers
ampache      => may be good to configure it again
apcuupsd     => yes we have an UPS on the server which is monitored
apticron     => we get regularly annoyed by reminder emails about pending updates
bind9        => running a local DNS. details to be documented
conntrack    => ?
cryptsetup   => mount encrypted disk library
ddclient     => lusitania is behind a dynamic DSL line
denyhosts    => dynamically remove annoying ssh scanners
etckeeper    => save /etc into revision system. is it used?
john         => who likes to crack passwords? several dictionaries installed too
php*         => huge amount of stuff for apache/php
screen       => what would be a system without screen. screen is awesome
subversion   => hmm, should we not do all with git?
xfsprogs     => some filesystems are XFS
Personal tools
Namespaces

Variants
Actions
Navigation
syn2cat
Hackerspace
Activities
Initiatives
Community
Tools
Tools