Setup guide

Local Point-to-Point AAA
Local P2P User Profiles
ppp profile
Description
P2P profiles are used to define default values to users managed in /ppp secret submenu. Settings in
/ppp secret override corresponding /ppp profile settings except in the case when local-address or
remote-address are configured in both /ppp secret and /ppp profile, but in one of them ip pool is
referred, concrete IP addresses always take precedence.
Property Description
name (name) - profile name
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
session-timeout (time; default: 0s) - maximum time the connection can stay up
0s - no connection timeout
idle-timeout (time; default: 0s) - specifies the amount of time after which the link will be
terminated if there was no activity present
0s - no link timeout is set
use-compression (yes | no; default: no) - defines whether to compress traffic or not
use-vj-compression (yes | no; default: no) - specifies whether to use Van Jacobson header
compression
use-encryption (yes | no; default: no) - defines whether to encrypt traffic or not
require-encryption (yes | no; default: no) - defines whether to require encryption from the client or
simply prefer it
only-one (yes | no; default: no) - if enabled, allows the user only one connection at a time
tx-bit-rate (integer; default: 0) - transmit bitrate in bits/s
rx-bit-rate (integer; default: 0) - receive bitrate in bits/s
incoming-filter (name; default: "") - firewall chain name for incoming packets. If set, then for
each packet coming from the client, this firewall chain will get control
outgoing-filter (name; default: "") - firewall chain name for outgoing packets. If set, then for each
packet coming to the client, this firewall chain will get control
wins-server (text) - the Windows DHCP client will use this as the default WINS server. Two
comma-separated WINS servers can be specified to be used by P2P user as primary and secondary
WINS servers
Notes
One default profile is created:
[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=""