cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
469
Views
7
Helpful
5
Replies

Cannot ping server behind PIX?!

homeboarder8
Level 1
Level 1

I have a Web/DNS server behind a PIX firewall. I cannot ping it. What access-list do I need to allow ping traffic through? Or is it even nessesary to allow pings, could that be a security risk for things such as DOS?

1 Accepted Solution

Accepted Solutions

When you enter above lines in their respective order in configure terminal mode in CLI, ICMP will be allowed without a need of ACL. When you finish your test disallow by typing

policy-map global_policy

class inspection_default

no inspect icmp

View solution in original post

5 Replies 5

husycisco
Level 7
Level 7

Hi Austin

Try this

policy-map global_policy

class inspection_default

inspect icmp

You better leave icmp enabled for connectivity test purposes. When you finish testing, disable it for avoiding possible ping flood attacks.

Regards

Okay just to make sure I understand you... The three lines above is just for testing, or should I create an access-list to allow ICMP traffic for testing? Once I enter in those three lines will my server be vonerable to DOS attacks?

Thanks for your help!

When you enter above lines in their respective order in configure terminal mode in CLI, ICMP will be allowed without a need of ACL. When you finish your test disallow by typing

policy-map global_policy

class inspection_default

no inspect icmp

Okay one thing I'm not sure if this makes a difference but I am using a PIX 501, and I'm not farmiliar with the policy-map... are those valid commands for a 501?

Thanks!

Hmm if doesnt work you can try this

icmp permit any dmz

icmp permit any inside

or fixup protocol icmp

if it doesnt work also, write ACLs as

access-list dmzrulenamehere permit icmp any any

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