Page MenuHomeVyOS Platform
Feed Advanced Search

Jan 9 2024

sarthurdev changed the status of T5912: DHCP Static mapping don't work on every first lease from Open to Confirmed.
Jan 9 2024, 8:54 PM · VyOS 1.5 Circinus

Jan 7 2024

sarthurdev added a comment to T5876: Dhcp bug in latest 1.5 rolling releases.

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 7 2024, 7:21 PM · VyOS 1.5 Circinus

Jan 4 2024

sarthurdev added a comment to T5876: Dhcp bug in latest 1.5 rolling releases.

Can you provide your DHCP server config?

Jan 4 2024, 3:26 PM · VyOS 1.5 Circinus

Dec 17 2023

sarthurdev added a comment to T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6).
  • 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?

Dec 17 2023, 12:56 AM · VyOS 1.5 Circinus
sarthurdev added a comment to T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6).

Update PR: https://github.com/vyos/vyos-1x/pull/2646

Dec 17 2023, 12:55 AM · VyOS 1.5 Circinus
sarthurdev added a comment to T3316: Use Kea DHCP(v6) instead of ISC DHCP(v6).

@Zen3515

  • 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 17 2023, 12:31 AM · VyOS 1.5 Circinus

Dec 12 2023

sarthurdev added a comment to T5820: error on dhcpv6-server range prefix with trailing colon (:).

I think this regex needs to be made more strict to prevent this issue.

Dec 12 2023, 11:46 PM · VyOS 1.4 Sagitta (1.4.0-epa1)

Oct 26 2023

sarthurdev closed T3509: No BCP38 for IPv6 on VyOS as Resolved.
Oct 26 2023, 12:49 PM · VyOS 1.4 Sagitta
sarthurdev closed T5558: Update config test to check resulting migrations as Resolved.
Oct 26 2023, 12:48 PM · VyOS 1.5 Circinus
sarthurdev closed T5568: Install image from live ISO always defaults boot to KVM entry as Resolved.
Oct 26 2023, 12:48 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
sarthurdev added a comment to T5606: IPSec VPN: Allow multiple CAs certificates.

@SrividyaA Can you confirm this is working as you expect?

Oct 26 2023, 12:42 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev closed T4309: Support network/address-groups and ipv6-network/ipv6-address-groups in conntrack ignore as Resolved.
Oct 26 2023, 12:41 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev added a project to T4309: Support network/address-groups and ipv6-network/ipv6-address-groups in conntrack ignore: VyOS 1.5 Circinus.
Oct 26 2023, 12:41 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev moved T4903: conntrack ignore does not suppotr IPv6 addresses from Finished to Backlog on the VyOS 1.4 Sagitta board.
Oct 26 2023, 12:40 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev moved T4903: conntrack ignore does not suppotr IPv6 addresses from Need Triage to Finished on the VyOS 1.5 Circinus board.
Oct 26 2023, 12:40 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev added a project to T4903: conntrack ignore does not suppotr IPv6 addresses: VyOS 1.5 Circinus.
Oct 26 2023, 12:40 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev closed T4903: conntrack ignore does not suppotr IPv6 addresses as Resolved.
Oct 26 2023, 12:39 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev added a comment to T5550: Source validation on interface does not work properly.

@a.apostoliuk Can you confirm this is working as expected?

Oct 26 2023, 12:38 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev closed T5571: Firewall does not delete networks from the table raw as Resolved.
Oct 26 2023, 12:37 PM · VyOS 1.5 Circinus
sarthurdev closed T5598: unknown parameter 'nf_conntrack_helper' ignored as Resolved.
Oct 26 2023, 12:36 PM · VyOS 1.5 Circinus

Oct 12 2023

sarthurdev closed T5651: chain FW_CONNTRACK incorrectly use accept as action as Invalid.

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.

Oct 12 2023, 6:29 PM · VyOS 1.5 Circinus
sarthurdev closed T5651: chain FW_CONNTRACK incorrectly use accept as action as Invalid.

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.

Oct 12 2023, 5:29 PM · VyOS 1.5 Circinus

Sep 24 2023

sarthurdev added a comment to T5599: Firewall unexpectedly changes some sysctl options.

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.

