User Details
- User Since
- Sep 17 2020, 6:18 AM (236 w, 5 d)
Jul 7 2023
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 3 2023
I can update the documentation when the feature is implemented.
Jul 18 2022
Confirmed to work correctly on version VyOS 1.4-rolling-202207180802.
Jul 16 2022
@Viacheslav
Yes, the output of show ip route and sudo ip route are after a reboot.
Jul 14 2022
Just tested this on VyOS 1.4-rolling-202207111030, with the following commands:
Jul 6 2022
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!
Jun 29 2022
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 26 2022
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:
Sep 24 2020
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 23 2020
I will test with the new release and report my results.
Thank you very much!
Sep 22 2020
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.