mirror of
https://github.com/misterkrittin/Scripts-MikroTik.git
synced 2025-08-30 14:49:21 +02:00
Update [Script-MikroTik] 2 PPPoE WAN Connection + Auto Fail Over + Recursive Routing.txt
This commit is contained in:
parent
8feee10450
commit
8c89df407b
1 changed files with 2 additions and 2 deletions
|
@ -16,14 +16,14 @@
|
||||||
"dstAddress"=1.1.1.1/32;
|
"dstAddress"=1.1.1.1/32;
|
||||||
"gateway"=1.1.1.1;
|
"gateway"=1.1.1.1;
|
||||||
"distance"=1;
|
"distance"=1;
|
||||||
"wan"="pppoe-out1" # Edit name WAN Interface-ISP1
|
"wan"="pppoe-out1"
|
||||||
};
|
};
|
||||||
{
|
{
|
||||||
"remoteAddress"=$"remote-address";
|
"remoteAddress"=$"remote-address";
|
||||||
"dstAddress"=8.8.8.8/32;
|
"dstAddress"=8.8.8.8/32;
|
||||||
"gateway"=8.8.8.8;
|
"gateway"=8.8.8.8;
|
||||||
"distance"=2;
|
"distance"=2;
|
||||||
"wan"="pppoe-out2" # Edit name WAN Interface-ISP2
|
"wan"="pppoe-out2"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue