Link to home
Start Free TrialLog in
Avatar of Mark Wood
Mark WoodFlag for United States of America

asked on

ASA 5510 unable to access the internet

I just purchased an ASA 5510 and can't get it to access the internet no matter what I do. I know I am missing something stupid but I have been fighting this for 2 days so any help would be appreciated.

Result of the command: "show running-config"

: Saved
:
ASA Version 8.2(5)
!
hostname wigi
domain-name deluxsolutions.com
enable password m.vwhk6P6Ids/E5N encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
!
interface Ethernet0/0
 nameif outside
 security-level 0
 ip address 192.168.0.253 255.255.255.0
!
interface Ethernet0/1
 nameif inside
 security-level 100
 ip address 192.168.2.1 255.255.255.0
!
interface Ethernet0/2
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Ethernet0/3
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Management0/0
 nameif management
 security-level 100
 ip address 192.168.1.1 255.255.255.0
!
ftp mode passive
dns domain-lookup outside
dns domain-lookup management
dns domain-lookup inside
dns server-group DefaultDNS
 name-server 209.18.47.61
 name-server 209.18.47.62
 domain-name deluxsolutions.com
object-group service Web-Servers
 service-object tcp eq www
 service-object tcp eq https
object-group service DNS-Servers udp
 port-object eq nameserver
access-list outside_access_in extended permit ip any any
access-list inside_access_in extended permit ip any any
access-list management_access_in extended permit ip any any
pager lines 24
logging asdm informational
mtu outside 1500
mtu management 1500
mtu inside 1500
no failover
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
access-group outside_access_in in interface outside
access-group management_access_in in interface management
access-group inside_access_in in interface inside
route management 0.0.0.0 0.0.0.0 192.168.0.1 1
route inside 0.0.0.0 255.255.255.255 192.168.0.1 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
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
http server enable
http 192.168.1.0 255.255.255.0 management
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 timeout 5
ssh timeout 5
console timeout 0
dhcpd address 192.168.1.2-192.168.1.254 management
dhcpd dns 209.18.47.61 209.18.47.62 interface management
dhcpd enable management
!
dhcpd address 192.168.2.10-192.168.2.20 inside
dhcpd dns 209.18.47.61 209.18.47.62 interface inside
dhcpd enable inside
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
username admin nopassword
!
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:3b58603d4a557121cd7b079d790f3381
: end
Avatar of Mark Wood
Mark Wood
Flag of United States of America image

ASKER

I can ping 8.8.4.4 and 8.8.8.8 from the asa but pc's can't browse. the pc's are getting their dns from the asa.
SOLUTION
Avatar of Jan Bacher
Jan Bacher
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for the help