We are using NGINX open source version 1.12.2 and we have NaT ip configure
on vm physical interface.

Issue we have , NGINX is changing IP address during reverse proxy step. 

udp Incoming request is coming from client in internet and request transfer
to connected NAT interface ip

Then it split connect to private ip on other physical interface and forward
request to backend 
Client, But during same reverse process while going out NGINX is changing IP
address.
It should be same nat IP as request was recieved, but it’s trying to connect
with client via private 
Ip due to this connection is not happening and our service is not working

Note: We are using UDP protocol. Please suggest how to fix this 



Does open source NGINX support UDP load balancing ?

Posted at Nginx Forum: 
https://forum.nginx.org/read.php?2,285136,285136#msg-285136

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to