Hi @jingyun, can you share how you added it to your local installation?
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Oct 24 2020
Hi @drac, good catch and nice reverse engineering of our code.
Driver will be included in next rolling ISO
Oct 22 2020
Besides the command proposal there is a common issue with how we build op-mode commands. The best example is the ping op-mode command where and artifical node.tag folder is created which links (ln -s) back to itself.
The current NTP config always binds to localhost and localhost is not a part of the mgmt VRF thus this error message.
Oct 19 2020
Unfortunately I can not reproduce this issue on my test system and also our smoketests (https://github.com/vyos/vyos-1x/blob/current/smoketest/scripts/cli/test_interfaces_openvpn.py) do not trigger the bug when run locally on the VyOS device by calling:
Do other vendors suppert highjacking/altering of DHCP options? I feel this kills the whole concept of DHCP.
There have been some deletion errors yesterday - are you running the latest rolling release? They should have been fixed in there. If noe please provide me some CLI samples to reproduce the issue.
Oct 18 2020
It seems that calling openvpn --mktun is what we need. Please try the next rolling ISO which will contain a fix for this.
The root cause of this problem is that OpenVPN when the deamon is started and in tries to connect to the server, yet did not create the vtun11 interface on the system. Thus all calls to the ifconfig python library will fail big time.
Oct 17 2020
This will break builds in out Docker environment where we ship a packer version. See T2792 and https://github.com/vyos/vyos-build/commit/e2dd9db8a2539b6d13c98d89e18872336cf8f974
Oct 16 2020
That would be a workaround only - see IPv6 syntax above. Using the refactored interface handling (T2653) makes this a low-hanging fruit.
Oct 15 2020
Also submitted PR for FRR 7.3 series https://github.com/FRRouting/frr/pull/7318
Oct 14 2020
Could you share also Client1 and Client2 configuration? Would be nice adding this lab setup to the docs
Please share your OpenVPN config