Diskussion:Server/Jail/SRS16/2015: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
KKeine Bearbeitungszusammenfassung |
K (→Protokolle) |
||
Zeile 13: | Zeile 13: | ||
| [[#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 | ||
Zeile 44: | Zeile 44: | ||
| [[#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 |
Version vom 4. September 2013, 15:39 Uhr
Konzeption-Datenablage
Protokolle
Protokoll | Port | RFC | Programm | Permission |
---|---|---|---|---|
SSH/SFTP | 22 | 4251+959 | in FreeBSD ( inetd service) | read/write |
FTP | 23 | 959 | in FreeBSD (inetd service) | readonly |
HTTP | 80 | 2616 | Apache | Programm abhängig |
HTTPS | 443 | 2618 | Apache | Programm abhängig |
NFS | 3530 / 5661 | V4 im FreeBSD Kernel
empfohlen mit rpcbind |
Nutzer abhängig | |
NetBIOS (SMB) | 139 | 1001 / 1002/1088 | Samba | Programm abhängig |
CIFS | NetBIOS
(SMB) |
MS-Specification | Samba | Programm abhängig |
FTP
NFS
/usr/ports/distfile soll für alle Jails zugreifbar sein (read/write)
SSH/SFTP
sftp-server: man:sftp-server
Programme
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 |
Samba | read/wite (Nutzer abhängig) | net/samba4 |
Apache
Port: www/apache24
freebsd-handbuch:network-apache
CGIT
Port: devel/cgit
GIT
Port: devel/git
git dæmon soll laufen
Samba
Port: net/samba4
freebsd-handbuch:network-samba
FreeBSD
Daemon
Daemon | Configure oder andere Infos |
---|---|
inetd | /etc/inetd.conf |
rpcbind | man 8 rpcbind |
inetd
freebsd-handbuch:network-inetd