Lusitania
m |
|||
Line 29: | Line 29: | ||
− | == | + | == Fileserver == |
− | + | === 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" | ||
− | + | === NFS === | |
+ | NFSv3 and NFSv4 may be used for accessing the file server | ||
+ | ==== NFSv3 ==== | ||
+ | <pre> | ||
+ | mount -t nfs lusitania.lan:/work /mnt/target | ||
+ | </pre> | ||
− | + | ==== NFSv4 ==== | |
+ | <pre> | ||
+ | mount -t nfs4 lusitania.lan:/ /mnt/target | ||
+ | </pre> |
Revision as of 20:59, 1 June 2010
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: | |
Services: | apache2,mysqld,icinga,cifs,nfs,dns,... |
Admin: | [[Has Admin::User:sim0n|sim0n]] ([[Special:EmailUser/sim0n|mail]]),[[Has Admin::User:kwisatz|kwisatz]] ([[Special:EmailUser/kwisatz|mail]]) |
Museum: | no |
QrCode: |
Contents |
Synopsis
The name's "lusitania" and the purpose is: core infrastructure server
External access through lusitania.int.hackerspace.lu (ipv6 only)
Username and Password are written on the machine and the concept is
very simple: You break it? --> You fix it!
That's all there is for rules.. go ahead and do whatever you like, then document it here, so we know what to back up ;)
The purpose of this machine has changed recently. You may no longer play with it and break it as you wish, it rather has become a part of our main space infrastructure, hosting a fileserver, being the gateway for ChaosVPN, functioning as WiFi access-point, hosting a freeradius server and more.
Henceforth also admin access to the machine has been limited.
Fileserver
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"
NFS
NFSv3 and NFSv4 may be used for accessing the file server
NFSv3
mount -t nfs lusitania.lan:/work /mnt/target
NFSv4
mount -t nfs4 lusitania.lan:/ /mnt/target