Logon authentication from server in DMZ

  • Thread starter Thread starter Alfredo
  • Start date Start date
A

Alfredo

I have a server in my DMZ and I am trying to authenticate
to my internal domain through a Cisco PIX firewall. I am
testing at the moment and I have opened all the ports on
the firewall but I still can not authenticate. Any ideas
how to authenticate through a firewall?
 
also make sure you are not doing any NAT or PAT.

configure a static entry to itself. for example your DC's
IP address is 172.16.1.1, your static entry should be:

static (DMZ,inside) 172.16.1.1 172.16.1.1 netmask
255.255.255.255

also do the same thing to the server in the DMZ

hope this helps..........
 
Back
Top