AndrewGuenther / fck-nat

Feasible cost konfigurable NAT: An AWS NAT Instance AMI
https://fck-nat.dev
MIT License
1.27k stars 50 forks source link

WebRTC and P2P connection support #96

Closed mahadevan-k closed 4 weeks ago

mahadevan-k commented 4 weeks ago

We're facing a problem with establishing WebRTC connections over AWS managed NAT Gateway because it doesn't allow inbound traffic.

Does fck-nat support this? Is it possible to add support if its not available?

AndrewGuenther commented 4 weeks ago

NATs aren't intended to handle inbound traffic. You would either want a load balancer or to expose your services directly to the internet. Handling of inbound connections is out of scope for this project.