2024-12-13 00:49:09 -03:00
|
|
|
# Networks
|
|
|
|
define VPN_SUBNET = 10.8.0.0/24
|
|
|
|
|
2024-12-12 22:22:15 -03:00
|
|
|
# TCP only services
|
2024-12-12 22:12:20 -03:00
|
|
|
define SSH_PORT1 = 22
|
|
|
|
define SSH_PORT2 = 8022
|
2024-12-12 22:22:15 -03:00
|
|
|
define HTTP_PORT = 80
|
|
|
|
define HTTPS_PORT = 443
|
2024-12-13 02:44:37 -03:00
|
|
|
define SYNCPLAY_PORT = 60000
|
|
|
|
define TERRARIA_PORT = 7777
|
2024-12-13 02:47:50 -03:00
|
|
|
define MAINPAGE_PORT = 3000
|
|
|
|
define NEXTCLOUD_PORT = 3001
|
|
|
|
define GITEA_PORT = 3002
|
2024-12-13 03:04:52 -03:00
|
|
|
define POSTGRESQL_PORT = 5432
|
2024-12-12 22:22:15 -03:00
|
|
|
|
|
|
|
# TCP and UDP services (needs to go in both sets)
|
2024-12-12 22:18:48 -03:00
|
|
|
define DNS_PORT = 53
|
2024-12-13 02:44:37 -03:00
|
|
|
define OPENTTD_PORT = 3979
|
2024-12-12 22:22:15 -03:00
|
|
|
|
|
|
|
# UDP only services
|
2024-12-12 22:18:48 -03:00
|
|
|
define DHCP_IN_PORT = 67
|
|
|
|
define DHCP_OUT_PORT = 68
|
2024-12-13 00:49:09 -03:00
|
|
|
define OPENVPN_PORT = 1194
|
2024-12-13 02:44:37 -03:00
|
|
|
define FACTORIO_PORT = 34197
|
|
|
|
define CSTRIKE_PORT = 27015
|
2024-12-13 03:04:52 -03:00
|
|
|
define SNMP_POLL_PORT = 161
|
|
|
|
define SNMP_TRAP_PORT = 162
|