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

ASA 5510 and portmap translation creation failed for tcp

Asked by redcell5 in Networking Hardware Firewalls

I had this ASA running on my live environment on some test machines.  When I tried to make the ASA my default route, I keep getting these errors for all of my machines...Aug 20 2009 16:14:47: %ASA-3-305006: portmap translation creation failed for tcp src inside:128.1.50.15/1660 dst outside:208.111.162.25/80

I have cleared xlate...here is my config...I can't figure it out...

names
dns-guard
!
interface Ethernet0/0
 description Internet interface
 nameif outside
 security-level 0
 ip address 98.141.40.130 255.255.255.224
!
interface Ethernet0/1
 speed 100
 duplex full
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Ethernet0/2
 nameif inside
 security-level 100
 ip address 128.1.70.100 255.255.0.0
!
interface Ethernet0/3
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Management0/0
 shutdown
 no nameif
 no security-level
 no ip address
 management-only
!
boot system disk0:/disk0
boot system disk0:/asa708-k8.bin
boot system disk0:/asa821-k8.bin
ftp mode passive
clock timezone EST -5
clock summer-time EDT recurring
dns domain-lookup inside
dns server-group DefaultDNS
 name-server 128.1.0.90
 domain-name mdvcorp.mdvnf.com
same-security-traffic permit inter-interface
object-group service AIX tcp
 description AIX services
 port-object range 4080 4080
 port-object range 4443 4443
object-group network MDV
 description All inside networks
 network-object 128.1.0.0 255.255.0.0
 network-object 128.2.0.0 255.255.0.0
 network-object 128.3.0.0 255.255.0.0
 network-object 128.4.0.0 255.255.0.0
 network-object 128.5.0.0 255.255.0.0
 network-object 128.6.0.0 255.255.0.0
 network-object 128.7.0.0 255.255.0.0
 network-object 128.8.0.0 255.255.0.0
 network-object 128.9.0.0 255.255.0.0
 network-object 10.128.10.0 255.255.255.0
 network-object 195.168.35.0 255.255.255.0
 network-object 195.12.35.0 255.255.255.0
object-group service FTP-ALL tcp
description FTP-ALL
 port-object eq ftp-data
 port-object eq ftp
access-list inside_access_list extended permit ip object-group MDV any
access-list 101 extended permit tcp any host 98.141.40.139 eq www
access-list 101 extended permit tcp any host 98.141.40.138 eq ftp log debugging
access-list 101 extended permit tcp any host 98.141.40.140 eq 4080
access-list 101 extended permit tcp any host 98.141.40.140 eq 4443
pager lines 24
logging enable
logging timestamp
logging trap debugging
logging asdm notifications
logging host inside 128.1.50.2
no logging message 710005
mtu outside 1500
mtu inside 1500
ip verify reverse-path interface outside
ip verify reverse-path interface inside
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-621.bin
no asdm history enable
arp timeout 14400
nat-control
global (outside) 100 98.141.40.131-98.141.40.136
global (outside) 1 interface
nat (inside) 100 10.128.0.0 255.255.0.0
nat (inside) 100 128.1.0.0 255.255.0.0
nat (inside) 100 128.2.0.0 255.255.0.0
nat (inside) 100 128.3.0.0 255.255.0.0
nat (inside) 100 128.4.0.0 255.255.0.0
nat (inside) 100 128.5.0.0 255.255.0.0
nat (inside) 100 128.6.0.0 255.255.0.0
nat (inside) 100 128.7.0.0 255.255.0.0
nat (inside) 100 128.8.0.0 255.255.0.0
nat (inside) 100 128.9.0.0 255.255.0.0
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) tcp 98.141.40.139 www 128.1.70.36 www netmask 255.255.255.255
static (inside,outside) tcp 98.141.40.140 4080 128.1.0.90 4080 netmask 255.255.255.255
static (inside,outside) tcp 98.141.40.140 4443 128.1.0.90 4443 netmask 255.255.255.255
static (inside,outside) tcp 98.141.40.138 ftp 128.1.0.90 ftp netmask 255.255.255.255
access-group 101 in interface outside
access-group inside_access_list in interface inside
!
router eigrp 500
 network 10.0.0.0 255.0.0.0
 network 128.0.0.0 255.0.0.0
!
route outside 0.0.0.0 0.0.0.0 98.141.40.129 1
route inside 10.128.10.0 255.255.255.0 128.1.70.100 1
route inside 128.2.0.0 255.255.0.0 128.1.70.100 1
route inside 128.3.0.0 255.255.0.0 128.1.70.100 1
route inside 128.4.0.0 255.255.0.0 128.1.70.100 1
route inside 128.5.0.0 255.255.0.0 128.1.70.100 1
route inside 128.6.0.0 255.255.0.0 128.1.70.100 1
route inside 128.7.0.0 255.255.0.0 128.1.70.100 1
route inside 128.8.0.0 255.255.0.0 128.1.70.100 1
route inside 128.9.0.0 255.255.0.0 128.1.70.100 1
route inside 195.168.12.0 255.255.255.0 128.1.70.100 1
route inside 195.168.35.0 255.255.255.0 128.1.70.100 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
dynamic-access-policy-record DfltAccessPolicy
http server enable
http 128.1.70.100 255.255.255.255 inside
http 128.1.50.2 255.255.255.255 inside
snmp-server host inside 128.1.0.90 community miami-1-vice
snmp-server host inside 128.1.50.2 community miami-1-vice
no snmp-server location
no snmp-server contact
snmp-server community *****
snmp-server enable traps snmp authentication linkup linkdown coldstart
snmp-server enable traps syslog
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet 128.1.50.1 255.255.255.255 inside
telnet 128.1.50.2 255.255.255.255 inside
telnet timeout 5
ssh timeout 5
console timeout 0
management-access inside
threat-detection basic-threat
threat-detection statistics port
threat-detection statistics protocol
threat-detection statistics access-list
threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 average-rate 200
ntp server 128.1.0.10 source inside
webvpn
!
class-map inspection_default
 match default-inspection-traffic
!
<--- More --->
               
 !
policy-map type inspect dns migrated_dns_map_1
 parameters
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns migrated_dns_map_1
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect rsh
  inspect rtsp
  inspect esmtp
  inspect http
  inspect tftp
!
service-policy global_policy global
smtp-server 128.1.0.9
prompt hostname context
[+][-]08/21/09 03:10 AM, ID: 25150294Author 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/21/09 03:14 AM, ID: 25150315Author 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/21/09 05:07 AM, ID: 25150910Accepted 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

Zone: Networking Hardware Firewalls
Sign Up Now!
Solution Provided By: harbor235
Participating Experts: 1
Solution Grade: B
 
 
Loading Advertisement...
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625