Skip to content

Commit

Permalink
disable blocking router advertisement
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalaxx committed Dec 8, 2024
1 parent 41a865b commit 4799bc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions files/system/etc/sysctl.d/hardening_network.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ net.ipv6.conf.all.accept_source_route = 0
net.ipv6.conf.default.accept_source_route = 0

# Block router advertisement
net.ipv6.conf.all.accept_ra = 0
net.ipv6.conf.default.accept_ra = 0
# Blocking this may cause issue on networks using IPv6 since it will prevent the device from finding the Internet gateway
# net.ipv6.conf.all.accept_ra = 0
# net.ipv6.conf.default.accept_ra = 0

# Disable TCP SACK
net.ipv4.tcp_sack = 0
Expand Down

0 comments on commit 4799bc1

Please sign in to comment.