Page MenuHomeVyOS Platform
Feed Advanced Search

Jul 7 2023

diekos added a comment to T970: Hostname Support in NAT and Firewall Rules.

I tested this feature with the following firewall config:

set firewall group domain-group DG_TEST address 'nu.nl'
set firewall group domain-group DG_TEST address 'www.nu.nl'
set firewall interface eth1 out name 'ETH1_OUT'
set firewall name ETH1_OUT default-action 'accept'
set firewall name ETH1_OUT rule 10 action 'drop'
set firewall name ETH1_OUT rule 10 destination group domain-group 'DG_TEST'
Jul 7 2023, 1:43 PM · VyOS 1.4 Sagitta

Jul 3 2023

diekos added a comment to T5334: ospf: add support for External Route Summarisation Type-5 and Type-7.

I can update the documentation when the feature is implemented.

Jul 3 2023, 1:52 PM · VyOS 1.4 Sagitta

Jul 18 2022

diekos added a comment to T3435: NAT rules show corruption.

Confirmed to work correctly on version VyOS 1.4-rolling-202207180802.

Jul 18 2022, 11:09 AM · VyOS 1.4 Sagitta

Jul 16 2022

diekos added a comment to T3435: NAT rules show corruption.

Error still present on VyOS 1.4-rolling-202201020317

vyos@vyos:~$ show nat source rules 
Traceback (most recent call last):
  File "/usr/libexec/vyos/op_mode/show_nat_rules.py", line 114, in <module>
    print(format_nat_rule.format(rule, srcdests[0], tran_addr, interface))
IndexError: list index out of range
Rule       Source                                             Translation                                        Outbound Interface
----       ------                                             -----------                                        ------------------
vyos@vyos:~$ show ver

Version:          VyOS 1.4-rolling-202201020317
Release train:    sagitta

Nat config in this example:

vyos@vyos:~$ show config comm | grep nat
set nat source rule 10 description 'Masquerade to NAT'
set nat source rule 10 outbound-interface 'eth0'
set nat source rule 10 translation address 'masquerade'
Jul 16 2022, 11:47 AM · VyOS 1.4 Sagitta
diekos added a comment to T4028: FRR 8.1 routes not being applied to routing table after reboot if an interface has 2 ip addresses.

@Viacheslav
Yes, the output of show ip route and sudo ip route are after a reboot.

Jul 16 2022, 10:59 AM · VyOS 1.4 Sagitta

Jul 14 2022

diekos added a comment to T4028: FRR 8.1 routes not being applied to routing table after reboot if an interface has 2 ip addresses.

Just tested this on VyOS 1.4-rolling-202207111030, with the following commands:

Jul 14 2022, 8:33 PM · VyOS 1.4 Sagitta

Jul 6 2022

diekos added a comment to T4299: Firewall - GeoIP filtering.

I see that the pull request was accepted. I just tested it with the latest rolling and it seems to work as expected.
Thanks a lot!

Jul 6 2022, 8:44 AM · VyOS 1.4 Sagitta

Jun 29 2022

diekos added a comment to T4299: Firewall - GeoIP filtering.

Because with a rule like that I accept everything coming from nl from wan to lan, or I would need to add the source nl to every rule. That's why I did it with a deny not coming from nl on top, and then specific rules for the traffic that I want to accept.

Jun 29 2022, 3:28 PM · VyOS 1.4 Sagitta

Jun 26 2022

diekos added a comment to T4299: Firewall - GeoIP filtering.

I just tested it on VyOS 1.4-rolling-202206260217, everything seems to work so far!
It would be nice to also have the negate option, something like:

Jun 26 2022, 9:34 PM · VyOS 1.4 Sagitta

Sep 24 2020

diekos closed T2896: set ip route 0.0.0.0/0 dhcp-interface eth0 as Resolved.

I saw that the new build was online, so I added the image, rebooted and tried to issue the command again.
Everything seems to work, no error when committing and the route is added.

Sep 24 2020, 9:06 PM · VyOS 1.3 Equuleus (1.3.0)

Sep 23 2020

diekos added a comment to T2896: set ip route 0.0.0.0/0 dhcp-interface eth0.

I will test with the new release and report my results.
Thank you very much!

Sep 23 2020, 12:24 PM · VyOS 1.3 Equuleus (1.3.0)

Sep 22 2020

diekos added a comment to T2896: set ip route 0.0.0.0/0 dhcp-interface eth0.

I only know some python but that looks like the part that gets the gateway from the lease file.
My simple mind would say that the underscore needs to be replaced with a dot, but I have no idea if it really is that simple.

Sep 22 2020, 6:41 PM · VyOS 1.3 Equuleus (1.3.0)

Sep 18 2020

diekos updated the task description for T2896: set ip route 0.0.0.0/0 dhcp-interface eth0.
Sep 18 2020, 6:56 PM · VyOS 1.3 Equuleus (1.3.0)
diekos created T2896: set ip route 0.0.0.0/0 dhcp-interface eth0.
Sep 18 2020, 6:55 PM · VyOS 1.3 Equuleus (1.3.0)