I setup a server in a DMZ with a public address given my ISP. 12.x.x.1 , I need to access LDAP internally, 192.168.x.1. I am not sure the proper procedure, so 12.x.x.1 can Query LDAP on 192.168.x.1.
The DMZ eth0/1.1 is a sub-interface of the inside Eth0/1, the outside being Eth 0/0
I am able to access the server 12.x.x.1, via port 80, as I have in my “Access Rule”
"access-list OutsideIn extended permit tcp any host 12.x.x.1 eq http"
I am unclear out to get 12.x.x.1, to access 192.168.x.1 can do an LDAP Query.
Thank you any help