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

How External IP Setting for TCP/UDP? #2

Open
nowjean opened this issue Mar 12, 2021 · 3 comments
Open

How External IP Setting for TCP/UDP? #2

nowjean opened this issue Mar 12, 2021 · 3 comments
Labels
question Further information is requested

Comments

@nowjean
Copy link

nowjean commented Mar 12, 2021

Hi.
I wondering about IP setup. Now i trying to this coturn on kubernetes.
and i have only one public ip for UDP.

and it looks working good. but as i know coturn need to Two IP Addresses for TCP/UPD.
Is it okay for only one ip address for UDP???

If i have to get two IPs for TCP/UDP, how can i setup on coturn-deployment???

@ananace
Copy link
Owner

ananace commented Mar 12, 2021

I'm unsure how things would work with separate IPs for TCP and UDP, coturn generally expects them to be shared on the same address.
You can of course run pure TCP or pure UDP, there's no requirement on coturn itself to use both at the same time.

@nowjean
Copy link
Author

nowjean commented Mar 12, 2021

Thanks for your answer.

You made coturn deployment for k8s right? how's your coturn on k8s??? it works well???

I updated some configuration and images to coturn officaill image to coturn/coturn:4.5.2
and it working well my k8s cluster.

Now i have only one public ip for UDP..
I just wondering about this coturn on k8s truly works well..???

@ananace
Copy link
Owner

ananace commented Mar 12, 2021

I'm running a pair of deploys on bare-metal clusters, serving on both TCP and UDP using MetalLB with their "IP Address Sharing"

TURN tends to enjoy fewer indirections though, so the easiest way to set it up is to simply share the host network.

@ananace ananace added the question Further information is requested label Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants