From 1096cbcf95f96334d773ab98cce9d26d311f9e51 Mon Sep 17 00:00:00 2001 From: aapostoliuk Date: Tue, 5 Dec 2023 17:30:16 +0200 Subject: accel-ppp: T5688: Changing CLI to create client address pool Changing CLI to create client address pool --- docs/configuration/vpn/sstp.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'docs/configuration/vpn/sstp.rst') diff --git a/docs/configuration/vpn/sstp.rst b/docs/configuration/vpn/sstp.rst index f3e062fe..fa2b96c8 100644 --- a/docs/configuration/vpn/sstp.rst +++ b/docs/configuration/vpn/sstp.rst @@ -116,9 +116,20 @@ Configuration Specifies the port `` that the SSTP port will listen on (default 443). -.. cfgcmd:: set vpn sstp client-ip-pool subnet +.. cfgcmd:: set vpn sstp client-ip-pool range - Use `` as the IP pool for all connecting clients. + Use this command to define the first IP address of a pool of + addresses to be given to SSTP clients. If notation ``x.x.x.x-x.x.x.x``, + it must be within a /24 subnet. If notation ``x.x.x.x/x`` is + used there is possibility to set host/netmask. + +.. cfgcmd:: set vpn sstp client-ip-pool next-pool + + Use this command to define the next address pool name. + +.. cfgcmd:: set vpn sstp default-pool + + Use this command to define default address pool name. .. cfgcmd:: set vpn sstp client-ipv6-pool prefix
mask -- cgit v1.2.3