11-26-2002 10:28 AM - edited 03-09-2019 01:12 AM
Hi,
I have a FTP Server on the DMZ interface, for which i want to allow Inside Users Access.
With the current configuration, i have ALL inside users being NATed to the Outside Interface for Web Access.
< nat (inside) 1 0.0.0.0 0.0.0.0 0 0>
<global (outside)....>
Is it possible to have Inside Users Access the FTP Server "without" using NAT ?
Should i use <nat 0 ..> command ? If i use this "nat 0.." command, would it effect my existing NAT configuration ?
11-26-2002 11:54 AM
Okay. figured it out. No need to define any NAT or Static Statements.
FTP is working Okay, however ICMP was being denied, even though i had
..
ICMP worked , when i applied an Inbound Access-List on DMZ interface.
Why is that ? Is an ACL also needed in addition to
11-27-2002 05:13 AM
Hi,
ICMP is connectionless protocol, so the is entry in the state-table. This means that PIX does not recognize the reply-packet and it treats it as a new connections. So if you use acls, you have to permit icmp in both interfaces, if you use conduit then one is enough.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide