- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jun 3 2025
The same bug with nat44
set interfaces ethernet eth0 address '192.168.122.14/24' set interfaces ethernet eth0 description 'WAN' set interfaces ethernet eth1 address '100.64.0.1/24' set interfaces ethernet eth1 description 'LAN'
Jun 2 2025
Fork the repo vyos-1x do your changes and create a PR, there are several open PR's for example https://github.com/vyos/vyos-1x/pulls
Refer to the task number T7511 in the commit message and PR header.
Thanks @red55
Would you like to create a PR to fix this?
Probably another task, but nice to have reset all connections soft in and soft out
vyos@r14:~$ reset ip bgp all Possible completions: <Enter> Execute the current command
May 31 2025
May 30 2025
May 29 2025
May 28 2025
In T7474#225365, @badger42 wrote:I am not a developer, so not sure how to implement this. This is a request for new functionality.
There is a repo for VRRP https://github.com/acassen/keepalived that we use
So it it necessary to understand how it looks like natively for keeplived before it can be implemented
We have a bug after this commit https://vyos.dev/T7497
May 27 2025
May 26 2025
May 24 2025
May 22 2025
May 21 2025
Send a real example from keepalived if you know how to implement this
You should use policy route
it is not cisco
Will it not do what you want?
set firewall ipv4 prerouting raw default-action 'accept' set firewall ipv4 prerouting raw rule 10 action 'notrack' set firewall ipv4 prerouting raw rule 10 source address '192.0.2.0/24'
Add example for rsyslog
It is not cisco
May 20 2025
May 19 2025
May 16 2025
@a.hajiyev Check the latest rolling as a fix was added resently https://github.com/vyos/vyos-1x/pull/4500