solarified
Technical User
For some odd reason, my PIX refused to route traffic to internal subnets. For example, my local network is 10.10.10.x and a user needs to access an internal website at 10.20.20.x (over the WAN). Below are snips from my PIX config.
access-list 90 permit ip 10.10.10.0 255.255.255.0 10.0.0.0 255.0.0.0
global (outside) 1 interface
nat (inside) 0 access-list 90
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
conduit permit icmp any any
route outside 0.0.0.0 0.0.0.0 192.168.0.254 1
route inside 10.0.0.0 255.0.0.0 10.10.10.254 1
10.10.10.254 is my router to corporate. I know I must be missing something silly. I CAN ping the remote host directly from the PIX. When I attempt to ping the host from my PC, this is all I show in the logs:
Mar 15 09:24:17 10.10.10.235 Mar 15 2004 09:20:31: %PIX-3-106011: Deny inbound (No xlate) icmp src inside:10.10.10.15 dst inside:10.20.20.235 (type 8, code 0)
Cisco's site gives little help on the error:
%PIX-3-106011: Deny inbound (No xlate) chars
Explanation The message will appear under normal traffic conditions if there are internal users that are accessing the Internet via a web browser. Anytime a connection is reset, when the host at the end of the connection sends a packet after the PIX Firewall receives the reset, this message will appear. It can typically be ignored.
Action Disable this syslog message from getting logged to the syslog server by entering the no logging message 106011 command.
Any ideas?
access-list 90 permit ip 10.10.10.0 255.255.255.0 10.0.0.0 255.0.0.0
global (outside) 1 interface
nat (inside) 0 access-list 90
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
conduit permit icmp any any
route outside 0.0.0.0 0.0.0.0 192.168.0.254 1
route inside 10.0.0.0 255.0.0.0 10.10.10.254 1
10.10.10.254 is my router to corporate. I know I must be missing something silly. I CAN ping the remote host directly from the PIX. When I attempt to ping the host from my PC, this is all I show in the logs:
Mar 15 09:24:17 10.10.10.235 Mar 15 2004 09:20:31: %PIX-3-106011: Deny inbound (No xlate) icmp src inside:10.10.10.15 dst inside:10.20.20.235 (type 8, code 0)
Cisco's site gives little help on the error:
%PIX-3-106011: Deny inbound (No xlate) chars
Explanation The message will appear under normal traffic conditions if there are internal users that are accessing the Internet via a web browser. Anytime a connection is reset, when the host at the end of the connection sends a packet after the PIX Firewall receives the reset, this message will appear. It can typically be ignored.
Action Disable this syslog message from getting logged to the syslog server by entering the no logging message 106011 command.
Any ideas?