0% found this document useful (0 votes)
82 views1 page

Mikrotik PPTP Client

This document describes the properties and configuration of a PPTP client interface. Key properties include the remote PPTP server address, authentication methods, username and password, and whether to add a default route. An example is given to demonstrate setting up a PPTP client with a specific username, password, and server address.

Uploaded by

itsmenow
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
82 views1 page

Mikrotik PPTP Client

This document describes the properties and configuration of a PPTP client interface. Key properties include the remote PPTP server address, authentication methods, username and password, and whether to add a default route. An example is given to demonstrate setting up a PPTP client with a specific username, password, and server address.

Uploaded by

itsmenow
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

PPTP Client

Sub-menu: /interface pptp-client


Properties
Property
Description
add-default-route (yes | no; Default: no)
Whether to add PPTP remote addre
ss as a default route.
allow (mschap2 | mschap1 | chap | pap; Default: mschap2, mschap1, chap, pap)
Allowed authentication methods.
connect-to (IP; Default: )
Remote address of PPTP server
default-route-distance (byte [0..255]; Default: 1)
sets distance value appl
ied to auto created default route, if add-default-route is also selected
dial-on-demand (yes | no; Default: no) connects to PPTP server only when outbou
nd traffic is generated. If selected, then route with gateway address from 10.11
2.112.0/24 network will be added while connection is not established.
disabled (yes | no; Default: yes)
Whether interface is disabled or not. By
default it is disabled
keepalive-timeout (integer; Default: 60)
Sets keepalive timeout in second
s.
max-mru (integer; Default: 1460)
Maximum Receive Unit. Max packet size th
at PPTP interface will be able to receive without packet fragmentation.
max-mtu (integer; Default: 1460)
Maximum Transmission Unit. Max packet si
ze that PPTP interface will be able to send without packet fragmentation.
mrru (disabled | integer; Default: disabled)
Maximum packet size that can be
received on the link. If a packet is bigger than tunnel MTU, it will be split in
to multiple packets, allowing full size IP or Ethernet packets to be sent over t
he tunnel. Read more >>
name (string; Default: )
Descriptive name of the interface.
password (string; Default: "") Password used for authentication.
profile (name; Default: default-encryption)
Used PPP profile.
user (string; Default: )
User name used for authentication.
Quick example
This example demonstrates how to set up PPTP client with username "pptp-hm", pas
sword "123" and server 10.1.101.100
/interface pptp-client add name=pptp-hm user=pptp-hm password=123 connect-to=10.
1.101.100 disabled=no
/interface pptp-client print detail
Flags: X - disabled, R - running
0
name="pptp-hm" max-mtu=1460 max-mru=1460 mrru=disabled
connect-to=10.1.101.100 user="pptp-hm" password="123"
profile=default-encryption add-default-route=no dial-on-demand=no
allow=pap,chap,mschap1,mschap2

You might also like