03-07-06 10:45 PM
"Dave Saville" <dave@deezee-nospam.org> wrote in message
news:qnirqrrmrrbet.ivrlys2.pminews@news.aaisp.net.uk...
>I have been reading up on VOIP and firewalls - Seems they don't mix too
>well
> :-)
>
> Now if one does not have a VOIP/SIP aware firewall then the only option is
> to
> open up to UDP traffic. This comes, quite rightly, with all sorts of dire
> warnings. But *if* the specific IP address being used was dedicated to
> phone
> hardware rather than a computer I can't think of any problems it could
> cause.
>
> Am I missing something?
Not really, in terms of the security side of things. You can actually tie
things down a bit tighter than allowing any UDP through.
Most half decent ATAs/phones will allow you to specify the range of RTP
ports used.
For example my Sipura SPA-3000 is set to use RTP ports 16384-16482.
So a working lockdown configuration for this unit would be:
Allow incoming TCP to Sipura port 5060
[SIP on TCP is in the spec, though I've never actually seen it in practi
ce]
Allow incoming UDP to Sipura port 5060
[incoming SIP]
Allow incoming UDP to Sipura port 16384-16482
[incoming RTP]
Allow outgoing UDP from Sipura to any external port
[of course if someone finds a buffer overflow exploit in the SIP or RTP
handling code of your VOIP hardware then all bets are off!]
If your system is doing NAT as well as firewalling there are all sorts of
other problems though...
--
Thomas Sandford
[ Post a follow-up to this message ]
|