- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jan 3 2024
OK, local-route actually worked!
Thanks!
Which version?
Just a heads up that the above script can potentially destroy the config on boot, because if the system is fast enough, the hook will run before the boot config has finished loading. This will result either in an error when commiting because the config is locked (good outcome), or the config not being loaded at all (bad outcome). I've changed it a bit to actually wait for the boot config to load and now it runs safer, but it's still a bit janky in my opinion, I'm still hoping we can get something that works in-system for this case
PR submitted: https://github.com/vyos/vyos-1x/pull/2746
If I connect to the router and issue the commands
Jan 2 2024
PR for 1.4 sagitta https://github.com/vyos/vyos-1x/pull/2732
PR for 1.4 sagitta https://github.com/vyos/vyos-1x/pull/2732
Jan 1 2024
Dec 31 2023
Related to the list provided in https://vyos.dev/T5706 ?
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