Router - MikroTik hEX S: Difference between revisions
Appearance
Content deleted Content added
m Ensure IPv6 prefix refreshed after PPP comes back |
|||
| Line 99: | Line 99: | ||
* '''Name''' ''start-l2tp'' |
* '''Name''' ''start-l2tp'' |
||
* '''Source''' |
* '''Source''' '' |
||
/interface/l2tp-client/enable [find name="l2tp-aa"] |
|||
'' |
|||
And then |
And then |
||
* '''Name''' ''stop-l2tp'' |
* '''Name''' ''stop-l2tp'' |
||
* '''Source''' |
* '''Source''' '' |
||
/interface/l2tp-client/disable [find name="l2tp-aa"] |
|||
:delay 2s; |
|||
/ipv6/dhcp-client renew pppoe-out1 |
|||
'' |
|||
Finally we setup a Netwatch event to trigger the scripts. |
Finally we setup a Netwatch event to trigger the scripts. |
||