Add file 'conf/default_ports.conf'. Remove file 'conf/ports.conf'.

This commit is contained in:
2019-06-30 15:29:07 +02:00
parent b3347d273d
commit 57d09ba98d
6 changed files with 304 additions and 178 deletions

View File

@ -10,6 +10,9 @@
# --- Prevent bridged traffic getting pushed through the host's iptables rules
# -------------
# - Prevent bridged traffic getting pushed through the
# - host's iptables rules
# -
# - Note: Maybe youe have also to activate forwarding
# -
# - Set: kernel_activate_forwarding=true
@ -189,6 +192,13 @@ allow_local_service=""
vpn_server_ips=""
forward_vpn_server_ips=""
# - VPN Port(s) used by local Services
# -
# - blank separated list
# -
vpn_ports="$standard_vpn_port"
# DHCP Server
#
# Comma seperated Interface list for DHCP services
@ -204,11 +214,25 @@ forward_dns_server_ips=""
ssh_server_ips=""
forward_ssh_server_ips=""
# - SSH Port(s) used by local Services
# -
# - comma separated list
# -
ssh_ports="$standard_ssh_port"
# - HTTP(S) Server
# -
http_server_ips=""
forward_http_server_ips=""
# - HTTP(S) Ports used by local Services
# -
# - comma separated list
# -
http_ports="$standard_http_ports"
# - Mail SMTP Server
# -
smtpd_ips=""
@ -219,6 +243,13 @@ forward_smtpd_ips=""
mail_server_ips=""
forward_mail_server_ips=""
# - Client Ports used by local Mail Services
# -
# - comma separated list
# -
mail_user_ports="$standard_mailuser_ports"
# - Mail Client (smtps/pop(s)/imap(s)
# -
mail_client_ips=""
@ -229,11 +260,25 @@ forward_mail_client_ips=""
ftp_server_ips=""
forward_ftp_server_ips=""
# - FTP passive port range use by local ftp service(s)
# -
# - example: ftp_passive_port_range="50000:50400"
# -
ftp_passive_port_range="50000:50400"
# - Mumble Server
# -
mumble_server_ips=""
forward_mumble_server_ips=""
# - Ports used by local Munmle Services
# -
# - comma separated list
# -
mumble_ports="$standard_mumble_port"
# - TFTP Server
# -
# - NOT YET IMPLEMENTED
@ -245,6 +290,13 @@ tftp_server_ips=""
munin_server_ips=""
forward_munin_server_ips=""
# - Port used by clients hosted on this (local) Munin Services
# -
# - !! Only one port is possible !!
# -
munin_remote_port="$standard_munin_port"
# - Remote Munin Server
# -
munin_remote_ip="138.201.33.54"
@ -257,6 +309,13 @@ munin_local_port="4949"
xymon_server_ips=""
local_xymon_client=false
# - Port used by local Xymon Services
# -
# - !! Only one port is possible !!
# -
xymon_port="$standard_xymon_port"
# -------------
# - Protocols Out