The UK's Number One VoIP Resource
This is a discussion on VOIP secure ?? within the uk.telecom.voip forums, part of the Newsgroup Forums category; Hi, I just wonder if a communication is really secure ? I mean, suppose that 2 peoplse connected to their own ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I just wonder if a communication is really secure ? I mean, suppose that 2 peoplse connected to their own ASTERISK server, and 2 users are connected to this server... What do you think about the link between the phone and the server ? (Usually using SIP protocol) - Is that easy to intercept communications ? - Is there a way to encrypt SIP communications ? if so, how can we do that ? Thanks Stephane |
|
|||
|
Stephane M wrote:
[color=blue] > Hi, > > I just wonder if a communication is really secure ? > > I mean, suppose that 2 peoplse connected to their own ASTERISK server, > and 2 users are connected to this server... > > What do you think about the link between the phone and the server ? > (Usually using SIP protocol)[/color] There's SRTP. It would need to be explicitly supported by the handsets, and you'll probably have to re-compile Asterisk with libsrtp support: [url]http://www.e164.org/wiki/AsteriskSRTP[/url] which looks "fun": [url]http://bugs.digium.com/view.php?id=5413[/url] It's not entirely clear, however, that the plaintext SIP bit is encrypted - so whilst your voice [RTP] will be encrypted, your signalling may not be. [color=blue] > - Is that easy to intercept communications ?[/color] It Depends. Are the people spying on you on your LAN? Does your VoIP traffic go out over the public internet? [color=blue] > - Is there a way to encrypt SIP communications ? if so, how can we do that[/color] If your calls are traversing the internet, you'd probably find it easiest to use a VPN tunnel. -- <http://ale.cx/> (AIM:troffasky) (UnSoEsNpEaTm@ale.cx) 11:50:26 up 1 day, 3:37, 2 users, load average: 0.84, 0.63, 0.57 Yes. I'm just guessing. |
|
|||
|
Stephane M wrote:[color=blue]
> Hi, > > I just wonder if a communication is really secure ?[/color] Standard installations aren't very secure. The RTP (audio data) is not encrypted. The SIP (call setup signalling) is not encrypted and not authenticated. Often people use weak passwords on their SIP servers [color=blue] > I mean, suppose that 2 peoplse connected to their own ASTERISK server, > and 2 users are connected to this server... > > What do you think about the link between the phone and the server ? > (Usually using SIP protocol) > - Is that easy to intercept communications ?[/color] If you can wireshark the network between the 2 end points, it is very easily to get details of the calls. But whether anybody would or not is another matter. [color=blue] > - Is there a way to encrypt SIP communications ? if so, how can we do > that ?[/color] yes. SRTP - will protect the audio stream. SIPS will encrypt and authenticate the SIP messages. Snom phones support both SIPS and SRTP. I'm not sure about asterisk support for security - I've never seen it working. If I were looking for more secure communications, I would use a more traditional SIP registrar, rather than asterisk. With SIPS enabled on the server, and SRTP on the phones. Then audio data goes point to point, rather than through the Asterisk server. Tim |
|
|||
|
Stephane M wrote:[color=blue]
> Hi, > > I just wonder if a communication is really secure ? > > I mean, suppose that 2 peoplse connected to their own ASTERISK server, > and 2 users are connected to this server...[/color] It can be. I have an Asterisk box as my main PBX at work. I also have one at home. The two are connected together over a VPN so all the traffic that passes over the Internet between the boxes is encrypted. |
|
|||
|
Desk Rabbit a écrit :[color=blue]
> Stephane M wrote:[color=green] >> Hi, >> >> I just wonder if a communication is really secure ? >> >> I mean, suppose that 2 peoplse connected to their own ASTERISK server, >> and 2 users are connected to this server...[/color] > > It can be. I have an Asterisk box as my main PBX at work. I also have > one at home. The two are connected together over a VPN so all the > traffic that passes over the Internet between the boxes is encrypted.[/color] but that mean that I need necessary to use a VPN connection !?!?? that would be nice to be able to use an ecrypted communication, even if you want to use an VoIP provider... and I can't see how you could change a setting for instance, on your 'hard' phone.... but thanks The VPN is effectively a solution...... And I can't see how to use a SIPS or SRTP protocol on a SPA941 for instance.... can you !??! Stephane |
|
|||
|
Stephane M wrote:[color=blue]
> And I can't see how to use a SIPS or SRTP protocol on a SPA941 for > instance.... can you !??![/color] They might do SRTP. I can check tomorrow. I also believe that newer firmware on the Linksys products support SIP over TCP. Which is a step on the way to SIPS. SIPS always uses TCP. Usually, you tell a device to attempt TCP or SIPS by having an appropriate SRV record in place for the domain in question. Tim |
![]() |
| Thread Tools | |
| Display Modes | |
|
|