Thanks for your help. I think I have it working now. Here's what I did.
static (inside,outside) udp interface 5060 <Internal IP> 5060 netmask
255.255.255.255 0 0
access-list 101 permit udp host 12.194.224.134 eq 5060 host <Outside IP> eq
5060
access-group 101 in interface outside
"Merv" <> wrote in message
news: ups.com...
>
> To allow inbound traffic for which the session did not originate from
> the PIX inside network, you did to explicitly allow it via an inbound
> access-list.
>
>
> Try something like:
>
> fixup protocol sip 5060
> fixup protocol sip udp 5060
> access-group 101 in interface outside
> access-list 101 permit udp host 12.194.224.134 host <PIX outside IP
> address> eq 5060
> static (inside,outside) 12.194.224.134 <inside SIP destination>
> netmask 255.255.255.255 0 0
>
>
>
>
|