##-----------------------------------------------------------------------
## inet.txt - fli4l configuration parameters V2.0.1
##
## P L E A S E R E A D T H E D O C U M E N T A T I O N ,
## S E E R E A D M E . T X T
##
## B I T T E U N B E D I N G T D I E D O K U M E N T A T I O N
## L E S E N , S I E H E R E A D M E . T X T
##
## Creation: 26.06.2001 fm
## Last Update: 23.09.2001 od
## Translate: 12.12.2001 stp
##
## Copyright (c) 2001 Frank Meyer
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------
#------------------------------------------------------------------------
# Zusätzliches Packet: TELNETD
#------------------------------------------------------------------------
OPT_TELNETD='no' # Installiere telnetd: yes oder no
TELNETD_PORT='23' # Telnet Port, siehe auch FIREWALL_DENY_PORT_x
#------------------------------------------------------------------------
# Zusätzliches Packet: SSHD (secure shell)
#------------------------------------------------------------------------
OPT_SSHD='no' # Installiere sshd: yes oder no
SSHD_PORT='22' # SSH Port, siehe auch FIREWALL_DENY_PORT_x
#------------------------------------------------------------------------
# Zusätzliches Packet: FTPD
#------------------------------------------------------------------------
OPT_FTPD='no' # Installiere ftpd: yes oder no
FTPD_PORT='21' # Ftp Port, siehe auch FIREWALL_DENY_PORT_x
|