个人工具

“UbuntuHelp:Zfone”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:Zfone}}
 
{{Languages|UbuntuHelp:Zfone}}
 
Parent page: [[UbuntuHelp:InternetAndNetworking| Internet and Networking]]
 
Parent page: [[UbuntuHelp:InternetAndNetworking| Internet and Networking]]
[http://www.zfoneproject.com/ Zfone] {en} is a programme, which encrypts VoIP calls. It can be used with any VoIP software (e.g. [[UbuntuHelp:Ekiga|Ekiga]]), because Zfone just does the encryption. This article explains the usage of Zfone with [[UbuntuHelp:Gizmo|Gizmo]]. Generally, the encryption only work when both subscribers use Zfone.
+
[http://www.zfoneproject.com/ Zfone] {en} is a programme, which encrypts [[UbuntuHelp:VoIP|VoIP]] calls. It can be used with any [[UbuntuHelp:VoIP|VoIP]] software (e.g. [[UbuntuHelp:Ekiga|Ekiga]]), because Zfone just does the encryption. This article explains the usage of Zfone with [[UbuntuHelp:Gizmo|Gizmo]]. Generally, the encryption only work when both subscribers use Zfone.
 
== Installation ==
 
== Installation ==
 
The following packages have do be installed:
 
The following packages have do be installed:
第19行: 第19行:
 
</nowiki></pre>
 
</nowiki></pre>
 
If you use Gizmo, the network setting in gizmo can be set to ''"automatic"''. The Zfone configuration file already contains an entry, which enables the monitoring of the Gizmo standard port 64064.
 
If you use Gizmo, the network setting in gizmo can be set to ''"automatic"''. The Zfone configuration file already contains an entry, which enables the monitoring of the Gizmo standard port 64064.
In case you use another VoIP software, you have to change its SIP port to 5060. At least this is the only tip you get from the official web site. Otherwise Zfone will not recognise your VoIP calls.
+
In case you use another [[UbuntuHelp:VoIP|VoIP]] software, you have to change its SIP port to 5060. At least this is the only tip you get from the official web site. Otherwise Zfone will not recognise your [[UbuntuHelp:VoIP|VoIP]] calls.
 
== Usage ==
 
== Usage ==
 
First of all, the Zfone deamon '''zfoned''' hast to be started with super user privileges.
 
First of all, the Zfone deamon '''zfoned''' hast to be started with super user privileges.
第29行: 第29行:
 
zfone
 
zfone
 
</nowiki></pre>
 
</nowiki></pre>
Zfone is now in the state "idle". This means, that it monitors the ports for VoIP calls and it is ready to encrypt recognised calls (Illustration 1).
+
Zfone is now in the state "idle". This means, that it monitors the ports for [[UbuntuHelp:VoIP|VoIP]] calls and it is ready to encrypt recognised calls (Illustration 1).
When a VoIP call is recognised and the call partner uses Zfone as well, the encryption will be activated (Illustration 2).
+
When a [[UbuntuHelp:VoIP|VoIP]] call is recognised and the call partner uses Zfone as well, the encryption will be activated (Illustration 2).
 
{|border="1" cellspacing="0"
 
{|border="1" cellspacing="0"
 
| https://help.ubuntu.com/community/Zfone?action=AttachFile&do=get&target=Zfone_idle.png) || https://help.ubuntu.com/community/Zfone?action=AttachFile&do=get&target=Zfone_secure.png  
 
| https://help.ubuntu.com/community/Zfone?action=AttachFile&do=get&target=Zfone_idle.png) || https://help.ubuntu.com/community/Zfone?action=AttachFile&do=get&target=Zfone_secure.png  

2009年5月18日 (一) 18:31的最新版本

Parent page: Internet and Networking Zfone {en} is a programme, which encrypts VoIP calls. It can be used with any VoIP software (e.g. Ekiga), because Zfone just does the encryption. This article explains the usage of Zfone with Gizmo. Generally, the encryption only work when both subscribers use Zfone.

Installation

The following packages have do be installed:

  • libgtk2.0-dev
  • iptables-dev

At the moment there are no official packages for Zfone, because it is still in an early beta version. To get a download link for Zfone, one has to register here {en} with a valid e-Mail address. After downloading Zfone, the archive has to be extracted. Zfone can be extracted, compiled and installed using the install script.

sudo ./install.sh

Preparation

Do get Zfone running properly, some kernel modules for IP filtering have to be loaded.

sudo modprobe iptable_filter
sudo modprobe ip_queue

If you use Gizmo, the network setting in gizmo can be set to "automatic". The Zfone configuration file already contains an entry, which enables the monitoring of the Gizmo standard port 64064. In case you use another VoIP software, you have to change its SIP port to 5060. At least this is the only tip you get from the official web site. Otherwise Zfone will not recognise your VoIP calls.

Usage

First of all, the Zfone deamon zfoned hast to be started with super user privileges.

sudo zfoned

Afterwards, the Zfone GUI can be started.

zfone

Zfone is now in the state "idle". This means, that it monitors the ports for VoIP calls and it is ready to encrypt recognised calls (Illustration 1). When a VoIP call is recognised and the call partner uses Zfone as well, the encryption will be activated (Illustration 2).

Zfone?action=AttachFile&do=get&target=Zfone_idle.png) Zfone?action=AttachFile&do=get&target=Zfone_secure.png
Illustration 1: Idle state Illustration 2: Encrypted call with Gizmo