Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update site2site_ipsec.rst #1118

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Update site2site_ipsec.rst #1118

merged 1 commit into from
Oct 19, 2023

Conversation

aslanvyos
Copy link
Contributor

To make easily understandable the Site-to-Site VPN ikev2 configuration for users (especially if the user is new to VyOS) made the following changes:

  • Added dummy interface to both routers for testing purposes

  • Added static route for both routers for dummy interface

  • Added this line of command: set vpn ipsec option disable-route-autoinstall Because when we write this line after the commit action we got an error like: WARNING: It's recommended to use ipsec vti with the next command

  • corrected this line: set vpn ipsec site-to-site peer OFFICE-B local-address '192.168.0.10' to this:
    set vpn ipsec site-to-site peer OFFICE-B local-address '172.18.201.10'

To make easily understandable the Site-to-Site VPN ikev2 configuration for users (especially if the user is new to VyOS) made the following changes:
- Added dummy interface to both routers for testing purposes
- Added static route for both routers for dummy interface
- Added this line of command: 
   set vpn ipsec option disable-route-autoinstall
   Because when we write this line after the commit action we got an error like:
WARNING: It's recommended to use ipsec vti with the next command

- corrected this line:
  set vpn ipsec site-to-site peer OFFICE-B local-address '192.168.0.10'
to this:
set vpn ipsec site-to-site peer OFFICE-B local-address '172.18.201.10'
@github-actions github-actions bot requested a review from rebortg October 18, 2023 11:25
@rebortg rebortg merged commit e649134 into vyos:master Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants