cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
241
Views
0
Helpful
2
Replies

Access DMZ ffom Inside

mahirv8680
Level 1
Level 1

Hi,

I've got a web server in the DMZ (single IP address). I somehow managed to get the users from the inside interface to access the web server in the DMZ but sometimes its takes about 20 to 30 seconds to show up which is way too long. Is this to do with my DNS settings or with the PIX settings? Which of the two settings below should I use for the pix?

DMZ Subnet: 10.3.30.0 / 255.255.255.0

DMZ web server: 10.3.30.100

Inside Subnet: 172.16.0.0 / 255.255.0.0

static (inside,dmz) 172.16.0.0 172.16.0.0 netmask 255.255.0.0

acl dmz permit tcp 10.3.30.0 0.0.0.255 172.16.0.0 0.0.255.255 eq 80

access-group dmz in interface dmz

or no nat?

access-list nonat extended permit ip 172.16.0.0 255.255.0.0 10.3.30.0 255.255.255.0

nat (inside) 0 access-list nonat

Or should I create and ip pool?

If it's none of the above, could you please give me a suggestion of what to do (what config I should enter)?

Thanks. Appreciate it.

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Mahir

You do not need the access-list

acl dmz permit tcp 10.3.30.0 0.0.0.255 172.16.0.0 0.0.255.255 eq 80

access-group dmz in interface dmz

because the firewall is stateful so if the connection is initiated from the inside to the DMZ the return traffic will be allowed. So remove the access-list.

Static or nonat shouldn't make much differenc.

Are youi accessing the web server on the URL or by IP address. If URL how is that being resolved ?

Jon

I'm accessing the web server in DMZ through URL. I've got DNS server on the inside and on the webserver in DMZ I also installed own DNS. I've entered records for web server on inside DNS to resolve name. Something else I should do?

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card