There are several types of ICMP messages that are generated for different reasons. Most see are ICMP Type 3 (Destination Unreachable). Alot of times you need these ICMP messages to be kicked back to you for proper transport for situations such as PATH MTU-D. This is important both for troubleshooting and if your machine does not receive the ICMP messages your traffic may not flow correctly. You'll see this alot with https through IPSEC tunnels. The ICMP fixup forwards the ICMP error message to the destination host. Normally the PIX will block and log.
This is most useful for traceroutes that timeout at each hop along the way. The router that decrements the count to 0 will generate an icmp error packet and send it back to the originator. Since the outgoing packet and the router that returns the error have different IPs the firewall will drop them because there isn't an entry in the temporary ACL for that IP.
This line tells the ASA/PIX to create and entry in a table and watch the conversation so that it can expect returned packets and NAT them back through the internal host.
Thanks to both of you for the explanations. Just to round out my understanding why is this not part of the default configuration? Are there situations when you wouldn't want this kind of traffic coming back to the originator inside the private network?
I have a PIX 506E firewall in place behind a DMZ router. I'm trying to get outside web e-mail access running for our 'on-the-road' staff. I have an ip available 63.227.76.80 with yssmail.yss.ames.ia.us as the url for which I intend to use to point the users to sign in to our inside Exchange server. The Exchange server is Exchange 2003 with web e-mail running on the inside. I'm having trouble getting through the firewall to access the web e-mail on our Exchange server. I have included the config of the PIX firewall. Can anyone tell me what statements I need to include. 192.168.0.109 is the Exchange server. Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.