-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firewall: T5493: Implement remote-group #4326
base: current
Are you sure you want to change the base?
Conversation
👍 |
Which format is expected for the "externallist" ? 01
02
03
04
Or something else? If some list contains my IP ASN addresses or some bogons' addresses, can I skip them? |
@sever-sever in my latest commit all of the list format examples you gave would load correctly, however the FQDN entry in this example would be skipped.
The remote-group will accepts text-list's containing any mix of IPv4 addresses, CIDR’s, or ranges (127.0.0.1, 127.0.1.0/24, 127.0.2.5-127.0.2.10) delimitated by line breaks. We could add support in the future to resolve the IPv4 addresses of FQDN entries specified in lists. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some nitpicking, but otherwise a good PR. Thanks!
Thanks for the feedback, I've updated my commit as per your suggestions. |
CI integration ❌ failed! Details
|
Change summary
Initial implementation of firewall remote-group capabilities. This PR adds the 'remote-group' tag-node to the firewall, which utilises the vyos-domain-resolver to fetch & load a list of IPv4 networks/address's from an external URL.
Types of changes
Related Task(s)
https://vyos.dev/T5493
Related PR(s)
How to test / Smoketest result
Test Steps
Smoke Test
Checklist: