Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Router - MikroTik hEX S: Difference between revisions

Content deleted Content added
Hardillb (talk | contribs)
Hardillb (talk | contribs)
m Ensure IPv6 prefix refreshed after PPP comes back
Line 99: Line 99:


* '''Name''' ''start-l2tp''
* '''Name''' ''start-l2tp''
* '''Source''' ''/interface/l2tp-client/enable [find name="l2tp-aa"]''
* '''Source''' ''
/interface/l2tp-client/enable [find name="l2tp-aa"]
''


And then
And then


* '''Name''' ''stop-l2tp''
* '''Name''' ''stop-l2tp''
* '''Source''' ''/interface/l2tp-client/disable [find name="l2tp-aa"]''
* '''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.