Sep 24 2023, 6:30 PM · VyOS 1.5 Circinus
sarthurdev changed the status of T5614: Add conntrack helper matching on firewall from Open to In progress.
Sep 24 2023, 2:44 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev changed the status of T5606: IPSec VPN: Allow multiple CAs certificates from In progress to Needs testing.

PR: https://github.com/vyos/vyos-1x/pull/2305

Sep 24 2023, 1:54 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev moved T5606: IPSec VPN: Allow multiple CAs certificates from Need Triage to In Progress on the VyOS 1.5 Circinus board.
Sep 24 2023, 12:17 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev added a project to T5606: IPSec VPN: Allow multiple CAs certificates: VyOS 1.5 Circinus.
Sep 24 2023, 12:17 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev changed the status of T5606: IPSec VPN: Allow multiple CAs certificates from Open to In progress.
Sep 24 2023, 12:17 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev added a comment to T5160: Firewall refactor.

PR removing zone-policy op-mode: https://github.com/vyos/vyos-1x/pull/2304

Sep 24 2023, 11:44 AM · VyOS 1.4 Sagitta
sarthurdev changed the status of T5376: Conntrack FTP helper does not work properly from Confirmed to Needs testing.

PR: https://github.com/vyos/vyos-1x/pull/2304

Sep 24 2023, 11:44 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
sarthurdev changed the status of T5598: unknown parameter 'nf_conntrack_helper' ignored from Confirmed to Needs testing.

PR: https://github.com/vyos/vyos-1x/pull/2304

Sep 24 2023, 11:44 AM · VyOS 1.5 Circinus

Sep 21 2023

sarthurdev changed the status of T5376: Conntrack FTP helper does not work properly from Open to Confirmed.
Sep 21 2023, 9:49 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
sarthurdev changed the status of T5598: unknown parameter 'nf_conntrack_helper' ignored from Open to Confirmed.

This is likely also the issue causing T5376

Sep 21 2023, 9:49 AM · VyOS 1.5 Circinus

Sep 19 2023

sarthurdev added a comment to T4502: Consider implementing (NAT/other) flow table offload.

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 features

Then 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 19 2023, 6:27 PM · VyOS 1.4 Sagitta

Sep 16 2023

sarthurdev changed the status of T5571: Firewall does not delete networks from the table raw from Confirmed to Needs testing.

Fixed in PR: https://github.com/vyos/vyos-1x/pull/2276

Sep 16 2023, 11:45 AM · VyOS 1.5 Circinus

Sep 15 2023

sarthurdev added a comment to T5587: Firwall can not pass the smoketest.
Sep 15 2023, 8:48 AM · VyOS 1.5 Circinus
sarthurdev moved T5568: Install image from live ISO always defaults boot to KVM entry from Need Triage to In Progress on the VyOS 1.4 Sagitta board.
Sep 15 2023, 8:18 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
sarthurdev added a comment to T5587: Firwall can not pass the smoketest.

https://github.com/vyos/vyos-1x/pull/2272 should fix this

Sep 15 2023, 8:00 AM · VyOS 1.5 Circinus

Sep 13 2023

sarthurdev changed the status of T5571: Firewall does not delete networks from the table raw from Open to Confirmed.
Sep 13 2023, 10:49 AM · VyOS 1.5 Circinus
sarthurdev added a comment to T4919: TPM-backed config encryption.

@fernando See here: https://github.com/vyos/vyos-build/pull/297

Sep 13 2023, 9:35 AM · VyOS 1.5 Circinus

Sep 11 2023

sarthurdev closed T5562: Smoketests fail for vyos:current (test_netns.py) as Resolved.

Builds passing: https://github.com/vyos/vyos-rolling-nightly-builds/actions/runs/6142937552

Sep 11 2023, 8:59 AM · VyOS 1.5 Circinus

Sep 10 2023

sarthurdev changed the status of T5568: Install image from live ISO always defaults boot to KVM entry from In progress to Needs testing.

current PR: https://github.com/vyos/vyatta-cfg-system/pull/205

Sep 10 2023, 11:22 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
sarthurdev changed the status of T5568: Install image from live ISO always defaults boot to KVM entry from Open to In progress.
Sep 10 2023, 10:54 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
sarthurdev added a comment to T5376: Conntrack FTP helper does not work properly.

