routeros-scripts-main/doc/ppp-on-up.md
Christian Hesse 93e593a891 revert to Telegram domain: t.me
... as it resolves to its address again.

This reverts commit 5b26c6b24e.
2026-07-14 14:34:51 +02:00

2 KiB
Raw Blame History

Run scripts on ppp connection

GitHub stars GitHub forks GitHub watchers required RouterOS version Telegram group @routeros_scripts donate with PayPal

⬅️ Go back to main README

Info: This script can not be used on its own but requires the base installation. See main README for details.

Description

This script is supposed to run on established ppp connection. Currently it does:

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


⬅️ Go back to main README
⬆️ Go back to top