Exposing containers ports through IPv6 tunnel doesn't work. #17606
-
Heyo, I'm having a bit of issues exposing container ports onto IPv6 network. Ports what are running on the localhost are reachable through tunnel, but ports exposed from containers didn't. I'm using CNI. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Although containers ports on IPv6 IP are being shown as |
Beta Was this translation helpful? Give feedback.
-
Problem has been solved by adding another argument |
Beta Was this translation helpful? Give feedback.
-
Also there might be required to add in
|
Beta Was this translation helpful? Give feedback.
Problem has been solved by adding another argument
-p [::]:25:25
rather than only-p 25:25
.