Page MenuHomeVyOS Platform

dex (Michael Holz)
User

Projects

User does not belong to any projects.

User Details

User Since
Oct 15 2022, 10:18 AM (78 w, 2 d)

Recent Activity

Fri, Apr 12

dex added a comment to T5386: Execute VRRP transition script when `set high-availability disable` is commited.

Just to make sure: This change is part of the current nightly build, right?

Fri, Apr 12, 7:25 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Oct 8 2023

dex added a comment to T5096: Change 'accept' firewall rule action from 'return' to 'accept'.

I see, looks like a way more streamlined approach. Thank you for the information and the quick response!

Oct 8 2023, 6:54 PM · VyOS 1.4 Sagitta
dex added a comment to T5096: Change 'accept' firewall rule action from 'return' to 'accept'.

Good to hear that this was implemented, thank you! Could you elaborate in which release this feature will be available?

Oct 8 2023, 6:40 PM · VyOS 1.4 Sagitta

Jul 21 2023

dex added a comment to T5386: Execute VRRP transition script when `set high-availability disable` is commited.

Hmm, fair enough. Maybe just executing the stop script and then committing set high-availability disable is enough for maintenance periods.
One general question though out of curiosity: What are the circumstances in which the stop script is executed in the first place?

Jul 21 2023, 3:00 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
dex created T5386: Execute VRRP transition script when `set high-availability disable` is commited.
Jul 21 2023, 9:41 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Jul 17 2023

dex created T5362: `set high-availability vrrp global-parameters version 3` seems to have no effect.
Jul 17 2023, 9:01 AM · VyOS 1.4 Sagitta
dex created T5361: "monitor log" behaves like "show log".
Jul 17 2023, 7:56 AM · VyOS 1.4 Sagitta

Jul 11 2023

dex created T5350: Confusing warning message when committing VRRP config.
Jul 11 2023, 1:40 PM · VyOS 1.4 Sagitta

Jun 23 2023

dex added a comment to T4752: ICMP redirects not working / not properly configured.

Just tested again with 1.3.3. When setting set firewall send-redirects enable, ICMP redirects work fine until I reboot the router.
Before rebooting:

root@vyos:~# sysctl -a | grep send_redirect
net.ipv4.conf.all.send_redirects = 1
net.ipv4.conf.default.send_redirects = 0
net.ipv4.conf.eth0.send_redirects = 0
net.ipv4.conf.eth1.send_redirects = 0
net.ipv4.conf.eth2.send_redirects = 0
net.ipv4.conf.eth3.send_redirects = 0
net.ipv4.conf.lo.send_redirects = 0
net.ipv4.conf.wg0.send_redirects = 0

After rebooting:

root@vyos:~# sysctl -a | grep send_redirect
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.default.send_redirects = 0
net.ipv4.conf.eth0.send_redirects = 0
net.ipv4.conf.eth1.send_redirects = 0
net.ipv4.conf.eth2.send_redirects = 0
net.ipv4.conf.eth3.send_redirects = 0
net.ipv4.conf.lo.send_redirects = 1
net.ipv4.conf.wg0.send_redirects = 0
Jun 23 2023, 12:16 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta

May 24 2023

dex added a comment to T4733: Feature Request: dhcp server: add VRF support.

Sorry to write on a closed task, but without specifying a vrf (or some kind of identifier for that matter), how will the DHCP server decide which shared network to use since they have identical subnets configured?

May 24 2023, 12:26 PM · VyOS 1.4 Sagitta

Mar 16 2023

dex created T5096: Change 'accept' firewall rule action from 'return' to 'accept'.
Mar 16 2023, 4:58 PM · VyOS 1.4 Sagitta

Mar 8 2023

dex created T5067: Recursively change group names in firewall rules.
Mar 8 2023, 2:13 PM · VyOS 1.5 Circinus
dex added a comment to T5064: Value validation for domain-groups seems to be broken.

Looking at the regex it seems that . (dot) is also allowed. Is that right? If so, the error message should be altered accordingly.

Mar 8 2023, 1:35 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
dex created T5065: Mixing `destination port xxx` and `destination group port-group yyy` in firewall rules doesn't work, but can be commited.
Mar 8 2023, 9:48 AM · VyOS 1.4 Sagitta
dex updated the task description for T5064: Value validation for domain-groups seems to be broken.
Mar 8 2023, 9:01 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
dex created T5064: Value validation for domain-groups seems to be broken.
Mar 8 2023, 8:51 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
dex added a comment to T5062: `set failed` after VRRP transition scripts.

I can confirm that after adding the aforementioned code block to my scripts everything works as expected.

Mar 8 2023, 7:56 AM · VyOS 1.4 Sagitta

Mar 7 2023

dex added a comment to T5062: `set failed` after VRRP transition scripts.

I'll take a look at the guidelines to contribute, thank you!

Mar 7 2023, 2:17 PM · VyOS 1.4 Sagitta
dex added a comment to T5062: `set failed` after VRRP transition scripts.

Thank you for the clarification, I will edit my scripts accordingly. I was under the impression that VRRP transition scripts are called with the vyattacfg group out of the box, since there is an example in the documentation which has the sg part missing: https://docs.vyos.io/en/latest/automation/command-scripting.html#run-configuration-commands

Mar 7 2023, 2:05 PM · VyOS 1.4 Sagitta
dex created T5062: `set failed` after VRRP transition scripts.
Mar 7 2023, 12:48 PM · VyOS 1.4 Sagitta
dex created T5061: All containers restart on config change.
Mar 7 2023, 12:33 PM · VyOS 1.4 Sagitta
dex created T5060: add a VRRP 'maintenance mode'.
Mar 7 2023, 12:25 PM · VyOS 1.4 Sagitta
dex created T5059: add 'disable' option to DHCP relay config.
Mar 7 2023, 12:12 PM · VyOS 1.4 Sagitta

Oct 15 2022

dex created T4752: ICMP redirects not working / not properly configured.
Oct 15 2022, 11:00 AM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta