diff options
author | Robert Göhler <github@ghlr.de> | 2024-02-02 20:46:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-02 20:46:03 +0100 |
commit | f0a2ea8f8d4cdebb4f2fc9d7a824b434c90b00da (patch) | |
tree | fb6a5465b5759beca698b3c9ef33f62aab1397fc /docs/configuration/vpn/sstp.rst | |
parent | 95518d579e4713e4ab5479c09ea059551c42608b (diff) | |
parent | c07b6d69f1f0605bb6dab64908091163ac59a9c9 (diff) | |
download | vyos-documentation-f0a2ea8f8d4cdebb4f2fc9d7a824b434c90b00da.tar.gz vyos-documentation-f0a2ea8f8d4cdebb4f2fc9d7a824b434c90b00da.zip |
Merge pull request #1260 from vyos/mergify/bp/sagitta/pr-1250
Changed IPv6 pool documentation in accel-ppp services (backport #1250)
Diffstat (limited to 'docs/configuration/vpn/sstp.rst')
-rw-r--r-- | docs/configuration/vpn/sstp.rst | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/configuration/vpn/sstp.rst b/docs/configuration/vpn/sstp.rst index fa2b96c8..a0eabe2b 100644 --- a/docs/configuration/vpn/sstp.rst +++ b/docs/configuration/vpn/sstp.rst @@ -132,7 +132,8 @@ Configuration Use this command to define default address pool name. -.. cfgcmd:: set vpn sstp client-ipv6-pool prefix <address> mask <number-of-bits> +.. cfgcmd:: set vpn sstp client-ipv6-pool <IPv6-POOL-NAME> prefix <address> + mask <number-of-bits> Use this comand to set the IPv6 address pool from which an SSTP client will get an IPv6 prefix of your defined length (mask) to terminate the @@ -140,8 +141,8 @@ Configuration bit long, the default value is 64. -.. cfgcmd:: set vpn sstp client-ipv6-pool delegate <address> delegation-prefix - <number-of-bits> +.. cfgcmd:: set vpn sstp client-ipv6-pool <IPv6-POOL-NAME> delegate <address> + delegation-prefix <number-of-bits> Use this command to configure DHCPv6 Prefix Delegation (RFC3633) on SSTP. You will have to set your IPv6 pool and the length of the @@ -150,6 +151,11 @@ Configuration delegation prefix can be set from 32 to 64 bit long. +.. cfgcmd:: set vpn sstp default-ipv6-pool <IPv6-POOL-NAME> + + Use this command to define default IPv6 address pool name. + + .. cfgcmd:: set vpn sstp name-server <address> Connected client should use `<address>` as their DNS server. This |