Replies: 3 comments 1 reply
-
try this:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Is there a reason this isn't the default behavior? Just found this thread and glad I did. =) |
Beta Was this translation helpful? Give feedback.
0 replies
-
The latest release already seems to allow icmp6 by default... {
"Table": "",
"Chain": "",
"UUID": "4aee98da-3e87-4fc4-9ff6-86aac259697c",
"Enabled": true,
"Position": "0",
"Description": "Allow ICMPv6",
"Parameters": "",
"Expressions": [
{
"Statement": {
"Op": "",
"Name": "icmpv6",
"Values": [
{
"Key": "type",
"Value": "echo-request,echo-reply,destination-unreachable"
}
]
}
}
],
"Target": "accept",
"TargetParameters": ""
}, Thread should be closed 😉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am using 1.4.0 with eBPF - works great so far, good job to all the contributors!
My question is, how can I allow IPv6 ICMP with system-fw.json?
currently
ping google.com
via ipv4 works, butping -6 google.com
does not and I am not sure how to add ip6tables rule via the config file.Beta Was this translation helpful? Give feedback.
All reactions