Skip to content
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

Accessing any client on any port from any pod #76

Open
roeeklinger opened this issue Apr 23, 2022 · 0 comments
Open

Accessing any client on any port from any pod #76

roeeklinger opened this issue Apr 23, 2022 · 0 comments

Comments

@roeeklinger
Copy link

I have a requirement that I need to reach any OpenVPN client on any port from any pod on the cluster and that the client will receive the request on the same port, so if we take your client example with Alice = 10.140.0.10 and Bob = 10.140.0.20, I need each pod in the cluster to be able to send a request to Bob on any port and have the request reach Bob on the same port, of course, the same goes to Alice as well.

To try and make it clearer:

pod in the cluster sends a request to Bob on 10.140.0.20:16273 --> request is received by Bob on port 16273
pod in the cluster sends a request to Bob on 10.140.0.20:4372 --> request is received by Bob on port 4372
pod in the cluster sends a request to Alice on 10.140.0.20:4372 --> request is received by Alice on port 4372
...
...

Is this possible to achieve?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant