Setup guide

outgoing-filter="" wins-server=""
[admin@Wandy] ppp profile>
Use VJ compression only if you have to because it may slow down the communications on bad or
congested channels.
Example
To add the profile ex that will assign the router itself the 10.0.0.1 address, and the addresses from
the ex pool to the clients:
[admin@Wandy] ppp profile> add name=ex local-address=10.0.0.1 remote-address=ex
[admin@Wandy] ppp profile> print
Flags: * - default
0 * name="default" local-address=0.0.0.0 remote-address=0.0.0.0
session-timeout=0s idle-timeout=0s use-compression=no
use-vj-compression=no use-encryption=yes require-encryption=no
only-one=no tx-bit-rate=0 rx-bit-rate=0 incoming-filter=""
outgoing-filter="" wins-server=""
1 name="ex" local-address=10.0.0.1 remote-address=ex session-timeout=0s
idle-timeout=0s use-compression=no use-vj-compression=no
use-encryption=no require-encryption=no only-one=no tx-bit-rate=0
rx-bit-rate=0 incoming-filter="" outgoing-filter="" wins-server=""
[admin@Wandy] ppp profile>
Local P2P User Database
ppp secret
Description
P2P User Database stores P2P users and defines owner and profile for each of them.
Property Description
name (name) - user name
service (any | async | isdn | l2tp | pppoe | pptp; default: any) - specifies the services available to a
particular user
caller-id (text; default: "") - for PPTP and L2TP it is the IP address a client must connect from. For
PPPoE it is the MAC address (written in CAPITAL letters) a client must connect from. For ISDN it
is the caller's number (that may or may not be provided by the operator) the client may dial-in from
"" - no restrictions on where clients may connect from
password (text; default: "") - user's password
profile (name; default: default) - profile name for the user
local-address (IP address | name; default: 0.0.0.0) - either address or pool name of the P2P server
remote-address (IP address | name; default: 0.0.0.0) - either address or pool name of the P2P client
routes (text) - routes that appear on the server when the client is connected. The route format is:
dst-address gateway metric (for example, 10.1.0.0/ 24 10.0.0.1 1). Several routes may be specified
separated with commas
Example
To add the user ex with lkjrht password for PPTP service only and with ex profile:
[admin@Wandy] ppp secret> add name=ex password=lkjrht service=pptp profile=ex
[admin@Wandy] ppp secret> print