I am having trouble understanding why outside udp connections coming in on IP 1.2.3.4 go back out the PIX on 1.2.3.7
My PIX has a /248 mask on the outside interface so it has the range of say 1.2.3.4 to 1.2.3.10 exposed to the outside
These are the commands dealing with the udp traffic:
access-list fromoutside permit udp any host 1.2.3.4 eq 5678
static (inside,outside) udp 1.2.3.4 5678 10.10.10.10 5678 netmask 255.255.255.255
Can anyone nudge me in the right direction?