Browsing Chinese (Simplified) translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Chinese (Simplified) guidelines.
541550 of 3717 results
541.
Replace all IP addresses and domain names above with those of your network.
用你自己网络相应的IP地址和域名来做替换。
Translated by EAdam
Located in serverguide/C/vpn.xml:198(para)
542.
Next, create a couple of helper scripts to add the <emphasis>tap</emphasis> interface to the bridge. Create <filename>/etc/openvpn/up.sh</filename>:
接下来,创建两个帮助脚本将<emphasis>tap</emphasis>界面添加至桥接。创建<filename>/etc/openvpn/up.sh</filename>:
Translated by EAdam
Located in serverguide/C/vpn.xml:203(para)
543.

#!/bin/sh

BR=$1
DEV=$2
MTU=$3
/sbin/ifconfig $DEV mtu $MTU promisc up
/usr/sbin/brctl addif $BR $DEV
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

#!/bin/sh

BR=$1
DEV=$2
MTU=$3
/sbin/ifconfig $DEV mtu $MTU promisc up
/usr/sbin/brctl addif $BR $DEV
Translated by EAdam
Located in serverguide/C/vpn.xml:207(programlisting)
544.
And <filename>/etc/openvpn/down.sh</filename>:
和<filename>/etc/openvpn/down.sh</filename>:
Translated by EAdam
Located in serverguide/C/vpn.xml:217(para)
545.

#!/bin/sh

BR=$1
DEV=$2

/usr/sbin/brctl delif $BR $DEV
/sbin/ifconfig $DEV down
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

#!/bin/sh

BR=$1
DEV=$2

/usr/sbin/brctl delif $BR $DEV
/sbin/ifconfig $DEV down
Translated by EAdam
Located in serverguide/C/vpn.xml:221(programlisting)
546.
Then make them executable:
然后让他们可执行:
Translated by EAdam
Located in serverguide/C/vpn.xml:231(para)
547.
sudo chmod 755 /etc/openvpn/down.sh
sudo chmod 755 /etc/openvpn/down.sh
Translated by EAdam
Located in serverguide/C/vpn.xml:236(command)
548.
sudo chmod 755 /etc/openvpn/up.sh
sudo chmod 755 /etc/openvpn/up.sh
Translated by EAdam
Located in serverguide/C/vpn.xml:237(command)
549.
After configuring the server, restart <application>openvpn</application> by entering:
配置完服务器之后,使用以下命令来重启<application>openvpn</application>:
Translated by EAdam
Located in serverguide/C/vpn.xml:240(para)
550.
sudo /etc/init.d/openvpn restart
sudo /etc/init.d/openvpn restart
Translated by EAdam
Located in serverguide/C/vpn.xml:245(command) serverguide/C/vpn.xml:293(command)
541550 of 3717 results

This translation is managed by Ubuntu Simplified Chinese Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: 4b3tt0r, Adavak, Alex Xu, Aron Xu, Azrael Green, Bill Lee, Chen Ming, Congping Hao, Constine, Devin, EAdam, ESN, Felix, Feng Chao, Hugh SH, Ihnus Qcshz, John Lu, Johnson Zhu, Jun CHEN, Justin Yang, Li Linxiao, Luo Jiawei, Magicnight, Proton, Quantum, Rkyo, Shining, Tao Wei, USSR, Wylmer Wang, XUE Can, Yiding He, albertxiaoyu, bailiang, ggarlic, jinxin16897123, jpartley, king_li, lainme, linuxwj, luckyone, mahongquan, markgoo, maxim(Feng Liu), panlianyun, sdxianchao, snowwhite, stone_unix, wangajing, wsw, xiajiebuhui, yuane, yugq, zhangmiao, zhongxin, 姚渺波, 龚韬.