Skip to content

Commit

Permalink
Merge pull request #1119 from aslanvyos/patch-8
Browse files Browse the repository at this point in the history
Update dmvpn.rst
  • Loading branch information
rebortg authored Oct 19, 2023
2 parents e649134 + dc2cfd1 commit 858e209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/vpn/dmvpn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Hub
set interfaces tunnel tun100 address '172.16.253.134/29'
set interfaces tunnel tun100 encapsulation 'gre'
set interfaces tunnel tun100 local-ip '192.0.2.1'
set interfaces tunnel tun100 source-address '192.0.2.1'
set interfaces tunnel tun100 enable-multicast
set interfaces tunnel tun100 parameters ip key '1'
Expand Down Expand Up @@ -294,7 +294,7 @@ VyOS can also run in DMVPN spoke mode.
set interfaces ethernet eth0 address 'dhcp'
set interfaces tunnel tun100 address '172.16.253.133/29'
set interfaces tunnel tun100 local-ip 0.0.0.0
set interfaces tunnel tun100 source-address 0.0.0.0
set interfaces tunnel tun100 encapsulation 'gre'
set interfaces tunnel tun100 enable-multicast
set interfaces tunnel tun100 parameters ip key '1'
Expand Down

0 comments on commit 858e209

Please sign in to comment.