Age | Commit message (Collapse) | Author |
|
Since "saggita" is no more current branch and links to the "current" pointed to "ciriunus" branch now, I've replaced "current" branch links to "saggita", so 1.4 can be built.
|
|
Github: update current branch
|
|
|
|
Github: update current branch
|
|
|
|
vxlan: T5668: add CLI knob to enable ARP/ND suppression
|
|
|
|
|
|
|
|
Added config example of vpn ipsec site-to-site
|
|
|
|
Revert "Revert "NAT: add interface-group documentation. ""
|
|
change interface-name and interface-group
|
|
|
|
Github: update translations
|
|
Github: update current branch
|
|
|
|
|
|
Update dmvpn.rst
|
|
Update site2site_ipsec.rst
|
|
Bump urllib3 from 1.26.17 to 1.26.18
|
|
Fix two typos in Wireguard doc
|
|
|
|
When we put this command we got an error like:
set interfaces tunnel tun100 local-ip '192.0.2.1'
Configuration path: interfaces tunnel tun100 [local-ip] is not valid
Set failed
|
|
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'
|
|
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18)
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
|
|
Github: update current branch
|
|
|
|
Revert "NAT: add interface-group documentation. "
|
|
|
|
NAT: add interface-group documentation.
|
|
destination nat connections.
|
|
Update wireguard.rst
|
|
Github: update translations
|
|
Github: update current branch
|
|
|
|
|
|
|
|
Adding proper syntax for 1.4 firewall commands
|
|
Github: update translations
|
|
Github: update current branch
|
|
Update dns.rst
|
|
Bump urllib3 from 1.26.15 to 1.26.17
|
|
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.15...1.26.17)
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
Based on the discussion here: https://forum.vyos.io/t/dynamic-dns-not-wollowing-web-options/12309 it seems necessary to note that setting the web-options on a given interface is not sufficient for determining the IP address when behind NAT.
I've added some additional detail, which I think will make that more clear, as well as listed the commands as required to set up DDNS behind NAT.
Further I updated the section on RFC2136 to accurately show address instead of interface
|
|
Updated command syntax for dynamic dns - changed set service dns dynamic interface to set service dns dynamic address.
Changed the login option from 'login' to 'username'
Changed the web options from 'use-web' to 'web-options'
Changed because I ran into the command syntax change on a 1.4 install. Updating documents to match.
|
|
|
|
|
|
Added details about ipsec remote-access
|