[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.0

Access Webserver on ASA DMZ from Inside

Asked by spickles1 in Network Software Firewalls, Enterprise Firewalls, Cisco PIX Firewall

I've got an ASA5510 running 8.2(1) with a Webserver in the DMZ.  The webserver can be accessed from outside just fine.  But I cannot access our website from within.  I can ping the private address from inside, but not the public ip.  I can ping the public IP from outside.  I see several posts indicating that a static NAT translation from INSIDE to INSIDE is recommended (i.e. keep the source and destination network the same).  My firewall is in routed mode, so I chose to use a NAT exempt rule instead.  An example would be trying to access my webserver (10.208.11.99 / 24) from a host on another Class A subnet (10.208.13.104 / 24).  I am specifying all subnets on their VLSM, so my NAT exempt is NOT 10.0.0.0 / 8 <--> 10.0.0.0 / 8.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
name 10.208.11.99 Webserver_Inside description Webserver
name 24.x.x.21 Webserver_Outside description Webserver Public IP
name 24.x.x.17 ASA5510_Outside description ASA5510 Public IP
!
interface Ethernet0/0
 nameif outside
 security-level 0
 ip address ASA5510_Outside 255.255.255.248 
!
interface Ethernet0/1
 nameif inside
 security-level 100
 ip address 192.168.0.10 255.255.255.252 
!
interface Ethernet0/2
 nameif dmz
 security-level 50
 ip address 10.208.11.1 255.255.255.0 
!
interface Ethernet0/3
 shutdown
 nameif management
 security-level 100
 ip address 1.1.1.1 255.255.255.0 
!
interface Management0/0
 shutdown
 no nameif
 no security-level
 no ip address
!
access-list inside_nat0_outbound extended permit ip object-group DM_INLINE_NETWORK_3 host Webserver_Inside 
access-list dmz_nat0_outbound extended permit ip host Webserver_Inside object-group DM_INLINE_NETWORK_4 
global (outside) 1 interface
global (dmz) 2 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0
nat (outside) 1 0.0.0.0 0.0.0.0
nat (dmz) 0 access-list dmz_nat0_outbound outside
static (dmz,outside) Webserver_Outside Webserver_Inside netmask 255.255.255.255 
static (inside,outside) Barracuda_Outside Barracuda_Inside netmask 255.255.255.255 
static (outside,inside) Barracuda_Inside Barracuda_Outside netmask 255.255.255.255 
static (dmz,inside) Webserver_Outside Webserver_Inside netmask 255.255.255.255 
access-group inside_access_in in interface inside
access-group outside_access_in in interface outside
access-group dmz_access_in in interface dmz
!
route outside 0.0.0.0 0.0.0.0 24.x.x.22 1
[+][-]08/19/09 03:46 PM, ID: 25138094Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]08/19/09 04:33 PM, ID: 25138295Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]08/19/09 06:14 PM, ID: 25138692Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/19/09 06:21 PM, ID: 25138727Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/19/09 07:11 PM, ID: 25138916Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/19/09 07:17 PM, ID: 25138944Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/20/09 09:06 AM, ID: 25144204Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/20/09 10:46 AM, ID: 25145222Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Network Software Firewalls, Enterprise Firewalls, Cisco PIX Firewall
Sign Up Now!
Solution Provided By: spickles1
Participating Experts: 2
Solution Grade: A
 
 
Loading Advertisement...
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625