Advertisement

08.20.2008 at 07:04AM PDT, ID: 23663121
[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!

8.2

Cisco Pix515 firewall configuration

Asked by ni_ci in Cisco PIX Firewall

Tags: , ,

I need to allow access thru a pix firewall from the inside interface to an ip address off the orange interface.  The address I need to permit access to is 198.133.252.202.  I need to allow ICMP and TCP traffic to this address for the 10.60.0.0 /16 LAN on the inside.

The relevant firewall config is below.  I am sure this is a simple(ish) change but am stuck.

nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet4 orange security10
access-list no_nat permit ip host 10.60.2.1 any
access-list no_nat permit icmp host 10.60.2.1 any
access-list no_nat permit ip 10.60.0.0 255.255.0.0 10.70.0.0 255.255.0.0
access-list no_nat permit ip 10.60.0.0 255.255.0.0 host 172.16.2.110
access-list no_nat permit ip 10.60.0.0 255.255.0.0 host 172.16.2.111
access-list no_nat permit ip 10.0.50.0 255.255.255.0 10.70.0.0 255.255.0.0
access-list no_nat permit ip 10.60.0.0 255.255.0.0 host 172.16.2.115
access-list no_nat permit ip 10.10.0.0 255.255.0.0 host 172.16.2.110
access-list no_nat permit ip 10.10.0.0 255.255.0.0 host 172.16.2.120
access-list no_nat permit ip 10.60.0.0 255.255.0.0 host 172.16.2.120
access-list no_nat permit ip 10.10.0.0 255.255.0.0 host 172.16.2.130
access-list no_nat permit ip 10.60.0.0 255.255.0.0 host 172.16.2.130
access-list no_nat permit ip 10.10.0.0 255.255.0.0 host 172.16.2.112
access-list no_nat permit ip 10.60.0.0 255.255.0.0 host 172.16.2.112
access-list no_nat permit ip any host 172.16.2.145
access-list no_nat permit ip any host 172.16.2.146
access-list no_nat permit ip any host 172.16.2.137
access-list no_nat permit ip 10.60.0.0 255.255.0.0 host 172.16.2.125
access-list no_nat permit ip 10.60.0.0 255.255.0.0 host 172.16.2.50
access-list no_nat permit ip any host 198.133.252.202
access-list no_nat permit ip 10.60.0.0 255.255.0.0 host 172.16.2.60
access-list no_nat permit ip 10.60.0.0 255.255.0.0 host 172.16.2.180
access-list no_nat permit ip 10.60.0.0 255.255.0.0 host 172.16.2.185
access-list no_nat permit ip 10.60.0.0 255.255.0.0 host 172.16.2.186
access-list no_nat permit ip 10.10.0.0 255.255.0.0 any
access-list no_nat permit ip any host 172.16.2.51
access-list no_nat permit ip any host 172.16.2.201
access-list no_nat permit ip any host 172.16.2.202
access-list no_nat permit ip any 172.18.2.0 255.255.255.0
access-list no_nat permit ip any host 172.16.2.203
access-list no_nat permit ip 10.0.50.0 255.255.255.0 172.18.2.0 255.255.255.0
access-list no_nat permit ip any any
access-list no_nat permit ip 10.60.0.0 255.255.0.0 host 172.16.2.147
access-list no_nat permit ip 192.168.0.0 255.255.0.0 host 172.16.2.147
access-list no_nat permit ip any 204.90.162.0 255.255.255.0
access-list no_nat permit ip any 198.133.252.0 255.255.255.0
access-list orange_in permit icmp any any
access-list orange_in permit ip any 10.70.0.0 255.255.0.0
access-list orange_in permit tcp any host 172.26.9.14 eq ftp
access-list orange_in permit icmp any host 172.26.9.14
access-list orange_in permit ip any host 172.16.2.140
access-list orange_in permit icmp any host 172.26.9.13
access-list orange_in permit ip any host 172.16.2.142
access-list orange_in permit tcp any host 172.26.9.13 eq www
access-list orange_in permit tcp any host 172.26.9.12 eq ftp
access-list orange_in permit tcp any host 172.26.9.11 eq ftp
access-list orange_in permit tcp any host 172.26.9.10 eq www
access-list orange_in permit tcp any host 172.26.9.8 eq www
ip address inside 10.60.1.4 255.255.0.0
ip address orange 172.26.9.4 255.255.255.240
global (outside) 1 interface
global (orange) 1 interface
nat (inside) 0 access-list no_nat
access-group orange_in in interface orange
route outside 0.0.0.0 0.0.0.0 66.66.66.6 1
route orange 198.133.252.0 255.255.255.0 172.26.9.1 1Start Free Trial
[+][-]08.20.2008 at 08:07AM PDT, ID: 22270431

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.20.2008 at 08:23AM PDT, ID: 22270627

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.21.2008 at 05:10AM PDT, ID: 22278415

View this solution now by starting your 7-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

Zone: Cisco PIX Firewall
Tags: Cisco, PIX, 515
Sign Up Now!
Solution Provided By: ni_ci
Participating Experts: 1
Solution Grade: A
 
 
[+][-]08.21.2008 at 07:33AM PDT, ID: 22279941

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.21.2008 at 08:35AM PDT, ID: 22280660

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628