GeoNetAgent, LDAPWeb, server-audit, server-connection
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.
 
 
 
 
 
 

12 lines
853 B

# Fix: policy table KE ISP perlu route connected ke segment WAN + office
# Tanpa ini, traffic PCC office tidak bisa reach gateway → internet mati
# Import: /import file=hybrid-fix-pcc-routes.rsc
/ip route remove [find comment~"hybrid ISP1 WAN"]
/ip route remove [find comment~"hybrid ISP2 WAN"]
/ip route remove [find comment~"hybrid office lan"]
/ip route add dst-address=117.102.73.96/29 gateway=ether1 routing-table="KE ISP 1" distance=1 comment="hybrid ISP1 WAN lan"
/ip route add dst-address=192.168.1.0/24 gateway=sfp-sfpplus1 routing-table="KE ISP 2" distance=1 comment="hybrid ISP2 WAN lan"
/ip route add dst-address=192.168.0.0/24 gateway=office routing-table="KE ISP 1" distance=1 comment="hybrid office lan ISP1"
/ip route add dst-address=192.168.0.0/24 gateway=office routing-table="KE ISP 2" distance=1 comment="hybrid office lan ISP2"