Diskussion:Server/Jail/SRS16/2015: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (PaulRiegel verschob die Seite Diskussion:Server/Jail/SRS16 nach Diskussion:Server/Jail/SRS16/2015) |
|||
(29 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
== Konzeption-Datenablage == | == Konzeption-Datenablage == | ||
Alle Protokolle oder die Programme müssen mit LDAP zusammen laufen. | |||
=== Protokolle === | === Protokolle === | ||
Zeile 10: | Zeile 12: | ||
! Programm | ! Programm | ||
! Permission | ! Permission | ||
! Priorität | |||
! Status | |||
|- | |- | ||
| [[#SSH/SFTP | SSH/SFTP]] | | [[#SSH/SFTP | SSH/SFTP]] | ||
| 22 | | 22 | ||
| [https:// | | [https://tools.ietf.org/rfc/rfc4251.txt 4251]+[https://tools.ietf.org/rfc/rfc959.txt 959] | ||
| in FreeBSD ([[#inetd | inetd]] service) | | in FreeBSD ([[#inetd | inetd]] service) | ||
| read/write | | read/write | ||
| wichtig | |||
| | |||
|- | |- | ||
| [[#FTP |FTP]] | | [[#FTP |FTP]] | ||
Zeile 22: | Zeile 28: | ||
| in FreeBSD (inetd service) | | in FreeBSD (inetd service) | ||
| readonly | | readonly | ||
| feature | |||
| | |||
|- | |- | ||
| [[#HTTP |HTTP]] | | [[#HTTP |HTTP]] | ||
Zeile 28: | Zeile 36: | ||
| [[#Apache | Apache]] | | [[#Apache | Apache]] | ||
| Programm abhängig | | Programm abhängig | ||
| wichtig | |||
| check | |||
|- | |- | ||
| [[#HTTPS | HTTPS]] | | [[#HTTPS | HTTPS]] | ||
Zeile 34: | Zeile 44: | ||
| Apache | | Apache | ||
| Programm abhängig | | Programm abhängig | ||
| feature | |||
| | |||
|- | |- | ||
| [[#NFS | NFS]] | | [[#NFS | NFS]] | ||
| | | | ||
| [https://tools.ietf.org/rfc/rfc3530.txt 3530] / [https://tools.ietf.org/rfc/rfc5661.txt 5661] | | [https://tools.ietf.org/rfc/rfc3530.txt 3530] / [https://tools.ietf.org/rfc/rfc5661.txt 5661] | ||
| V4 im [[# | | V4 im FreeBSD [[#Kernel | Kernel]] | ||
empfohlen mit [[#rpcbind | rpcbind]] | empfohlen mit [[#rpcbind | rpcbind]] | ||
| Nutzer abhängig | | Nutzer abhängig | ||
| wichtig | |||
| | |||
|- | |- | ||
| [[#NetBIOS (SMB) | NetBIOS (SMB)]] | | [[#NetBIOS (SMB) | NetBIOS (SMB)]] | ||
| 139 | | 139 | ||
| [https://tools.ietf.org/rfc/rfc1001.txt 1001] / [https://tools.ietf.org/rfc/rfc1002.txt 1002]/[https:// | | [https://tools.ietf.org/rfc/rfc1001.txt 1001] / [https://tools.ietf.org/rfc/rfc1002.txt 1002]/[https://tools.ietf.org/rfc/rfc1088.txt 1088] | ||
| [[#Samba | Samba]] | | [[#Samba | Samba]] | ||
| Programm abhängig | | Programm abhängig | ||
| feature | |||
| | |||
|- | |- | ||
| CIFS | | CIFS | ||
Zeile 54: | Zeile 70: | ||
| Samba | | Samba | ||
| Programm abhängig | | Programm abhängig | ||
| feature | |||
| | |||
|- | |||
| [[#WebDAV | WebDAV]] | |||
| 9800 | |||
| [https://tools.ietf.org/rfc/rfc2518.txt 2518] | |||
| [[#owncloud | OwnCloud]] | |||
| Programm abhängigi | |||
| wichtig | |||
| check | |||
|- | |- | ||
|} | |} | ||
==== FTP ==== | ==== FTP ==== | ||
[[freebsd-handbuch:network-ftp]] | |||
==== NFS ==== | ==== NFS ==== | ||
[[freebsd-handbuch:network-nfs]] | |||
Verwendung von NFS v4 im Kernel | |||
/usr/ports/distfile soll für alle Jails ein remote Verzeichnis existeren (read/write) | |||
* nach OS-Versionen trennen | |||
==== SSH/SFTP ==== | ==== SSH/SFTP ==== | ||
ssh: [[freebsd-handbuch:openssh]] | |||
sftp-server: [[man:sftp-server]] | |||
=== Programme === | === Programme === | ||
Zeile 91: | Zeile 131: | ||
| [https://www.freshports.org/devel/git/ devel/git] | | [https://www.freshports.org/devel/git/ devel/git] | ||
| srs16 | | srs16 | ||
|- | |||
| [[#owncloud |OwnCloud]] | |||
| 80/443/ | |||
Plugin abhängig | |||
| | |||
| [https://www.freshports.org/www/owncloud www/owncloud] | |||
| [http://cloud.stura.htw-dresden.de cloud.stura.htw-dresden.de] | |||
|- | |- | ||
| [[#Samba | Samba]] | | [[#Samba | Samba]] | ||
Zeile 101: | Zeile 148: | ||
==== Apache ==== | ==== Apache ==== | ||
Port: [https://www.freshports.org/www/apache24/ www/apache24] | |||
[[freebsd-handbuch:network-apache]] | |||
==== CGIT ==== | ==== CGIT ==== | ||
Port: [https://www.freshports.org/devel/cgit/ devel/cgit] | |||
==== GIT ==== | ==== GIT ==== | ||
Port: [https://www.freshports.org/devel/git/ devel/git] | |||
git dæmon soll laufen | |||
==== owncloud ==== | |||
Port: [https://www.freshports.org/www/owncloud www/owncloud] | |||
===== WebDAV ===== | |||
Läuft! | |||
: Siehe [[Server/Dateiverwaltung#WebDAV]]! | |||
==== Samba ==== | ==== Samba ==== | ||
Port: [https://www.freshports.org/net/samba4 net/samba4] | |||
[[freebsd-handbuch:network-samba]] | |||
=== FreeBSD === | |||
==== Daemon ==== | |||
===== inetd ===== | |||
[[freebsd-handbuch:network-inetd]] | |||
/etc/inetd.conf | |||
===== rpcbind ===== | |||
[[man:rpcbind]] | |||
==== Kernel ==== | |||
[[freebsd-handbuch:kernelconfig]] |
Aktuelle Version vom 19. Dezember 2015, 05:01 Uhr
Konzeption-Datenablage[Bearbeiten]
Alle Protokolle oder die Programme müssen mit LDAP zusammen laufen.
Protokolle[Bearbeiten]
Protokoll | Port | RFC | Programm | Permission | Priorität | Status |
---|---|---|---|---|---|---|
SSH/SFTP | 22 | 4251+959 | in FreeBSD ( inetd service) | read/write | wichtig | |
FTP | 23 | 959 | in FreeBSD (inetd service) | readonly | feature | |
HTTP | 80 | 2616 | Apache | Programm abhängig | wichtig | check |
HTTPS | 443 | 2618 | Apache | Programm abhängig | feature | |
NFS | 3530 / 5661 | V4 im FreeBSD Kernel
empfohlen mit rpcbind |
Nutzer abhängig | wichtig | ||
NetBIOS (SMB) | 139 | 1001 / 1002/1088 | Samba | Programm abhängig | feature | |
CIFS | NetBIOS
(SMB) |
MS-Specification | Samba | Programm abhängig | feature | |
WebDAV | 9800 | 2518 | OwnCloud | Programm abhängigi | wichtig | check |
FTP[Bearbeiten]
NFS[Bearbeiten]
Verwendung von NFS v4 im Kernel
/usr/ports/distfile soll für alle Jails ein remote Verzeichnis existeren (read/write)
- nach OS-Versionen trennen
SSH/SFTP[Bearbeiten]
sftp-server: man:sftp-server
Programme[Bearbeiten]
Programm | Port | Permission | Portscollection | URL
<stura.htw-dresden.de> |
---|---|---|---|---|
Apache | 80/443 | Dienst abhängig | www/apache24 | für alle auf port 80 und 443 |
CGIT | 80/443 | readonly | devel/cgit | cgit |
GIT | 9418 | read/write (Nutzer abhängig) | devel/git | srs16 |
OwnCloud | 80/443/
Plugin abhängig |
www/owncloud | cloud.stura.htw-dresden.de | |
Samba | read/wite (Nutzer abhängig) | net/samba4 |
Apache[Bearbeiten]
Port: www/apache24
freebsd-handbuch:network-apache
CGIT[Bearbeiten]
Port: devel/cgit
GIT[Bearbeiten]
Port: devel/git
git dæmon soll laufen
owncloud[Bearbeiten]
Port: www/owncloud
WebDAV[Bearbeiten]
Läuft!
Samba[Bearbeiten]
Port: net/samba4
freebsd-handbuch:network-samba
FreeBSD[Bearbeiten]
Daemon[Bearbeiten]
inetd[Bearbeiten]
freebsd-handbuch:network-inetd
/etc/inetd.conf