Proxy LDAP port TCP 389
Jeffrey Creek
jcreek at indigital.net
Mon Jun 19 13:05:00 UTC 2017
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.
Config:
. . .
stream {
upstream ftwyin_psc_389 {
zone ftwyin_psc 64k;
server 192.168.183.20:389 weight=1;
server 192.168.183.22:389 weight=2;
}
. . .
server {
listen 192.168.183.41:389;
proxy_pass ftwyin_psc_389;
status_zone status_page;
}
. . .
I am seeing the following error in the NGINX error.log:
" connect() to 192.168.183.20:389 failed (13: Permission denied) while
connecting to upstream, client: 192.168.183.21, server: 192.168.183.41:389,
upstream: "192.168.183.20:389""
Any ideas?
--
Jeff Creek
INdigital
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20170619/0c75b972/attachment.html>
More information about the nginx
mailing list