Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASA 5510 trouble with 2 trusted networks 1

Status
Not open for further replies.

plastiiq

IS-IT--Management
Dec 11, 2004
17
0
0
CA
Hi All,

I have 2 trusted interfaces, one untrusted, the ASA is in routed mode.

I can pass traffic from either trusted interface to the untrusted (interface PAT) but even though I have run "same-security-traffic permit inter-interface" I cannot seem to pass any traffic between the 2 trusted networks.

Here is my config:

ASA Version 8.2(1)
!
hostname asa2
domain-name contoso.com

names
name 10.185.1.1 ASA_INSIDE_IP
!
interface Ethernet0/0
speed 100
duplex full
nameif CORP_OUTSIDE
security-level 0
ip address 66.131.243.121 255.255.255.192
!
interface Ethernet0/1
nameif CORP_INSIDE
security-level 100
ip address ASA_INSIDE_IP 10.185.1.1 255.255.248.0
!
interface Ethernet0/2
nameif CORP_OLD
security-level 100
ip address 192.168.1.1 255.255.255.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
!
ftp mode passive
clock timezone EST -5
clock summer-time EDT recurring
dns server-group DefaultDNS
domain-name contoso.com
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
access-list permit_c_to_o extended permit ip 10.185.1.0 255.255.255.0 192.168.1.0 255.255.255.0
access-list permit_c_to_o extended permit ip 192.168.1.0 255.255.255.0 10.185.1.0 255.255.255.0
pager lines 24
logging enable
logging asdm informational
mtu CORP_OUTSIDE 1500
mtu CORP_INSIDE 1500
mtu CORP_OLD 1500
no failover
icmp unreachable rate-limit 1 burst-size 1
asdm history enable
arp timeout 14400
global (CORP_OUTSIDE) 101 interface
global (CORP_OLD) 102 interface
nat (CORP_INSIDE) 101 0.0.0.0 0.0.0.0
nat (CORP_OLD) 101 0.0.0.0 0.0.0.0
route CORP_OUTSIDE 0.0.0.0 0.0.0.0 66.131.243.121 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 10.185.1.0 255.255.250.0 CORP_INSIDE
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet 10.185.1.0 255.255.255.0 CORP_INSIDE
telnet timeout 5
ssh scopy enable
ssh 10.185.0.0 255.255.255.0 CORP_INSIDE
ssh timeout 5
console timeout 0
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
webvpn
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect netbios
inspect rsh
inspect rtsp
inspect skinny
inspect esmtp
inspect sqlnet
inspect sunrpc
inspect tftp
inspect sip
inspect xdmcp
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:49715a6b19f024d70d1efac235ebf63d


Thanks Guys 'n' Gals!
 
configure nat-exemption for traffic on those two interfaces

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top