Note that one probably wants to increase memory for igmp6

This commit is contained in:
Samuel Thibault 2023-12-03 22:49:52 +01:00
parent 60b78506e8
commit f00ec1c6e4

View file

@ -158,3 +158,6 @@ set ppp_keepalive yes
# #
# and allow dhcpv6 traffic: # and allow dhcpv6 traffic:
# iptables -A INPUT -i ppp+ -p udp --sport 546 --dport 547 -j ACCEPT # iptables -A INPUT -i ppp+ -p udp --sport 546 --dport 547 -j ACCEPT
#
# and increase the memory available for igmp6 for DHCPv6 and RS:
# sysctl net.core.optmem_max=10485760