cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
520
Views
0
Helpful
4
Replies

Ping outside interface of firewall from inside

mikedelafield
Level 1
Level 1

Hi.

This is probably a really simple one but can you ping the outside interface of a PIX/ASA from teh inside network?

It seems to be blocked or disallowed by default, but does anyone know how to get around this.

Thanks.

4 Replies 4

Tshi M
Level 5
Level 5

I doubt it is feasible.

There are two options in PIX 7.x that allow inside users to ping outside. The first option is to setup a specific rule for each type of echo message. For example:

access-list 101 permit icmp any any echo-reply

access-list 101 permit icmp any any source-quench

access-list 101 permit icmp any any unreachable

access-list 101 permit icmp any any time-exceeded

access-group 101 in interface outside

This allows only these return messages through the firewall when an inside user pings to an outside host. The other types of ICMP status messages might be hostile and the firewall blocks all other ICMP messages.

Another option is to configure icmp inspection. This allows a trusted IP address to traverse the firewall and allows replies back to the trusted address only. This way, all inside interfaces can ping outside and the firewall allows the replies to return. This also gives you the advantage of monitoring the ICMP traffic that traverses the firewall.

For example:

policy-map global_policy

class inspection_default

inspect icmp

I personally didn't think this was possible to be honest, but I have been asked to investigate.

I follow what you are saying on access-lists but i'm not sure on which interface to apply these to and how exactly the routing is expected to work?

Any thoughts anyone?

Hi Mike,

You are right, its not possible. My post above allows you to ping any IP in the outside, but not the outside interface itself.

Regards.

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