diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-26 19:22:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-26 19:22:49 +0100 |
commit | 4d2065ee4000d07e08563ade20df67a03485b941 (patch) | |
tree | 7487c4846e74cbfeba6cdce0cacd3235e86f2521 | |
parent | 7399b53b9d09ef07219631f79aeebd87c1b98d1e (diff) | |
parent | f5bd1461748b232c085891a21e28d97db6feddc7 (diff) | |
download | vyos-documentation-4d2065ee4000d07e08563ade20df67a03485b941.tar.gz vyos-documentation-4d2065ee4000d07e08563ade20df67a03485b941.zip |
Merge pull request #379 from DmitriyEshenko/patch-19
dmvpn: Fix wrong nbma-address on Spoke
-rw-r--r-- | docs/vpn/dmvpn.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vpn/dmvpn.rst b/docs/vpn/dmvpn.rst index 1a6bdd64..5100b92f 100644 --- a/docs/vpn/dmvpn.rst +++ b/docs/vpn/dmvpn.rst @@ -299,7 +299,7 @@ VyOS can also run in DMVPN spoke mode. set protocols nhrp tunnel tun100 cisco-authentication 'secret' set protocols nhrp tunnel tun100 holding-time '300' - set protocols nhrp tunnel tun100 map 172.16.253.134/29 nbma-address '92.0.2.1' + set protocols nhrp tunnel tun100 map 172.16.253.134/29 nbma-address '192.0.2.1' set protocols nhrp tunnel tun100 map 172.16.253.134/29 register set protocols nhrp tunnel tun100 multicast 'nhs' set protocols nhrp tunnel tun100 redirect |