mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-06-21 01:25:52 +02:00
44 lines
1.9 KiB
Markdown
44 lines
1.9 KiB
Markdown
Run scripts on ppp connection
|
||
=============================
|
||
|
||
[](https://github.com/eworm-de/routeros-scripts/stargazers)
|
||
[](https://github.com/eworm-de/routeros-scripts/network)
|
||
[](https://github.com/eworm-de/routeros-scripts/watchers)
|
||
[](https://mikrotik.com/download/changelogs/)
|
||
[](https://t.me/routeros_scripts)
|
||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A4ZXBD6YS2W8J)
|
||
|
||
[⬅️ Go back to main README](../README.md)
|
||
|
||
> ℹ️ **Info**: This script can not be used on its own but requires the base
|
||
> installation. See [main README](../README.md) for details.
|
||
|
||
Description
|
||
-----------
|
||
|
||
This script is supposed to run on established ppp connection. Currently
|
||
it does:
|
||
|
||
* release IPv6 dhcp leases (and thus force a renew)
|
||
* run [update-tunnelbroker](update-tunnelbroker.md)
|
||
|
||
Requirements and installation
|
||
-----------------------------
|
||
|
||
Just install the script:
|
||
|
||
$ScriptInstallUpdate ppp-on-up;
|
||
|
||
... and make it the `on-up` script for ppp profile:
|
||
|
||
/ppp/profile/set on-up=ppp-on-up [ find ];
|
||
|
||
See also
|
||
--------
|
||
|
||
* [Update configuration on IPv6 prefix change](ipv6-update.md)
|
||
* [Update tunnelbroker configuration](update-tunnelbroker.md)
|
||
|
||
---
|
||
[⬅️ Go back to main README](../README.md)
|
||
[⬆️ Go back to top](#top)
|