06-07-2014 12:40 PM - edited 03-11-2019 09:18 PM
I've appreciated those who have answered; I am not getting anywhere. I cannot get out to the internet from the ASA
Thanks for your help; it didn't work or I've missed something w/ modifying the ASDM. Also; can I preface that we have it going this way w/ the Network (MOdem; T1) ------ Firewall ------ Switch (unmanaged)
Just so you know; in case I missed something. below is our config after the changes. I did the NAT thru the object was that incorrect?
Result of the command: "show running-config"
: Saved
:
ASA Version 9.1(2)
!
hostname IOSASA
domain-name IOS.LOCAL
enable password LCF3phzihasrhsIb encrypted
names
!
interface GigabitEthernet0/0
speed 100
duplex full
nameif Outside
security-level 0
ip address 69.61.160.* 255.255.255.248
!
interface GigabitEthernet0/1
speed 100
duplex full
nameif Inside
security-level 100
ip address 191.10.10.1 255.255.255.0
!
interface GigabitEthernet0/2
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet0/3
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet0/4
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet0/5
shutdown
no nameif
no security-level
no ip address
!
interface Management0/0
management-only
nameif management
security-level 100
ip address 192.168.1.1 255.255.255.0
!
ftp mode passive
dns server-group DefaultDNS
domain-name IOS.LOCAL
same-security-traffic permit inter-interface
object network Inside
subnet 191.10.10.0 255.255.255.0
description Inside IOS
pager lines 24
logging asdm informational
mtu management 1500
mtu Inside 1500
mtu Outside 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
no arp permit-nonconnected
!
object network Inside
nat (Inside,Outside) dynamic interface
route Outside 0.0.0.0 0.0.0.0 69.61.160.* 1
timeout xlate 3:00:00
timeout pat-xlate 0:00:30
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
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
user-identity default-domain LOCAL
http server enable
http 192.168.1.0 255.255.255.0 management
http 10.10.10.0 255.255.255.255 Inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
crypto ipsec security-association pmtu-aging infinite
crypto ca trustpool policy
telnet timeout 5
ssh timeout 5
ssh key-exchange group dh-group1-sha1
console timeout 0
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto
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 rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
inspect ip-options
!
service-policy global_policy global
prompt hostname context
no call-home reporting anonymous
Cryptochecksum:0fb5c0e32efb6aaaada09167008f5a47
: end
06-07-2014 01:25 PM
Could you post the output of the following packet-tracer:
packet-tracer input Inside tcp 191.10.10.10 12345 4.2.2.2 80 detail
Also please issue the command clear xlate to clear all NAT entries just in case there are some old entries making problems for you...this will drop connections for users, but since there is no connection at the moment I don't think it will be an issue using this command during working hours.
--
Please remember to select a correct answer and rate helpful posts
06-07-2014 01:42 PM
06-08-2014 10:34 AM
from the PC are you able to ping the ASA (191.10.10.1)?
from the PC are you able to ping the next hop for the default route configured on the ASA (69.61.160.*)?
from the ASA can you ping the next hop for the default route (69.61.160.*)?
As per the packet tracer traffic is permitted through the ASA from the inside network to the outside.
--
Please remember to select a correct answer and rate helpful posts
06-08-2014 01:49 PM
06-08-2014 02:55 PM
But can you ping the T1 appliance from the ASA? If you have swapped out an old ASA with the current one you are setting up, I am thinking that there is an ARP issue on the T1. Any chance you could get your service provider to clear the arp cache on the T1 appliance...or perhaps restart it?
For basic connectivity you are not missing anything. Your traffic is flowing fine from the high security level to the low security level. I would, as I have mentioned, start taking a look at the T1 as I have a feeling that is where the issue is.
--
Please remember to select a correct answer and rate helpful posts
06-09-2014 01:03 PM
06-09-2014 09:40 PM
is your DNS working correctly? if you issue an nslookup google.com does the URL resolve to an IP?
--
Please remember to select a correct answer and rate helpful posts
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide