PR for bridge: https://github.com/vyos/vyos-1x/pull/2528
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Nov 22 2023
Works fine
$ curl -k --location --request POST 'https://192.168.122.11/reboot' --form data='{"op": "reboot", "path": ["now"]}' --form key='foo' {"success": true, "data": "Warning: there are unsaved configuration changes!\nRun 'save' command if you do not want to lose those changes after reboot/shutdown.\n\n", "error": null}
Tested on VyOS 1.4-rolling-202311100309:
Tested in VyOS 1.4-rolling-202311100309:
The configuration:
Tested in VyOS 1.4-rolling-202311100309
The configuration:
VyOS:
@a.apostoliuk will be available in the next rolling release.
Nov 21 2023
I had the below set on the pppoe interface to allow for DHCPv6-PD. That part was working fine it was just the pppoe interface that wasn't picking up an address:
I need to requst subnet-mask, routers, rfc3442-classless-static-routes
Nov 20 2023
Backports:
1.4 - https://github.com/vyos/vyos-1x/pull/2512
1.3 - https://github.com/vyos/vyos-1x/pull/2513
Did you try it?
set interfaces pppoe pppoe1 ipv6
Draft PR for 1.5 https://github.com/vyos/vyos-1x/pull/2508
Tested in VyOS 1.4-rolling-202311100309:
Configurations:
This PR LGTM as it addresses my main need, although I think it'd be better to add support for the rest of options from RFC 2132 (eventually).
When talking about request as an option I'm talking about adding a way to add a request (or also request) statement to dhclient.conf. I need to requst subnet-mask, routers, rfc3442-classless-static-routes from my ISP, and the current implementation doesn't allow me to do that.
Tested on VyOS 1.4-rolling-202311100309 and VyOS 1.5-rolling-202311160736 - L-Time shows 0. But supposed to show 3600 according to the configuration.
Nov 19 2023
dhcp-server's raw parameters, which would pass options to dhclient as-is
@GurliGebis definately
Nov 18 2023
Can this get backported to 1.4?
Nov 17 2023
Hey @fernando - yes, I tested it with two routers in a test environment, with the following setup: https://docs.vyos.io/en/latest/configuration/vpn/site2site_ipsec.html
Do you tested it ? using our current rolling-release
This is on a virtio interface:
Simple reproducer - doesn't need to be an upgrade, just apply this to 1.4
Nov 16 2023
Things to note that I'm not sure if they play a part: