Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > PIX 501 Intermittently blocks SIP

Reply
Thread Tools

PIX 501 Intermittently blocks SIP

 
 
Mike
Guest
Posts: n/a
 
      11-04-2007
I just signed up for AT&T's Callvantage service. This seemed to be working
fine at first but I then realized that calls were intermittently being
dropped and some incoming calls were not going through at all. While
performing some test calls I noticed the following messages from the syslog
whenever a call is dropped or an incoming call doesn't go through.

2007-11-03 17:03:44 Local7.Critical 192.168.1.1 :Nov 03 16:03:44 EST:
%PIX-2-106006: Deny inbound UDP from 12.194.224.134/5060 to xx.xx.xx.xx/1024
on interface outside
2007-11-03 17:03:44 Local7.Critical 192.168.1.1 :Nov 03 16:03:44 EST:
%PIX-2-106006: Deny inbound UDP from 12.194.224.134/5060 to xx.xx.xx.xx/1024
on interface outside
2007-11-03 17:03:45 Local7.Critical 192.168.1.1 :Nov 03 16:03:45 EST:
%PIX-2-106006: Deny inbound UDP from 12.194.224.134/5060 to xx.xx.xx.xx/1024
on interface outside
2007-11-03 17:03:47 Local7.Critical 192.168.1.1 :Nov 03 16:03:47 EST:
%PIX-2-106006: Deny inbound UDP from 12.194.224.134/5060 to xx.xx.xx.xx/1024
on interface outside

There are no access lists configured and all the IDS features are set to
alarm, not block. I did set up an access-list to capture against but
whenever the syslog shows the denied traffic there are no corresponding
hits. Anyone know what could be blocking this traffic?

Thanks,
Mike



 
Reply With Quote
 
 
 
 
Merv
Guest
Posts: n/a
 
      11-04-2007

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




 
Reply With Quote
 
 
 
 
Mike
Guest
Posts: n/a
 
      11-08-2007
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
>
>
>
>




 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ASA/PIX inside SIP Phone to outside SIP provider googlegroups@ruetsche.com Cisco 0 03-13-2010 11:40 AM
SIP Device behing PIX 501 davidrtk@gmail.com Cisco 1 11-20-2007 11:18 PM
PIX 501 <-> PIX 501 - Problem contating private networks on the inside Andre Cisco 7 02-20-2005 07:02 PM
procs/blocks - blocks with procs, blocks with blocks? matt Ruby 1 08-06-2004 01:33 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57