PRs:
1.3 - https://github.com/vyos/vyos-1x/pull/1979
1.4 - https://github.com/vyos/vyos-1x/pull/1978
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
May 8 2023
May 4 2023
May 3 2023
Hi, the reason why the modem does not show up is because usb0 interfaces do not match the prefix we use to distinguish between interfaces.
May 2 2023
Tested successfully! Modem showed up as usb0 in ip link, but not in show interfaces.
Apr 30 2023
Added requested config option to Kernel for 1.4
Apr 27 2023
Apr 26 2023
PR with dependencies: https://github.com/vyos/vyos-build/pull/341
Apr 25 2023
PR (for build): https://github.com/vyos/vyos-build/pull/340
Apr 24 2023
Apr 23 2023
This has a simple fix: starlette commit c568b55d set the attribute
Request._form = None
to support use of Request.form() as a context manager. Since we override the Request class for backwards-compatibility support (translation) of form-data requests, we need to check for value, not existence, of the attribute. Adding this fix allows updating FastAPI past 0.91.0.
Apr 13 2023
This has not been seen subsequently. Close unless recurrence.
Apr 11 2023
Apr 10 2023
Apr 3 2023
Mar 30 2023
confirm, it's working :
Mar 29 2023
Mar 24 2023
PR for 1.4:
https://github.com/vyos/vyos-1x/pull/1911
PR for 1.3:
https://github.com/vyos/vyos-1x/pull/1912
Mar 22 2023
Mar 17 2023
Mar 7 2023
Feb 28 2023
Feb 15 2023
Feb 14 2023
Thanks Keving: https://vyos.dev/T5009
FYI When I was troubleshooting I used:
In Both version, restarting relay service solved the issue:
I can confirm this behavior, which occurs when changing IP address on listening interface (where dhcp-discover is captured).
Issue present in 1.3.2 .
It's also present in latest vyos-1.4-rolling-202302140317, regardless if old interface syntax is used, or if new upstream-interfces plus listen-interface commands are used.
You can either run both address-families through one tunnel
Feb 13 2023
In T5004#142577, @n.fort wrote:Can you provide this configuration on both setups:
show config comm | grep relay # And route to relay server show ip route <relay_server>
Can you provide this configuration on both setups:
In T4774#142529, @c-po wrote:Please note the WireGuard crypto Key routing concept: https://www.wireguard.com/#cryptokey-routing
Keys should not be re-used
Please note the WireGuard crypto Key routing concept: https://www.wireguard.com/#cryptokey-routing
Feb 10 2023
Feb 8 2023
Feb 4 2023
PR for 1.3 which makes the change available for every config subsystem https://github.com/vyos/vyos-1x/pull/1798
Feb 3 2023
Feb 2 2023
PR for 1.3: https://github.com/vyos/vyos-1x/pull/1796
PR for 1.4: https://github.com/vyos/vyos-1x/pull/1795
Feb 1 2023
accel-ppp doesn't support FQDN for RADIUS https://docs.accel-ppp.org/en/latest/configuration/radius.html#radius
So it is impossible until it is available in the accep-ppp
Jan 31 2023
Jan 30 2023
Jan 27 2023
Backport PR https://github.com/vyos/vyos-cloud-init/pull/60
Fix for 1.4: https://github.com/vyos/vyos-cloud-init/pull/59
It must be backported to 1.3 now.