Setup guide

interface ppp-server
Description
PPP server provides a remode connection service for users. When dialing in, the users can be
authenticated locally using the local user database in the /user menu, or at the RADIUS server
specified in the /ip ppp settings.
Property Description
port (name; default: (unknown)) - serial port
authentication (multiple choice: mschap2, mschap1, chap, pap; default: mschap2, mschap1,
chap, pap) - authentication protocol
profile (name; default: default) - profile name used for the link
mtu (integer; default: 1500) - Maximum Transmission Unit. Maximum packet size to be
transmitted
mru (integer; default: 1500) - Maximum Receive Unit
null-modem (no | yes; default: no) - enable/disable null-modem mode (when enabled, no modem
initialization strings are sent)
modem-init (text; default: "") - modem initialization string. You may use "s11=40" to improve
dialing speed
ring-count (integer; default: 1) - number of rings to wait before answering phone
name (name; default: ppp-inN) - interface name for reference
Example
You can add a PPP server using the add command:
[admin@Wandy] interface ppp-server> add name=test port=serial1
[admin@Wandy] interface ppp-server> print
Flags: X - disabled, R - running
0 X name="test" mtu=1500 mru=1500 port=serial1
authentication=mschap2,chap,pap profile=default modem-init=""
ring-count=1 null-modem=no
[admin@Wandy] interface ppp-server> enable 0
[admin@Wandy] interface ppp-server> monitor test
status: "waiting for call..."
[admin@Wandy] interface ppp-server>
PPP Client Setup
interface ppp-client
Description
The section describes PPP clients configuration routines.
Property Description
port (name; default: (unknown)) - serial port
user (text; default: "") - P2P user name on the remote server to use for dialout
password (text; default: "") - P2P user password on the remote server to use for dialout