- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jan 10 2024
PR for scoped options and bugfixes: https://github.com/vyos/vyos-1x/pull/2785
Jan 9 2024
Jan 7 2024
Is this still an issue on newer rolling images? This PR addresses ownership issues in /config on system update: https://github.com/vyos/vyos-1x/pull/2731
Jan 4 2024
Can you provide your DHCP server config?
Dec 17 2023
In T3316#167382, @indrajitr wrote:
- with set service dhcp-server hostfile-update the file /etc/hosts doesn't get update with any entry from dhcp at all
Thanks, will investigate this.
@sdev, this will require adjusting on-dhcp-event.sh. I have a hacky local version that writes to /etc/hosts that partially works -- the $domain part is not picked up (which I suspect could be related to how kea-dhcp4.conf is generating the FQDN).
Do you want me to raise a draft PR for you to review?
Update PR: https://github.com/vyos/vyos-1x/pull/2646
- dhcp server doesn't start automatically after reboot, and due to the next problem, I'm forced to use set service dhcp-server disable then delete service dhcp-server disable after each boot
Could not reproduce this:
Welcome to VyOS - vyos ttyS0 ... vyos@vyos:~$ ps aux | grep kea _kea 1818 1.6 0.9 67384 20324 ? Ssl 00:14 0:00 /usr/sbin/kea-dhcp4 -c /run/kea/kea-dhcp4.conf
Dec 13 2023
Dec 12 2023
I think this regex needs to be made more strict to prevent this issue.
Dec 9 2023
Oct 26 2023
@SrividyaA Can you confirm this is working as you expect?
@a.apostoliuk Can you confirm this is working as expected?
Oct 12 2023
If you don't use the firewall (statefully at least) then it will go through the FW_CONNTRACK chain and the NAT_CONNTRACK and/or WLB_CONNTRACK chains will be reached, or fall through to the notrack.
That is how the conntrack enabling system works. FW_CONNTRACK verdict is set to accept when it is determined the firewall needs conntracking (state rules, flowtable etc.), same for NAT_/WLB_ chains. If none require conntrack - all chains will be return and it falls down the chain to the final notrack and conntrack is not enabled.
Sep 29 2023
Sep 28 2023
Sep 26 2023
Sep 24 2023
Not sure what to do on this one. The firewall is depending on conntrack module, which updates the conntrack related sysctls. It'd be the same if someone defines custom sysctls used by other conf scripts.
PR removing zone-policy op-mode: https://github.com/vyos/vyos-1x/pull/2304
Sep 21 2023
This is likely also the issue causing T5376
Sep 20 2023
Sep 19 2023
In T4502#160404, @Apachez wrote:Perhaps a possible way to detect if the nic supports hardware flowtables or not.
Try to set sudo ethtool -K eth0 hw-tc-offload on.
If the result becomes:
Actual changes: hw-tc-offload: off [requested on] Could not change any device featuresThen it doesnt support hardware flowtables.
Could also verify by reading the capability like so:
$ ethtool -k eth0 | grep hw-tc-offload hw-tc-offload: off [fixed]
Sep 18 2023
Sep 16 2023
Fixed in PR: https://github.com/vyos/vyos-1x/pull/2276
Sep 15 2023
https://github.com/vyos/vyos-1x/pull/2272 should fix this
Sep 13 2023
Sep 11 2023
Sep 10 2023
Can we see the output of sudo nft list table ip raw on an affected router?