cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
569
Views
0
Helpful
2
Replies

can't ping from inside to dmz

aarchangel
Level 1
Level 1

Have configured 515R Ver 5.2(5) for three interfaces with NAT, and can't ping any hosts on 172.16.201.0 (dmz) from 172.16.1.0 (inside). Http is fast but telnet and ftp are slow or unresponsive. Any ideas?

2 Replies 2

thompson
Level 1
Level 1

Are you letting the echo replies back in?

You would need a nat and global statement (or nat 0) to let echo-request out. You would also need a static and (access-list or conduit) to let echo-reply back in.

Added "conduit permit icmp any any" and fixed the problem. Thx!