Can we see the output of sudo nft list table ip raw on an affected router?

Sep 10 2023, 6:06 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus

Sep 7 2023

sarthurdev changed the status of T5558: Update config test to check resulting migrations from In progress to Needs testing.

PR: https://github.com/vyos/vyos-1x/pull/2221

Sep 7 2023, 7:36 PM · VyOS 1.5 Circinus
sarthurdev moved T5558: Update config test to check resulting migrations from Need Triage to In Progress on the VyOS 1.5 Circinus board.
Sep 7 2023, 5:53 PM · VyOS 1.5 Circinus
sarthurdev changed the status of T5558: Update config test to check resulting migrations from Open to In progress.
Sep 7 2023, 5:53 PM · VyOS 1.5 Circinus
sarthurdev moved T5555: Fix timezone migrator (system 13-to-14) from Need Triage to In Progress on the VyOS 1.3 Equuleus (1.3.5) board.
Sep 7 2023, 1:13 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev moved T5555: Fix timezone migrator (system 13-to-14) from Need Triage to In Progress on the VyOS 1.5 Circinus board.
Sep 7 2023, 1:13 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev moved T5555: Fix timezone migrator (system 13-to-14) from Need Triage to In Progress on the VyOS 1.4 Sagitta board.
Sep 7 2023, 1:13 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev changed the status of T5555: Fix timezone migrator (system 13-to-14) from In progress to Needs testing.

current PR: https://github.com/vyos/vyos-1x/pull/2217
1.4 PR: https://github.com/vyos/vyos-1x/pull/2218
1.3 PR: https://github.com/vyos/vyos-1x/pull/2219

Sep 7 2023, 12:54 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev changed the status of T5555: Fix timezone migrator (system 13-to-14) from Open to In progress.
Sep 7 2023, 12:29 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev created T5555: Fix timezone migrator (system 13-to-14).
Sep 7 2023, 12:29 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Sep 5 2023

sarthurdev added a comment to T5376: Conntrack FTP helper does not work properly.

@svd135 Can you provide a version string when you last had it working? Seeing the firewall config might also be helpful.

Sep 5 2023, 7:31 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus
sarthurdev changed the status of T5550: Source validation on interface does not work properly from In progress to Needs testing.

PR: https://github.com/vyos/vyos-1x/pull/2208

Sep 5 2023, 6:36 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev changed the status of T5550: Source validation on interface does not work properly from Open to In progress.
Sep 5 2023, 2:06 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev claimed T5550: Source validation on interface does not work properly.
Sep 5 2023, 10:48 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Sep 4 2023

sarthurdev changed the status of T4903: conntrack ignore does not suppotr IPv6 addresses from In progress to Needs testing.

PR: https://github.com/vyos/vyos-1x/pull/2199

Sep 4 2023, 10:50 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev changed the status of T4309: Support network/address-groups and ipv6-network/ipv6-address-groups in conntrack ignore from In progress to Needs testing.

PR: https://github.com/vyos/vyos-1x/pull/2199

Sep 4 2023, 10:50 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev changed the status of T4309: Support network/address-groups and ipv6-network/ipv6-address-groups in conntrack ignore from Open to In progress.
Sep 4 2023, 9:38 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev changed the status of T4903: conntrack ignore does not suppotr IPv6 addresses from Open to In progress.
Sep 4 2023, 9:38 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Sep 3 2023

sarthurdev closed T4612: Support arbitrary netmasks in firewall rules as Resolved.
Sep 3 2023, 10:37 AM · VyOS 1.4 Sagitta

Aug 31 2023

sarthurdev changed the status of T4782: Allow multiple CA certificates (on e.g. EAPoL) from In progress to Needs testing.

PR: https://github.com/vyos/vyos-1x/pull/2190

Aug 31 2023, 10:02 AM · VyOS 1.4 Sagitta

Aug 30 2023

sarthurdev changed the status of T4782: Allow multiple CA certificates (on e.g. EAPoL) from Confirmed to In progress.
Aug 30 2023, 11:24 PM · VyOS 1.4 Sagitta
sarthurdev closed T4485: OpenVPN: Allow multiple CAs certificates as Resolved.
Aug 30 2023, 8:50 PM · VyOS 1.4 Sagitta
sarthurdev added a comment to T3509: No BCP38 for IPv6 on VyOS.

