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

39 lines
1.1 KiB
Plaintext

{{DISPLAYTITLE:cryptostorage.hq.c3d2.de}}
== [[Intern:Server|Allgemeines]] ==
; IP: 172.22.99.71
; hostname: cryptostorage.hq.c3d2.de
; Environment: [[wikipedia:FreeBSD Jail | jail (FreeBSD)]] [[Server/knusbert|knusbert]]
== Services ==
=== [[w:de:Samba (Software) | Samba]] ===
* [[freshports:net/samba41/]]
* Samba 4 (Crypto) Storage
==== SMB Import FreeBSD ====
Modul für den Kernel laden:
: <source lang=bash>kldload smbfs</source>
mount:
: <source lang=bash>mount_smbfs -I 172.22.99.71 //k-ot@samba/cpool /knusbert-cryptostorage</source>
==== SMB Import MacOS X ====
''Finder'' -> ''Gehe zu'' -> ''Mit Server verbinden'' (Apfel+K) -> ''smb://172.22.99.71/cpool'' eintragen
==== SMB Import Linux ====
: <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 ==
* Es soll was mit mit Speicherplatz (storage) und Verschlüsslung (crypto) gemeint sein. :-D
== Siehe auch ==
* [[storage.hq.c3d2.de]]
[[Kategorie:Infrastruktur]]
[[Kategorie:HQ]]