Ahem test – test … test want to test .. eh want to share mikrotik script, yesterday it had made make mangle … hehe expert already .. This time I want to share with mikrotik script for the add secret, so you do not need to create one by one. This is very useful for those of you who have a base service with PPP / PPPoE server. Nih … .. ane share …
(
: Local x
: Set x “alpha-BTM”
: For i from = 1 to = 10 do = (
: If ($ i <10) do = (: set x “alpha-btm0″) else = (: set x “alpha-BTM”)
/ ppp secret add name = ($ x-$ i) password = (“BKM @”. $ I) service = any profile-profile = vpn local-address = 1.1.226.254 remote-address = (“1.1.226.” . $ i))
)
Description:
x = variable that will be processed by a script, the script above is used as a name
i = variable loop of a condition

kayak udah expert aja
.. Kali ini saya mau share script mikrotik buat add secret, jadi anda tidak perlu buat satu persatu. Ini sangat berguna buat anda yang punya service dengan base PPP/PPPoe sever. Nih….. ane share …