vyos-1x
vyos-1x copied to clipboard
VyOS command definitions, scripts, and utilities
## Change Summary `set vpn openconnect network-settings split-dns ` feature backport ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature...
## Change Summary Ability to set static NAT (one-to-one) in one rule Use a separate table 'vyos_static_nat' as SRC/DST rules and STATIC rules can have the same rule number ##...
## Change Summary Fix UPnP jinja2 template, incorrect value `rules` instead of `rule` So rules didn't work at all. Incorrect logic do `disabled` rule Address must be in the format...
## Change Summary Migration and Change boolean nodes `"enable/disable"` to `disable-xxxx, enable-xxxx` and just `xxx` for VPN IPsec configurations - **IKE** changes: - replace `ipsec ike-group mobike disable` => `ipsec...
Use [tayga][1] to do NAT64 translation. Example usage: ``` # Stateful NAT64 set interfaces nat64 nat64eth0 ipv4-address '192.168.64.1' set interfaces nat64 nat64eth0 ipv6-address '2001:db8::1' set interfaces nat64 nat64eth0 stateful ipv4-pool...
## Change Summary T3214: Fixed ovpn config incompatibilities for IPv4+IPv6 and IPv6-only use. "nopool" option not necessary. net30 "ifconfig-pool" statement handled by OpenVPN if "nopool" is omitted. IPv6 route push...
## Change Summary Support back-end L4 load balancing ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which...
https://phabricator.vyos.net/T766
## Change Summary Rewrite op-mode `show vpn ipsec sa` to the new format Use `vyos.opmode` format Ability to get raw and formatted output Add overwritten script `ipsec.py` to `op-mode-standardized.json` Add...
## Change Summary Go validators decrease the validation time to compares with bash + ipaddrcheck --something or python3 As PoC we decrease the validation time for `ipv4-range` (10K checks) from...