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.
5 lines
578 B
5 lines
578 B
# Fix mangle hairpin server + VPN |
|
/ip firewall mangle remove [find comment="hybrid server hairpin bypass"] |
|
/ip firewall mangle remove [find comment="hybrid vpn hairpin bypass"] |
|
/ip firewall mangle add chain=prerouting action=accept src-address=10.100.1.0/24 dst-address=117.102.73.96/29 comment="hybrid server hairpin bypass" place-before=[find comment="hybrid server force ISP1"] |
|
/ip firewall mangle add chain=prerouting action=accept src-address=100.100.1.0/24 dst-address=117.102.73.96/29 comment="hybrid vpn hairpin bypass" place-before=[find comment="hybrid vpn PCC ISP1"]
|
|
|