Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-10 | Update l2tp.rst | Balazs Szenczy | |
Small correction | |||
2024-07-22 | ipsec: T6599: add CLI documentation to disable ESP re-key | Christian Breunig | |
2024-07-18 | Merge branch 'current' of github.com:vyos/vyos-documentation into current | rebortg | |
2024-07-18 | VPN documentation proofreading (#1506) | whyrlpool | |
* Fix typos in openconnect.rst change Cerbort->Certbot Update first line to reflect that openconnect was introduced in 1.3-rolling (T2036) * typo in dmvpn.rst * ipsec.rst justification, minor phrasing changes * l2tp.rst justification and phrasing changes. * sstp.rst phrasing, justification changes * Update ipsec.rst rephrase for clarity and to avoid possessive plural apostrophe | |||
2024-07-12 | ipsec: Added information about operational commands | srividya0208 | |
2024-05-28 | Merge branch 'current' of github.com:vyos/vyos-documentation into current | rebortg | |
2024-05-10 | sstp: T4393: Add support to configure host-name (SNI) | Nataliia Solomko | |
2024-04-30 | Fixed examples in accel-ppp services in IPv6 section | aapostoliuk | |
Fixed examples in accel-ppp services in IPv6 section | |||
2024-04-16 | fix several build warnings and errors | rebortg | |
2024-03-05 | Merge pull request #1300 from aapostoliuk/sstp-circinus | Robert Göhler | |
Rewritten the SSTP server documentation | |||
2024-03-05 | Merge pull request #1301 from aapostoliuk/pptp-circinus | Robert Göhler | |
Rewritten the PPTP server documentation | |||
2024-03-05 | Merge pull request #1306 from srividya0208/ipsecedit | Robert Göhler | |
addition of missing parameter | |||
2024-03-05 | addition of missing parameter | srividya0208 | |
2024-03-05 | Rewritten the SSTP server documentation | aapostoliuk | |
Fully rewritten SSTP server documentation. | |||
2024-03-05 | Rewritten the PPTP server documentation | aapostoliuk | |
Fully rewritten PPTP server documentation. | |||
2024-02-27 | ipsec: add IKEv2 road-warrior documentation | Christian Breunig | |
2024-02-22 | Rewritten the L2TP documentation | aapostoliuk | |
Rewritten the L2TP documentation Added the example 'PPPoE over L2TP' to blueprints | |||
2024-02-05 | T5971: Added PPP options documentation | aapostoliuk | |
Added PPP options documentation | |||
2024-01-19 | Merge pull request #1249 from aapostoliuk/T4658-T5953-circinus | Robert Göhler | |
Updated DPD and close-action values in IPSEC | |||
2024-01-19 | Changed IPv6 pool documentation in accel-ppp services | aapostoliuk | |
Changed IPv6 pool documentation in accel-ppp services to named IPv6 pools. https://vyos.dev/T5865 | |||
2024-01-19 | Updated DPD and close-action values in IPSEC | aapostoliuk | |
Changed from 'hold' to 'trap' and from 'restart' to 'start' in close-action. Changed from 'hold' to 'trap' in DPD action. | |||
2023-12-27 | ocserv: add http-security-headers documentation | fett0 | |
2023-12-11 | Merge pull request #1178 from aapostoliuk/T5688-2-circinus | Robert Göhler | |
sstp: T5688: Fixed 'client-ip-pool' configuration in the example | |||
2023-12-08 | sstp: T5688: Fixed 'client-ip-pool' configuration in the example | aapostoliuk | |
Fixed 'client-ip-pool' configuration in the example | |||
2023-12-05 | accel-ppp: T5688: Changing CLI to create client address pool | aapostoliuk | |
Changing CLI to create client address pool | |||
2023-12-02 | vpn: update site2site VTI example | Christian Breunig | |
2023-11-24 | ipsec: gre: use dummy interface in example over loopback | Christian Breunig | |
2023-11-16 | Nat update | greenpsi | |
Update some nat commands to new syntax | |||
2023-11-09 | Merge pull request #1146 from srividya0208/minor_errors | Daniil Baturin | |
correction of typos | |||
2023-11-09 | correction of typos | srividya0208 | |
2023-10-26 | Merge pull request #1126 from srividya0208/ipsec_vips | Robert Göhler | |
Added config example of vpn ipsec site-to-site | |||
2023-10-26 | Added config example of vpn ipsec site-to-site | srividya0208 | |
2023-10-19 | Merge pull request #1119 from aslanvyos/patch-8 | Robert Göhler | |
Update dmvpn.rst | |||
2023-10-18 | Update dmvpn.rst | aslanvyos | |
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 | |||
2023-10-18 | Update site2site_ipsec.rst | aslanvyos | |
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' | |||
2023-09-28 | Added details about ipsec remote-access | srividya0208 | |
2023-09-04 | correction of ipsec compression syntax and added a reference | srividya0208 | |
for changes done for zone based firewall | |||
2023-06-13 | corrected the l2tp op command | srividya0208 | |
2023-05-20 | Update openconnect.rst correct code-block | Robert Göhler | |
2023-05-19 | ocserv: fix: indent of warning section text overflowing outside the warning box | Jamie Austin | |
2023-05-17 | T3896: ocserv: openconnect: document identity based configuration | Jamie Austin | |
2023-02-26 | tunnel: T5034: migrate "multicast enable" CLI node to enable-multicast | Christian Breunig | |
2023-02-05 | Change IPsec authentication PSK and examples | Viacheslav Hletenko | |
2023-01-31 | fix build warnings and errors | rebortg | |
2023-01-29 | T4958: ocserv: openconnect: document RADIUS accounting | Jamie Austin | |
2023-01-19 | ipsec: T4925: Added PRF information in IPSEC documentation | aapostoliuk | |
Added Pseudo-Random Functions (PRF) information in IPSEC documentation. | |||
2023-01-03 | fix closeaction image | rebortg | |
2023-01-02 | close-action: image reference is modified from image to figure | srividya0208 | |
2022-12-27 | close-action: added an image to the details. | srividya0208 | |
There was a typo in the reference for the image added in the previous commit, corrected that. | |||
2022-12-26 | ipsec_closeaction: added recommendation for closeaction options | srividya0208 | |
Added VPN IPSec connection-type recommendation for the close-action and dpd settings. For example close-action restart should not be added on both peers |