Diskussion:Server/Jail/SRS16/2015: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
|||
Zeile 11: | Zeile 11: | ||
! Permission | ! Permission | ||
|- | |- | ||
| SSH/SFTP || 22 | | [[#SSH/SFTP | SSH/SFTP]] | ||
| in FreeBSD | | 22 | ||
| [https://www.ietf.org/rfc/rfc4251.txt 4251]+[https://www.ietf.org/rfc/rfc959.txt 959] | |||
| in FreeBSD ([[#inetd | inetd]] service) | |||
| read/write | | read/write | ||
|- | |- | ||
| FTP || 23 | | [[#FTP |FTP]] | ||
| in FreeBSD | | 23 | ||
| [https://tools.ietf.org/rfc/rfc959.txt 959] | |||
| in FreeBSD (inetd service) | |||
| readonly | | readonly | ||
|- | |- | ||
| HTTP || 80 | | [[#HTTP |HTTP]] | ||
| Apache | | 80 | ||
| [https://tools.ietf.org/rfc/rfc2616.txt 2616] | |||
| [[#Apache | Apache]] | |||
| Programm abhängig | | Programm abhängig | ||
|- | |- | ||
| HTTPS || 443 | | [[#HTTPS | HTTPS]] | ||
| 443 | |||
| [https://tools.ietf.org/rfc/rfc2618.txt 2618] | |||
| Apache | | Apache | ||
| Programm abhängig | | Programm abhängig | ||
|- | |- | ||
| NetBIOS (SMB) || 139 | | [[#NFS | NFS]] | ||
| Samba | | | ||
| [https://tools.ietf.org/rfc/rfc3530.txt 3530] / [https://tools.ietf.org/rfc/rfc5661.txt 5661] | |||
| V4 im [[#FreeBSD Kernel | FreeBSD Kernel]] | |||
empfohlen mit [[#rpcbind | rpcbind]] | |||
| Nutzer abhängig | |||
|- | |||
| [[#NetBIOS (SMB) | NetBIOS (SMB)]] | |||
| 139 | |||
| [https://tools.ietf.org/rfc/rfc1001.txt 1001] / [https://tools.ietf.org/rfc/rfc1002.txt 1002]/[https://toolsietf.org/rfc/rfc1088.txt 1088] | |||
| [[#Samba | Samba]] | |||
| Programm abhängig | | Programm abhängig | ||
|- | |- |
Version vom 3. September 2013, 22:55 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 |
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 (Nutzerabhängig) | devel/git | srs16 |
Samba | read/wite (Nutzerabhängig) | net/samba4 |