cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
477
Views
5
Helpful
8
Replies

Getting Started Need Some Help

lscadmins
Level 1
Level 1

We have purchased a 5510 to use with our commerical network. We want to allow the inside Internet access through the outside but with no luck so far (None of us are experienced enough with cisco firewalls). The inside is connected to a cisco 500 switch and the outside is connected to the ISP cable modem. Any help will be greatly appreciate.

8 Replies 8

HI,

Check whether you are able to ping the Internet router IP from the FW.

Also try to access Internet from the Inside LAn and check whether NAT is happening on the FW, with the command "show xlate"

Hello,

I am able to ping the ISP gateway from the firewall. When I tried to browse and execute the show xlate command, I get 0 in use, 3 must used

a.alekseev
Level 7
Level 7

try to do the following

no route Outside 0.0.0.0 0.0.0.0 x.x.42.1 1

interface Ethernet0/0

sh

no sh

and after one minute show the output

sh route

you should see a default gateway assigned by ISP.

try to ping it.

I am able to ping the gateway of the ISP but still no luck getting out.

conf t

logg on

logg mon 7

term mon

deb icmp trace

try to ping from inside to outside

show collected logs

When I ping from inside to outside, I do not see anything in the asdm live log. I do see logs when I ping inside to inside or outside to outside

your outside interface:

interface Ethernet0/0

ip address dhcp setroute

do agree with Aleksey , did you remove route outside 0 0 x.x.42.1 1 1?,when interface is configured as dhcp setroute asa outside interface will get IP from ISP as well as get a default route injected into ASA, do not need that statement as default route is provided dynamically.

when you remove the above make sure you are getting a default route,issue show route | inc 0.0.0.0 and verify you have a gateway of last resort, then try pinging by using IP address from inside to outside like this ip 206.190.60.37 http://www.yahoo.com.

What type of dns are you using,are inside clients using internal DNS?, or are you using dns given by ISP dynamically, if it is provided dynamically you may need to add in global config mode dhcpd auto_config outside but if using internal dns then this does not applies but please check.

When I ping from inside to outside, I do not see anything in the asdm live log

nside hosts are not geting nated.

Make sure :

Inside client you are testing from is using correct default gateway of 10.0.0.3 if your inside client is under 10.0.0.0/24 Ip scheme, check tcpip settings correct mask, dns info

etc.

If all of above check to be fine and still no joy replace these two statements.

remove

no global (Outside) 10 interface

no nat (Inside) 10 0.0.0.0 0.0.0.0

replace with

global (Outside) 1 interface

nat (Inside) 1 0.0.0.0 0.0.0.0

let us know how it works out.

Rgds

Jorge

Jorge Rodriguez

I am finally able to ping the outside from a inside system, but I cannot get a inside system to browse the Internet. I also cannot ping the outside interface address. Not sure this is normal. The inside systems will use an internal DNS, once the server has been properly set. I have been working the Internet access first.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card