- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Tue, Nov 18
Bug does not appear in VyOS 1.4.3
With this option, set interface feature eth1 ip4-not-enabled arc ip4-unicast disable
Packet 22
Thanks Andrii, confirmed the issue.
Commit failed because you have to set local-zone and you don't have it
Behavior is correct.
Seems like the initial KeyError issue is resolved recently in https://vyos.dev/T7112
Re-tested in 2025.11.18-0020-rolling
One solution that I found, edit the template to allow dhcp_plugin
sudo nano -c +93 /usr/share/vyos/templates/vpp/startup.conf.j2
Add plugin:
plugin dhcp_plugin.so { enable }Call this command:
sudo vppctl set dhcp client intfc eth1 hostname r14
eth1
vyos@r14# sudo vppctl show int addr eth0 (up): L3 192.168.122.14/24 eth1 (up): L3 192.168.100.201/24 local0 (dn): tap4096 (up): tap4097 (up): [edit] vyos@r14#
@evgmol I have deleted the tag
Mon, Nov 17
@Viacheslav @badger42 hi Guys! Why is this in the Ansible FR section?
This could be done with systemd-cryptenroll and LUKS while bound to a TPM. Also you could bind it to a PKCS11 token (Yubikey) with a no touch and no pin policy to allow auto booting. (Not recommending FIDO2 because it always requires user presence)
acme.sh sounds like it would be a good fit. I definitely would want to have this added.
This would be dhcp-requested-address though I think adding it might cause other issues. Especially if the requested address is already used.
Seems this should be closed.
Documentation PR has been created https://github.com/vyos/vyos-documentation/pull/1708
https://github.com/vyos/vyos-1x/pull/4852 is ready. I just need to add to the documentation.
I will add this along with touch-required
https://github.com/vyos/vyos-1x/pull/4851 here's the PR
https://github.com/scj643/vyos-1x/tree/git-archive-subdir the branch I have for my changes to add this.
I will take a look into this.
Sun, Nov 16
This is an apt error and unrelated to VyOS build
Sat, Nov 15
Fri, Nov 14
Thu, Nov 13
Still waiting on Kea upstream PR
hi team.
i install the new version of vyos.
Would you like to suggest a configuration scheme that I could test?