-
-
Notifications
You must be signed in to change notification settings - Fork 675
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
Added Oracle Cloud ipv6 docs configuration #1088
Conversation
this guide also uses tunnelbroker |
Main configuration in tunnelbroker guide uses example on netplan, which isn't configured as primary network interface for oracle. I thought the creation of images-like tutorial would be cool anyway |
how about you create a generic non netplan tunnelbroker variant then? |
that would be great. I'll take a look at it when I have some time. i think we can close pr in that case |
you can keep this pr open and just push changes as you make those, but it's your choice |
your commits will get squashed into one at the end |
when I have some changes ready, i'll reopen again |
- For `IP Protocol` change to: **ICMP** | ||
So your fully configured `Ingress Rule` should look like this: | ||
|
||
![image](https://github.com/user-attachments/assets/ef467326-05e2-4f3a-ac30-ae33726b66f4) |
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.
Wouldn't allowing the Echo Request ICMP packet (type 8) rather than all be enough? TunnelBroker's FAQ seems to suggest that.
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.
Oh jesus, right. I completely forgot to exclude the All
from the image. There was never meant to be the All
since it's allowing too much.
No description provided.