cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
853
Views
0
Helpful
4
Replies

PIX-accessing internal server via external addresses

Faisal Shahid
Level 1
Level 1

Kindly See the attachment

We have a PIX firewall in front of our application server and assigned application server an internal IP address. We configured PAT to allow our clients to get Internet access and configured static NAT entry to map one of the external IP to our application server. our client machines and application server are on the same PIX inside interface.

Now clients are accessing Internet perfectly and Internet users can access our application server.

Problem is we want our inside client to access this application server using external global address.

Ping from the inside client to the router interface is successfull but client is unable to ping our application server using global IP.

4 Replies 4

mehrdad
Level 3
Level 3

In your case it's normal behavior that you can't ping global address from inside.

Do you have DNS name for your application server?

if true, you can use 'alias' command as DNS Doctoring for you situation, let's take a look :

Assuming that you've configured your application DNS record name with global ip address and anyone can access to your app. server from outside, now when a client from inside requests DNS query, the DNS server resolve global address and the client at inside can't connect to app. server.

In this scenario you can use alias command as DNS doctor to rewrite global address with local address so when someone from inside request to connect to app. server , it resolves local ip address for him/her then he/she can be able to access to app. server properly also anyone can connect to app. server from outside same as before (without any alteration)

alias (inside) 192.168.0.10 202.147.189.178 255.255.255.255

for more information :

http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094aee.shtml

Hope this help.

Regards,

Mehrdad Arshad Rad

Thankyou for this reply

But if I don't have the DNS server what is the solution, is there any way I can access my server using IP address not DNS name

Regards,

Faraz Ahmad

Unfortunately you can't access to app. server through public ip address from inside in your case.

If you have to ping app. server from inside through public ip address, you should add public ip address on your server then apply it to NAT 0 so you have to change some configuration on your PIX (maybe on your perimeter router too)

Regards,

Mehrdad Arshad Rad

Hi,

"Unfortunately you can't access to app. server through public ip address from inside in your case.

If you have to ping app. server from inside through public ip address, you should add public ip address on your server then apply it to NAT 0 so you have to change some configuration on your PIX (maybe on your perimeter router too)"

How would the pc communicates with the server providing they belong to different network? Does it mean an internal router is required?

Review Cisco Networking for a $25 gift card