Mikrotik L2TP Server: Difference between revisions
Appearance
Content deleted Content added
→Add a PPP secret: fix redlink |
|||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__<indicator name="L2TP">[[File:Menu-L2TP-Relay.svg|link=:Category:L2TP Handover|30px|Back up to the L2TP Handover page]]</indicator> |
|||
L2TP handover can be done with Mikrotik routers. |
L2TP handover can be done with Mikrotik routers. |
||
| Line 20: | Line 21: | ||
/interface l2tp-server |
/interface l2tp-server |
||
add comment="L2TP Server" disabled=no name=" |
add comment="L2TP Server" disabled=no name="DATA SIM" user=<this is the number you will see in L2TP debugging, you can also get it from the log on Control Pages related to your data sim> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
==Add a PPP secret== |
==Add a PPP secret== |
||
| Line 36: | Line 36: | ||
The "name" is a number in the format of 4477xxxxxxxx. |
The "name" is a number in the format of 4477xxxxxxxx. |
||
You will need to watch the L2TP PPP debug for this, or get it from [[clueless]]. |
You will need to watch the L2TP PPP debug for this, or get it from [[:Category:Control Pages|clueless]]. |
||