-
Notifications
You must be signed in to change notification settings - Fork 759
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
Prevent ICMP redirects not default Tunable #3410
Comments
|
This only influences new installs / factory resets b424a2f o system: new tunables factory default to prevent ICMP redirects being sent (net.inet.icmp.drop_redirect=1) |
|
Are these rules handled like the firewall rules processing order (from top to bottom) because I see them duplicated now at the bottom of the list after hitting the "Default" Red button now in System: Settings: Tunables? The file at src/etc/config.xml.sample has these tunables duplicated in them. |
|
They shouldn't duplicate, but if you want to be sure what the current value is, on a console execute: I'll take a look at the tunables/default button, but you can always remove the first (faulty) entry to make sure you have the correct setting. |
(cherry picked from commit 6101ba8)
This issue has been reported by Keropiko in the forum since 19.1.3 but has not been resolved or addressed by a Dev. I can confirm this issue still exists in 19.1.6
See the following post for details:
https://forum.opnsense.org/index.php?topic=11956.msg54541#msg54541
Tunable appears to default to off instead of on as it should.
net.inet.icmp.drop_redirect=default (0) and must manually be edited to (1).
The text was updated successfully, but these errors were encountered: