mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-07 19:55:01 +02:00
doc/update-tunnelbroker: RouterOS v7 path syntax
This commit is contained in:
parent
f759a9a52e
commit
09d926ed2f
1 changed files with 2 additions and 2 deletions
|
@ -28,11 +28,11 @@ Configuration
|
||||||
|
|
||||||
The configuration goes to interface's comment:
|
The configuration goes to interface's comment:
|
||||||
|
|
||||||
/ interface 6to4 set comment="tunnelbroker, user=user, pass=s3cr3t, id=12345" tunnelbroker;
|
/interface/6to4/set comment="tunnelbroker, user=user, pass=s3cr3t, id=12345" tunnelbroker;
|
||||||
|
|
||||||
Also enabling dynamic DNS in Mikrotik cloud is required:
|
Also enabling dynamic DNS in Mikrotik cloud is required:
|
||||||
|
|
||||||
/ ip cloud set ddns-enabled=yes;
|
/ip/cloud/set ddns-enabled=yes;
|
||||||
|
|
||||||
See also
|
See also
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue