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

@ -205,6 +205,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
@ -220,11 +227,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=""
@ -235,6 +256,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=""
@ -245,11 +273,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
@ -261,6 +303,13 @@ tftp_server_ips=""
munin_server_ips=""
forward_munin_server_ips=""
# - Ports 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="2a01:4f8:171:3493::54"
@ -273,6 +322,13 @@ munin_local_port="4949"
xymon_server_ips=""
local_xymon_client=false
# - Ports used by clients hosted on this (local) Munin Services
# -
# - !! Only one port is possible !!
# -
munin_remote_port="$standard_munin_port"
# -------------
# - Protocols Out