c3d2-wiki/Cryptostorage.hq.c3d2.de.mw

39 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2014-12-17 07:10:44 +01:00
{{DISPLAYTITLE:cryptostorage.hq.c3d2.de}}
== [[Intern:Server|Allgemeines]] ==
2014-12-17 07:10:44 +01:00
; IP: 172.22.99.71
; hostname: cryptostorage.hq.c3d2.de
; Environment: [[wikipedia:FreeBSD Jail | jail (FreeBSD)]] [[Server/knusbert|knusbert]]
2014-12-17 07:10:44 +01:00
== Services ==
=== [[w:de:Samba (Software) | Samba]] ===
* [[freshports:net/samba41/]]
2014-12-17 05:53:24 +01:00
* Samba 4 (Crypto) Storage
2014-12-17 05:53:24 +01:00
==== SMB Import FreeBSD ====
2014-12-17 05:53:24 +01:00
Modul für den Kernel laden:
: <source lang=bash>kldload smbfs</source>
mount:
2014-12-17 05:53:24 +01:00
: <source lang=bash>mount_smbfs -I 172.22.99.71 //k-ot@samba/cpool /knusbert-cryptostorage</source>
2014-12-17 05:53:24 +01:00
==== SMB Import MacOS X ====
2014-12-17 05:53:24 +01:00
''Finder'' -> ''Gehe zu'' -> ''Mit Server verbinden'' (Apfel+K) -> ''smb://172.22.99.71/cpool'' eintragen
2014-12-17 05:54:31 +01:00
==== SMB Import Linux ====
2014-12-17 05:53:24 +01:00
: <source lang=bash>sudo apt-get install cifs-utils</source>
: <source lang=bash>sudo mkdir /knusbert-cryptostorage</source>
: <source lang=bash>sudo mount -t cifs //172.22.99.71/cpool /knusbert-cryptostorage -o user=k-ot</source>
== Bezeichnung ==
2014-12-17 07:10:44 +01:00
* Es soll was mit mit Speicherplatz (storage) und Verschlüsslung (crypto) gemeint sein. :-D
2015-02-02 22:45:59 +01:00
== Siehe auch ==
* [[storage.hq.c3d2.de]]
2014-12-17 05:53:24 +01:00
[[Kategorie:Infrastruktur]]
[[Kategorie:HQ]]