PR for crux https://github.com/vyos/vyos-build/pull/198
vyos@vyos:~$ show version all | match xe-g ii xe-guest-utilities 7.16.0-2 amd64 Virtual Machine Monitoring Scripts vyos@vyos:~$
PR for crux https://github.com/vyos/vyos-build/pull/198
vyos@vyos:~$ show version all | match xe-g ii xe-guest-utilities 7.16.0-2 amd64 Virtual Machine Monitoring Scripts vyos@vyos:~$
@sajiby3k you can use 0.0.0.0
set vpn l2tp remote-access outside-address '0.0.0.0'
Possibly unrelated, but I'll leave it here
frr-reload output: 0 /usr/lib/frr/frr-reload.py:851: SyntaxWarning: "is not" with a literal. Did you mean "!="? frr-reload output: 1 if line is not "exit-vrf": frr-reload output: 2 2021-11-02 18:33:34,225 INF
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1060
set vpn sstp authentication local-users username foo password 'bar' set vpn sstp authentication local-users username foo2 password 'bar2' set vpn sstp authentication mode 'local' set vpn sstp client-ipv6-pool prefix 2001:db8::/48 set vpn sstp gateway-address '192.168.122.14' set vpn sstp ppp-options ipv4 'deny' set vpn sstp ppp-options ipv6 'allow' set vpn sstp ssl ca-cert-file '/config/user-data/sstp/ca.crt' set vpn sstp ssl cert-file '/config/user-data/sstp/server.crt' set vpn sstp ssl key-file '/config/user-data/sstp/server.key'
Check sessions:
vyos@r4-epa2:~$ show sstp-server s sessions statistics vyos@r4-epa2:~$ show sstp-server sessions ifname | username | ip | ip6 | ip6-dp | calling-sid | rate-limit | state | uptime | rx-bytes | tx-bytes --------+----------+-----------------------+-----------------------+--------+-----------------+------------+--------+----------+----------+---------- sstp0 | foo2 | 2001:db8:0:0:200::/64 | 2001:db8:0:0:200::/64 | | 192.168.122.222 | | active | 00:00:09 | 735 B | 506 B vyos@r4-epa2:~$
Still not fixed VyOS 1.3-beta-202110300342:
vyos@r4-epa2:~$ generate openvpn key foo Generating OpenVPN key to /config/auth/foo Your new local OpenVPN key has been generated vyos@r4-epa2:~$ vyos@r4-epa2:~$ ls -la /config/auth/ total 12 drwxrwsr-x 2 root vyattacfg 4096 Nov 2 09:00 . drwxrwxr-x 7 root vyattacfg 4096 Nov 2 08:54 .. -rw------- 1 root vyattacfg 636 Nov 2 09:00 foo vyos@r4-epa2:~$
To enable IPv6 only it is required some new options in CLI, which are not presented in 1.3 yet
PR for 1.4 https://github.com/vyos/vyos-1x/pull/1058
For 1.4 it is impossible to set both dhcp + static in one commit.
set interfaces ethernet eth2 address dhcp set interfaces ethernet eth2 address 192.0.2.4/24
What wrong with it?
As you use some service which belong to some interface
Or what you expected?
Provide please an example of configurations and steps to reproduce.
The correct task https://phabricator.vyos.net/T3943
The correct task https://phabricator.vyos.net/T3943
PR for crux https://github.com/vyos/vyatta-op-vpn/pull/29
PR for crux https://github.com/vyos/vyos-1x/pull/1057
vyos@r12-lts:~$ show conf com | match vrrp set high-availability vrrp group GRP02 hello-source-address '203.0.113.1' set high-availability vrrp group GRP02 interface 'eth1.50' set high-availability vrrp group GRP02 no-preempt set high-availability vrrp group GRP02 priority '150' set high-availability vrrp group GRP02 rfc3768-compatibility set high-availability vrrp group GRP02 virtual-address '192.168.99.2/31' set high-availability vrrp group GRP02 vrid '10' vyos@r12-lts:~$ show interfaces vrrp Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down Interface IP Address S/L Description --------- ---------- --- ----------- eth1.50v10 192.168.99.2/31 u/u vyos@r12-lts:~$
PR for crux https://github.com/vyos/vyos-1x/pull/1056
@klipz Could you re-check it with 1.2.8?
Require migration scripts to check option set vpn ipsec options disable-route-autoinstall in the configuration
The issue even with 00:00 format
PR for crux https://github.com/vyos/vyos-1x/pull/1054
PR for crux https://github.com/vyos/vyos-1x/pull/1053
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1052
@ajgnet Can you re-test it?
@liam can you re-test it?
@zsdc Provide please options to solve it.
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1050