Related to the list provided in https://vyos.dev/T5706 ?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Dec 31 2023
Dec 30 2023
It is more of a question for Jool.
Or you can use a range of required ports that aren't used by the system
I've tinkered with this a bit , but a problem I have is that I need multiple ip addresses on the outgoing interface(s). I understand that Jool takes all ports, so It's needed for everything to work properly.
On my own WAN interface, this is not a problem, I can just assign another ip from my ISP.
PR https://github.com/vyos/vyos-1x/pull/2724
vyos@r4:~$ add system image latest
Removing 1.3 backport as it's not trivial. Implementation depends on python3-pyhump (not available and must be self build) and also on vyos.opmode framework which does not exist for 1.3 equuleus
My bad, I had misconfigured DNS on this test VM. It's now working as expected. Will there be a way to wrap this in an add system image command?
Dec 29 2023
PR for 1.5 https://github.com/vyos/vyos-1x/pull/2716
I start to think that this card requires an out-of tree vendor driver which is not going to be added by us.
Fixed via podman update - upstream bug
Dec 28 2023
PR for 1.5 https://github.com/vyos/vyos-1x/pull/2704
@c-po apologies for the delay, missed this over the holidays.
Fix for 1.5 which will be backported
https://github.com/vyos/vyos-1x/pull/2703
This is actually caused by a missing priority value from ddclient. This is an ancient bug indeed.
Package added to 1.4
Can you please re-test with the latest 1.5 rolling image?
Upstream error appears to be resolved in 4.7.2+ds1-2
PR for 1.5 https://github.com/vyos/vyos-1x/pull/2698
completed
Dec 27 2023
Food for thought:
Initially we added it only for 1.3 cloudwatch https://github.com/vyos/vyos-build/pull/206/files
Dec 26 2023
In T3476#168872, @eronlloyd wrote:This is exciting! Is there a public endpoint available for testing this yet? GitHub is rejecting requests on that URL:
Connecting error: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /vyos/vyos-rolling-nightly-builds/main/version.json (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f916bdb2f90>: Failed to establish a new connection: [Errno 16] Device or resource busy'))
Update not found
This is exciting! Is there a public endpoint available for testing this yet? GitHub is rejecting requests on that URL:
Example of usage for 1.5
vyos@r4:~$ vyos@r4:~$ show conf com | match upd set system update-check auto-check set system update-check url 'https://raw.githubusercontent.com/vyos/vyos-rolling-nightly-builds/main/version.json' vyos@r4:~$ vyos@r4:~$ vyos@r4:~$ show system updates Current version: 1.5-rolling-202312220023
vyos@r4:~$ vyos@r4:~$ show conf com | match upd set system update-check auto-check set system update-check url 'https://raw.githubusercontent.com/vyos/vyos-rolling-nightly-builds/main/version.json' vyos@r4:~$ vyos@r4:~$ vyos@r4:~$ show system updates Current version: 1.5-rolling-202312220023
Dec 25 2023
can you please attach your configuration used for both eth0 and dns dynamic?