<div dir="ltr"><div>I am trying to use NGINX Plus (nginx version: nginx/1.11.10 (nginx-plus-r12-p2)) as a load balancer for VMware Platform Services Controller v 6.5. Everything seems to work except port 389. <br><br></div><div>Config:<br><br>. . . <br>stream {<br> upstream ftwyin_psc_389 {<br> zone ftwyin_psc 64k;<br> server <a href="http://192.168.183.20:389">192.168.183.20:389</a> weight=1;<br> server <a href="http://192.168.183.22:389">192.168.183.22:389</a> weight=2;<br> }<br>. . . <br><br>server {<br> listen <a href="http://192.168.183.41:389">192.168.183.41:389</a>;<br> proxy_pass ftwyin_psc_389;<br> status_zone status_page;<br> }<br>. . .<br></div><div><br><br></div>I am seeing the following error in the NGINX error.log:<br>" connect() to <a href="http://192.168.183.20:389">192.168.183.20:389</a> failed (13: Permission denied) while connecting to upstream, client: 192.168.183.21, server: <a href="http://192.168.183.41:389">192.168.183.41:389</a>, upstream: "<a href="http://192.168.183.20:389">192.168.183.20:389</a>""<br><br><br clear="all"><div><div>Any ideas?<br></div><div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>Jeff Creek<br></div>INdigital<br></div></div></div></div></div></div>
</div></div></div>