I'm having a problem getting syslog traffic to pass between to DMZ interfaces on a PIX. Here are the details.
DMZ1
security 6
inbound ACL (traffic1) applied
Nat (global) 1 interface applied
nat (dmz1) 1 10.10.10.1 255.255.255.0 0 200 applied
DMZ2
security 8
inbound ACL (traffic2) applied
nat (dmz2) 1 10.10.20.1 255.255.255.0 0 200 applied
Host 1 - syslog collector (accepts all syslog messages)
IP - 10.10.20.24
Host 2 - router -
IP - 10.10.10.25
configured to send syslog to 10.10.20.24
traffic 1 acl (as logs are created the hit count on this ACL goes up)
access-list traffic1 permit udp host 10.10.10.25 host 10.10.20.24 eq 541
I never see the traffic on the syslog collector. When I run a packet debug I can see the traffic enter dmz1 but never leave on dmz2
- routing is not the problem as it is all connected routes.
DMZ1
security 6
inbound ACL (traffic1) applied
Nat (global) 1 interface applied
nat (dmz1) 1 10.10.10.1 255.255.255.0 0 200 applied
DMZ2
security 8
inbound ACL (traffic2) applied
nat (dmz2) 1 10.10.20.1 255.255.255.0 0 200 applied
Host 1 - syslog collector (accepts all syslog messages)
IP - 10.10.20.24
Host 2 - router -
IP - 10.10.10.25
configured to send syslog to 10.10.20.24
traffic 1 acl (as logs are created the hit count on this ACL goes up)
access-list traffic1 permit udp host 10.10.10.25 host 10.10.20.24 eq 541
I never see the traffic on the syslog collector. When I run a packet debug I can see the traffic enter dmz1 but never leave on dmz2
- routing is not the problem as it is all connected routes.