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
645 B
12 lines
645 B
# Rollback ke single ISP (ether1) — seperti kondisi audit awal |
|
# Import: /import file=rollback-single-wan.rsc |
|
|
|
/interface ethernet set sfp-sfpplus1 disabled=yes |
|
/ip dhcp-client set [find interface=sfp-sfpplus1] disabled=yes |
|
/ip firewall mangle remove [find comment~"dual-wan"] |
|
/ip firewall mangle remove [find comment="office-to-server-bypass"] |
|
/routing rule remove [find comment~"dual-wan"] |
|
/ip route remove [find comment~"dual-wan ISP1"] |
|
/ip route remove [find comment~"failover"] |
|
/ip route set [find dst-address=0.0.0.0/0 gateway=117.102.73.97 routing-table=main] check-gateway=none distance=1 comment="" |
|
/ip firewall nat set 2 disabled=no
|
|
|