You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
514 B
20 lines
514 B
# MikroTik — template (AMAN di-commit) |
|
# Credential SSH: key ~/.ssh/id_rsa_mikrotik — bukan di file ini |
|
|
|
MIKROTIK_HOST=10.100.1.1 |
|
MIKROTIK_HOST_OFFICE=192.168.0.1 |
|
MIKROTIK_SSH_PORT=255 |
|
MIKROTIK_SSH_USER=admin |
|
MIKROTIK_SSH_MAC=hmac-sha1 |
|
|
|
# WAN publik (blok ISP) |
|
WAN_PUBLIC_BLOCK=117.102.73.96/29 |
|
WAN_GATEWAY_ISP1=117.102.73.97 |
|
WAN_IP_PRIMARY=117.102.73.102 |
|
|
|
# Segment internal |
|
LAN_SERVER=10.100.1.0/24 |
|
LAN_OFFICE=192.168.0.0/24 |
|
LAN_VPN=100.100.1.0/24 |
|
|
|
# Dokumentasi: docs/server.md, docs/system-requirements.md
|
|
|