OOOT | OOOT : Object-Oriented Optimization Toolbox | Dependency Injection library
kandi X-RAY | OOOT Summary
kandi X-RAY | OOOT Summary
OOOT: Object-Oriented Optimization Toolbox.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of OOOT
OOOT Key Features
OOOT Examples and Code Snippets
Community Discussions
Trending Discussions on OOOT
QUESTION
I am attempting to put a Load Balancer in front of a Turn Server for use with WebRTC. I am using one turn server in my examples below until I get the load balancer working. The turn server requires multiple ports including one UDP as listed below:
- TCP 80
- TCP 443
- TCP 3478
- TCP 3479
- UDP 3478
I have attempted to place an Amazon Elastic Load Balancer (AWS ELB) in front of the Turn Server, but it does not support the UDP port. So I am now running Ubuntu on an EC2 Instance with all these ports open and I have installed NGINX.
I've edited the /etc/nginx/nginx.conf file and added a "stream" section to it with both upstream and servers for each port. However, it does not appear to be passing the traffic correctly.
...ANSWER
Answered 2018-Sep-04 at 20:04Your configuration of the NGINX Load Balancer is fine.
I suggest verifying the following:
- The security groups in your Amazon EC2 Turn Server instance should have matching inbound ports with your Load Balancer configuration.
- Check the configuration files on your turn server and verify that the ports it is listening to are the same ports as you are forwarding on your load balancer. For example, you have TCP 3479 being forwarded on your NGINX config. You need to make sure that the turn server is listening to that port.
- Lastly, you may also need to setup some IP Tables similar to what you have setup on your Turn Server. Review your Turn Server's configuration and see if you need to do any iptables or ip6table configuration on the Load Balancer.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install OOOT
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page