@csszep Yes it is expected, IPv6 has no sysctl and requires the nftables rule to function. The nftables execution is slightly slower, so there's no benefit to change it for IPv4.

Aug 30 2023, 8:49 PM · VyOS 1.4 Sagitta

Aug 27 2023

sarthurdev closed T1097: Make firewall groups work everywhere that's appropropriate, a subtask of T2199: Rewrite firewall in new XML/Python style, as Resolved.
Aug 27 2023, 7:19 PM · VyOS 1.4 Sagitta
sarthurdev closed T1097: Make firewall groups work everywhere that's appropropriate as Resolved.
Aug 27 2023, 7:19 PM · VyOS 1.4 Sagitta
sarthurdev closed T4759: domain-group on policy route not working as Resolved.
Aug 27 2023, 7:13 PM · VyOS 1.4 Sagitta
sarthurdev added a comment to T5499: initial arm64 support for RPI4 and QEMU VM.

@tjjh89017 This will need to be re-evaluated. The build from your PR was taking in excess of 8 hours on the build server - the defconfig likely needs to be brought down to only the minimum required modules/drivers for successful builds on target devices.

Aug 27 2023, 4:23 PM · VyOS 1.4 Sagitta
sarthurdev added a comment to T3275: Disable conntrack helpers by default.

This does still need to be addressed in 1.4. Without a version string, the 2-to-3 migrator is adding the conntrack helpers to the default config.

Aug 27 2023, 10:58 AM · VyOS 1.5 Circinus
sarthurdev closed T5515: Conntrack helpers should be disabled by default as Invalid.

Duplicate T3275

Aug 27 2023, 10:56 AM · VyOS 1.4 Sagitta
sarthurdev added a comment to T5479: Helper leftovers found in nftables (firewall) even with all helpers disabled.

The kernel modules handle tracking of those, rpc/tns are userspace helpers.

Aug 27 2023, 10:14 AM · VyOS 1.4 Sagitta
sarthurdev added a comment to T5479: Helper leftovers found in nftables (firewall) even with all helpers disabled.

They are only defined. Only when the VYOS_CT_HELPER chain is reached will they take effect - see links in my above comment. Being in the default config will have no effect on connection tracking if bypassed by the notrack rule.

Aug 27 2023, 8:48 AM · VyOS 1.4 Sagitta
sarthurdev changed the status of T5080: Conntrack enabled by default, a subtask of T5160: Firewall refactor, from In progress to Needs testing.
Aug 27 2023, 8:22 AM · VyOS 1.4 Sagitta
sarthurdev changed the status of T5080: Conntrack enabled by default from In progress to Needs testing.

PR: https://github.com/vyos/vyos-1x/pull/2176

Aug 27 2023, 8:22 AM · VyOS 1.4 Sagitta
sarthurdev closed T5479: Helper leftovers found in nftables (firewall) even with all helpers disabled as Invalid.

They are created but unused by default (see VYOS_CT_HELPER chain)

Aug 27 2023, 8:14 AM · VyOS 1.4 Sagitta
sarthurdev changed the status of T5511: Cleanup of unused directories (and files) in order to shrink image-size from Open to Needs testing.
Aug 27 2023, 8:07 AM · VyOS 1.4 Sagitta
sarthurdev changed the status of T5018: Redirect to IFB removed after change in qos policy from Confirmed to Needs testing.

Thanks for following up on this issue @rayzilt

Aug 27 2023, 12:13 AM · VyOS 1.4 Sagitta

Aug 26 2023

sarthurdev closed T5039: Can't add new local user as Resolved.
Aug 26 2023, 9:42 PM · VyOS 1.4 Sagitta
sarthurdev closed T5023: PKI commit fails to update dependents as Resolved.
Aug 26 2023, 9:40 PM · VyOS 1.4 Sagitta
sarthurdev closed T4512: enable-default-log on zone-policy as Resolved.
Aug 26 2023, 9:39 PM · VyOS 1.4 Sagitta
sarthurdev closed T5003: Upgrade base system to Debian 12 "Bookworm" as Resolved.
Aug 26 2023, 9:38 PM · VyOS 1.4 Sagitta
sarthurdev closed T5404: Ability to completely disable firewall/conntrack as Invalid.

