How do I allow icmp from the internet to my static nat internal hosts?
I am running version 6.2 PIX
|
|
0
|
|
|
|
Reply
|
Tony
|
12/11/2003 6:56:37 PM |
|
In article <brael6$mgp$1@news.Stanford.EDU>,
Tony <tonyw@suse.stanford.edu> wrote:
:How do I allow icmp from the internet to my static nat internal hosts?
:I am running version 6.2 PIX
access-list out2in permit icmp any host PUBLICIP
access-group out2in in interface outside
static (inside, outside) PUBLICIP PRIVATEIP netmask 255.255.255.255
--
"[...] it's all part of one's right to be publicly stupid." -- Dave Smey
|
|
0
|
|
|
|
Reply
|
roberson
|
12/11/2003 7:22:36 PM
|
|