[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.8

ASDM Getting an internal IP to route out 443 Cant ?

Asked by ritztech in Cisco PIX Firewall, Network Routers

i have a odd and easy issue at the same time in the log

: Built dynamic tcp translation from inside:10.242.220.2/1111 to outside:22.xx.xx.202/24279

 Built outbound TCP connection 219025265 for inside:10.242.220.2/1111 (22.xx.xx.202/24279) to outside:216.191.234.91/443 (216.191.234.91/443)  (website to log in and such)



i have it saying the connection for it but its not going through

basically im trying to figure out if i need to add acl statements (ive tried)

like its from

10.242.220.2 Internal to get out on the internet using port 443



interface Vlan5
 nameif inside
 security-level 100
 ip address 10.220.5.251 255.255.255.0
 ospf cost 10
!
interface Vlan200
 nameif outside
 security-level 0
 ip address 22.xx.xx.202 255.255.255.248
 ospf cost 10
!
interface Vlan201
 nameif dmz
 security-level 70
 ip address 172.22.201.251 255.255.255.0
 ospf cost 10
!
no ftp mode passive
object-group network web
 network-object host 22.xx.xx.198
object-group network INTERNAL_DNS
 network-object host 172.22.201.220
 network-object host 172.22.201.75
object-group network web_INSIDE
 network-object host 172.22.201.110
object-group network INTERNAL_NETWORK
 network-object 172.20.0.0 255.255.0.0
 network-object 10.0.0.0 255.0.0.0
 network-object 192.168.0.0 255.255.0.0
object-group network 2X_SERVERS
 network-object 172.20.225.141 255.255.255.255
 network-object 172.20.225.142 255.255.255.255
object-group network INTERNAL_DNS_INSIDE
 network-object host 172.20.215.46
access-list OUTSIDE extended permit icmp any any unreachable
access-list OUTSIDE extended permit icmp any any time-exceeded
access-list OUTSIDE extended permit udp host 162.xx.xx.192 host 172.20.201.226 eq ntp inactive
access-list OUTSIDE extended permit tcp any host 22.xx.xx.200 eq 34002
access-list OUTSIDE extended permit tcp any host 22.xx.xx.201 eq ftp
access-list OUTSIDE extended permit tcp any host 22.xx.xx.201 eq www
access-list OUTSIDE extended permit icmp any any echo-reply log
access-list OUTSIDE extended permit ip any host 10.242.220.2 log
access-list OUTSIDE extended permit tcp interface outside host 10.242.220.2 eq https
access-list OUTSIDE extended permit tcp any host 22.xx.xx.202 eq ssh
access-list OUTSIDE extended permit tcp any host 22.xx.xx.202 eq https
access-list OUTSIDE extended permit tcp any host 22.xx.xx.202 eq 8222
access-list OUTSIDE extended permit tcp any host 22.xx.xx.202 eq 8
access-list INSIDE extended permit ip any any
access-list DMZ extended permit tcp host 172.22.201.120 object-group 2X_SERVERS eq 30004
access-list DMZ extended permit tcp host 172.22.201.120 object-group 2X_SERVERS eq 20003
access-list DMZ extended permit ip host 172.22.201.116 any
access-list outside_access_in extended permit tcp any interface outside eq www
access-list outside_access_in extended permit tcp any interface outside eq https
access-list outside_access_in extended permit tcp any interface outside eq smtp
access-list outside_access_in extended permit tcp any interface outside eq ssh
access-list outside_access_in extended permit tcp any interface outside eq 8222
access-list outside_access_in extended permit tcp any interface outside eq 8
access-list outside standard permit any
pager lines 24
logging enable
logging console debugging
logging monitor debugging
logging buffered debugging
logging trap debugging
logging asdm informational
logging host inside 172.20.100.100
mtu inside 1500
mtu outside 1500
mtu dmz 1500
no failover
failover lan unit secondary
icmp permit any inside
icmp permit any outside
icmp permit any dmz
no asdm history enable
arp timeout 14400
nat-control
global (outside) 1 interface
global (dmz) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
nat (dmz) 1 172.22.201.0 255.255.255.0
alias (inside) 22.xx.xx.198 172.22.201.110 255.255.255.255
static (dmz,outside) 22.xx.xx.198 172.22.201.110 netmask 255.255.255.255
static (inside,outside) 22.xx.xx.200 172.20.225.129 netmask 255.255.255.255
static (inside,dmz) 10.226.8.0 10.226.8.0 netmask 255.255.255.0
static (dmz,outside) 22.xx.xx.221 172.22.201.116 netmask 255.255.255.255
static (inside,outside) 172.20.201.226 172.20.225.76 netmask 255.255.255.255
access-group INSIDE in interface inside
access-group OUTSIDE in interface outside
access-group DMZ in interface dmz
route outside 0.0.0.0 0.0.0.0 22.xx.xx.197 1
!
router ospf 20
 network 10.220.5.0 255.255.255.0 area 0
 network 172.22.201.0 255.255.255.0 area 1
 router-id 10.220.5.251
 log-adj-changes
!
 
Loading Advertisement...
 
[+][-]02/16/09 05:12 AM, ID: 23649363Accepted 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: Cisco PIX Firewall, Network Routers
Sign Up Now!
Solution Provided By: JFrederick29
Participating Experts: 2
Solution Grade: A
 
[+][-]02/05/09 05:55 PM, ID: 23566229Author 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.

 
[+][-]02/06/09 05:22 AM, ID: 23569448Expert 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.

 
[+][-]02/06/09 05:23 AM, ID: 23569456Expert 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.

 
[+][-]02/06/09 06:15 AM, ID: 23569841Author 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.

 
[+][-]02/06/09 06:24 AM, ID: 23569930Expert 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.

 
[+][-]02/06/09 06:24 AM, ID: 23569933Author 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.

 
[+][-]02/06/09 06:25 AM, ID: 23569945Author 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.

 
[+][-]02/06/09 06:25 AM, ID: 23569947Expert 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.

 
[+][-]02/06/09 06:36 AM, ID: 23570044Author 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.

 
[+][-]02/06/09 06:37 AM, ID: 23570053Author 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.

 
[+][-]02/06/09 06:38 AM, ID: 23570058Author 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.

 
[+][-]02/06/09 06:42 AM, ID: 23570096Expert 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.

 
[+][-]02/06/09 06:49 AM, ID: 23570175Author 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.

 
[+][-]02/06/09 06:57 AM, ID: 23570266Author 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.

 
[+][-]02/06/09 06:59 AM, ID: 23570287Expert 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.

 
[+][-]02/06/09 07:11 AM, ID: 23570427Expert 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.

 
[+][-]02/06/09 09:23 AM, ID: 23571849Author 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.

 
[+][-]02/06/09 10:11 AM, ID: 23572323Author 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.

 
[+][-]02/06/09 10:12 AM, ID: 23572353Expert 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.

 
[+][-]02/06/09 12:53 PM, ID: 23574111Author 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.

 
[+][-]02/06/09 01:04 PM, ID: 23574199Author 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.

 
[+][-]02/06/09 01:53 PM, ID: 23574618Expert 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.

 
[+][-]02/07/09 07:02 PM, ID: 23581803Author 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.

 
[+][-]02/08/09 07:09 AM, ID: 23583866Expert 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.

 
[+][-]02/14/09 09:15 AM, ID: 23641482Author 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.

 
 
Loading Advertisement...
20091111-EE-VQP-92 - Hierarchy / EE_QW_3_20080625