Link to home
Start Free TrialLog in
Avatar of jerminate
jerminate

asked on

Cisco ASA 5505 - cannot connect to the internet from the inside network

Hi,
I am a noob to Cisco IOS and cannot get the PC on the inside network to connect to the internet. There is a Trendnet router that will be replaced by a Cisco 5505.  Here are the settings the ISP gave me that are the current settings of the Trendnet.  static ip: 10.0.3.205    mask: 255.255.255.0  gateway: 10.0.3.1  DNS: 10.0.3.1 and 64.147.222.11

I have DHCP turned on inside and have set the outside vlan set to the static ip the ISP gave me.

The config on the ASA 5505 is:

ASA Version 7.2(4)
!
hostname hangerhall
domain-name default.domain.invalid
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
!
interface Vlan1
 nameif inside
 security-level 100
 ip address 192.168.100.1 255.255.255.0
!
interface Vlan2
 nameif outside
 security-level 0
 ip address 10.0.3.205 255.255.255.0
!
interface Ethernet0/0
 switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
ftp mode passive
dns domain-lookup inside
dns server-group DefaultDNS
 domain-name default.domain.invalid
pager lines 24
logging asdm informational
mtu inside 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-524.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
route outside 0.0.0.0 0.0.0.0 10.0.3.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
http server enable
http 192.168.100.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
telnet timeout 30
ssh timeout 5
console timeout 0
dhcpd dns 10.0.3.1 64.147.222.11
!
dhcpd address 192.168.100.100-192.168.100.131 inside
dhcpd enable inside
!

username admin password gBAHRIjXeUXu2sLz encrypted
!
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 rsh
  inspect rtsp
  inspect esmtp
  inspect sqlnet
  inspect skinny
  inspect sunrpc
  inspect xdmcp
  inspect sip
  inspect netbios
  inspect tftp
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:196b9882c8b86ee7b927dbe1d8fce0ce
: end

Thanks for your help.
Avatar of texasjpm
texasjpm

You need to set an interface to inside for example run.

conf t

interface Ethernet0/1
 switchport access vlan 1
Sorry i dont know what i was thinking Vlan 1 is you native vlan. I do not see anything in the config that pops out at me as missing or wrong. Are you running ASDM? If so can you pull some logs of what you see when trying to connect from the inside?
Avatar of anoopkmr
how u are testing the internet ?
can u able to reach 10.0.3.1 from PIX.

ICMP will be blocked by default ,so try the below commands

policy-map global_policy
 class inspection_default
inspect ICMP

ASKER CERTIFIED SOLUTION
Avatar of nwhitaker2
nwhitaker2
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
Avatar of jerminate

ASKER

Thank you for your help...  I was wondering about the DNS and was not sure how to get the requests from the inside network to the outside  ISP DNS.  I will try that and get back to you.
It was a DNS issue.