~hudson-openstack/nova/cactus

« back to all changes in this revision

Viewing changes to doc/source/devref/server.conf.template

  • Committer: Tarmac
  • Author(s): Vishvananda Ishaya
  • Date: 2011-04-13 08:32:06 UTC
  • mfrom: (976.2.2 better-docs)
  • Revision ID: tarmac-20110413083206-o9sptovi465hrv6l
Updates the documentation on creating and using a cloudpipe image.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
port 1194
 
2
proto udp
 
3
dev tap0
 
4
up "/etc/openvpn/up.sh br0"
 
5
down "/etc/openvpn/down.sh br0"
 
6
 
 
7
persist-key
 
8
persist-tun
 
9
 
 
10
ca ca.crt
 
11
cert server.crt
 
12
key server.key  # This file should be kept secret
 
13
 
 
14
dh dh1024.pem
 
15
ifconfig-pool-persist ipp.txt
 
16
 
 
17
server-bridge VPN_IP DHCP_SUBNET DHCP_LOWER DHCP_UPPER
 
18
 
 
19
client-to-client
 
20
keepalive 10 120
 
21
comp-lzo
 
22
 
 
23
max-clients 1
 
24
 
 
25
user nobody
 
26
group nogroup
 
27
 
 
28
persist-key
 
29
persist-tun
 
30
 
 
31
status openvpn-status.log
 
32
 
 
33
verb 3
 
34
mute 20
 
 
b'\\ No newline at end of file'