Closing as dupe of T5080

Aug 26 2023, 9:36 PM · VyOS 1.4 Sagitta
sarthurdev changed the status of T5080: Conntrack enabled by default, a subtask of T5160: Firewall refactor, from Open to In progress.
Aug 26 2023, 9:35 PM · VyOS 1.4 Sagitta
sarthurdev changed the status of T5080: Conntrack enabled by default from Open to In progress.
Aug 26 2023, 9:35 PM · VyOS 1.4 Sagitta
sarthurdev changed the status of T3509: No BCP38 for IPv6 on VyOS from In progress to Needs testing.
Aug 26 2023, 5:40 PM · VyOS 1.4 Sagitta

Aug 25 2023

sarthurdev added a comment to T5463: Containers allow publish IPv6 address port.

PR to fix indentation: https://github.com/vyos/vyos-1x/pull/2171

Aug 25 2023, 1:46 PM · VyOS 1.4 Sagitta

Aug 23 2023

sarthurdev claimed T3509: No BCP38 for IPv6 on VyOS.

Draft PR: https://github.com/vyos/vyos-1x/pull/2163

Aug 23 2023, 11:52 PM · VyOS 1.4 Sagitta

Aug 22 2023

sarthurdev added a comment to T3509: No BCP38 for IPv6 on VyOS.

I did start writing support for this but didn't have time to build and test it at the time. If anyone wants to test it out: https://github.com/sarthurdev/vyos-1x/commit/9199b75d75ceea3b7d49f0e3d71a19175b7b1326

Aug 22 2023, 6:34 PM · VyOS 1.4 Sagitta

Aug 16 2023

sarthurdev added a comment to T5160: Firewall refactor.

2.2: Invalid shall ALWAYS be processed BEFORE established/related/other rules otherwise it will not serve it purpose.

Aug 16 2023, 9:57 AM · VyOS 1.4 Sagitta

Jul 27 2023

sarthurdev added a comment to T5404: Ability to completely disable firewall/conntrack.

It is a bug that it’s on by default, see other task. Will be fixed after new firewall refactor is merged.

Jul 27 2023, 9:31 AM · VyOS 1.4 Sagitta

Jul 11 2023

sarthurdev added a comment to T5080: Conntrack enabled by default.

@syncer Will address this after T5160 is merged

Jul 11 2023, 9:33 PM · VyOS 1.4 Sagitta
sarthurdev moved T5275: Add op mode commands for exporting certificates to PEM files with correct headers from Need Triage to In Progress on the VyOS 1.4 Sagitta board.
Jul 11 2023, 9:26 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta
sarthurdev changed the status of T5275: Add op mode commands for exporting certificates to PEM files with correct headers from Open to Needs testing.

PR: https://github.com/vyos/vyos-1x/pull/2087

Jul 11 2023, 9:25 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta

Jul 3 2023

sarthurdev claimed T5275: Add op mode commands for exporting certificates to PEM files with correct headers.
Jul 3 2023, 8:48 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta

Jun 15 2023

sarthurdev added a comment to T5293: Support for Floating Rules (Global Firewall-Rules that are automatically applied before all other Zone Rules).

Should be possible when new refactor is merged: T5160

Jun 15 2023, 5:43 PM · VyOS 1.4 Sagitta
sarthurdev added a comment to T5294: Wildcard Domains / TLDs in Firewall-Rules (and perhaps groups).

This would have to be handled with DNS and not in the firewall. Hostnames work on firewall because they are resolved prior to use in rules.

Jun 15 2023, 5:42 PM · VyOS 1.5 Circinus

May 4 2023

sarthurdev added a comment to T5200: Static routing tables are not created with dhcp route.

It might be a boot/slow DHCP lease issue.

May 4 2023, 9:54 AM · VyOS 1.4 Sagitta

May 3 2023

sarthurdev renamed T5200: Static routing tables are not created with dhcp route from Static routing tables are not created to Static routing tables are not created with dhcp route.
May 3 2023, 10:46 PM · VyOS 1.4 Sagitta