Browsing English (Australia) translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and English (Australia) guidelines.
1120 of 516 results
495.
Also, see the<ulink url="https://help.ubuntu.com/community/ApacheTomcat5">Ubuntu Wiki Apache Tomcat</ulink> page.
(no translation yet)
In Ubuntu:
Also, see the<ulink url="https://help.ubuntu.com/community/ApacheTomcat5">Ubuntu Wiki Apache Tomcat</ulink> page.
Suggested by Jared Norris
Located in serverguide/C/web-servers.xml:1259(para)
504.
First, copy the <filename>easy-rsa</filename> directory to <filename>/etc/openvpn</filename>. This will ensure that any changes to the scripts will not be lost when the package is updated. You will also need to adjust permissions in the <filename>easy-rsa</filename> directory to allow the current user permission to create files. From a terminal enter:
(no translation yet)
In Ubuntu:
First, copy the <filename>easy-rsa</filename> directory to <filename>/etc/openvpn</filename>. This will ensure that any changes to the scripts will not be lost when the package is updated. You will also need to adjust permissions in the <filename>easy-rsa</filename> directory to allow the current user permission to create files. From a terminal enter:
Suggested by Jared Norris
Located in serverguide/C/vpn.xml:52(para)
506.
sudo cp -r /usr/share/doc/openvpn/examples/easy-rsa/2.0/* /etc/openvpn/easy-rsa/
(no translation yet)
In Ubuntu:
sudo cp -r /usr/share/doc/openvpn/examples/easy-rsa/2.0/* /etc/openvpn/easy-rsa/
Suggested by Jared Norris
Located in serverguide/C/vpn.xml:60(command)
507.
sudo chown -R $USER /etc/openvpn/easy-rsa/
(no translation yet)
In Ubuntu:
sudo chown -R $USER /etc/openvpn/easy-rsa/
Suggested by Jared Norris
Located in serverguide/C/vpn.xml:61(command)
525.
/etc/openvpn/ca.crt
(no translation yet)
In Ubuntu:
/etc/openvpn/ca.crt
Suggested by Jared Norris
Located in serverguide/C/vpn.xml:118(para)
526.
/etc/openvpn/easy-rsa/keys/hostname.crt
(no translation yet)
In Ubuntu:
/etc/openvpn/easy-rsa/keys/hostname.crt
Suggested by Jared Norris
Located in serverguide/C/vpn.xml:119(para)
527.
/etc/openvpn/easy-rsa/keys/hostname.key
(no translation yet)
In Ubuntu:
/etc/openvpn/easy-rsa/keys/hostname.key
Suggested by Jared Norris
Located in serverguide/C/vpn.xml:120(para)
528.
/etc/openvpn/ta.key
(no translation yet)
In Ubuntu:
/etc/openvpn/ta.key
Suggested by Jared Norris
Located in serverguide/C/vpn.xml:121(para)
535.
Edit <filename>/etc/openvpn/server.conf</filename> changing the following options to:
(no translation yet)
In Ubuntu:
Edit <filename>/etc/openvpn/server.conf</filename> changing the following options to:
Suggested by Jared Norris
Located in serverguide/C/vpn.xml:153(para)
536.

local 172.18.100.101
dev tap0
up "/etc/openvpn/up.sh br0"
down "/etc/openvpn/down.sh br0"
;server 10.8.0.0 255.255.255.0
server-bridge 172.18.100.101 255.255.255.0 172.18.100.105 172.18.100.200
push "route 172.18.100.1 255.255.255.0"
push "dhcp-option DNS 172.18.100.20"
push "dhcp-option DOMAIN example.com"
tls-auth ta.key 0 # This file is secret
user nobody
group nogroup
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
In Ubuntu:

local 172.18.100.101
dev tap0
up "/etc/openvpn/up.sh br0"
down "/etc/openvpn/down.sh br0"
;server 10.8.0.0 255.255.255.0
server-bridge 172.18.100.101 255.255.255.0 172.18.100.105 172.18.100.200
push "route 172.18.100.1 255.255.255.0"
push "dhcp-option DNS 172.18.100.20"
push "dhcp-option DOMAIN example.com"
tls-auth ta.key 0 # This file is secret
user nobody
group nogroup
Suggested by Jared Norris
Located in serverguide/C/vpn.xml:157(programlisting)
1120 of 516 results

This translation is managed by Ubuntu English (Australia) Translators, assigned by Ubuntu Translators.

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

Contributors to this translation: Jared Norris, Joel Pickett, Matthew East, Robert Readman, ZhongHan Cai.