Mailinglist Archive: opensuse (2114 mails)

< Previous Next >
[opensuse] Building VPN network with OpenVPN and OpenSuSE11
  • From: Patrik Hasibuan <patrikhasibuan@xxxxxxxxx>
  • Date: Mon, 27 Oct 2008 02:11:04 -0700 (PDT)
  • Message-id: <748100.58842.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Dear my friends,

I am building a VPN Network with OpenVPN and OpenSuSE11.

These are what I've done:
- I downloaded and installed OpenVPN with YaST2.
- I copied the file of 'server.conf' like this:
"
cp -v /usr/share/doc/packages/openvpn/sample-config-files/server.conf
/etc/openvpn/server.conf
"
- I Editted "/etc/openvpn/server.conf". And this is my current configuration:
"
local 219.83.114.179
port 1194
proto tcp
dev tun
dev-node MyTap
ca /etc/openvpn/easy-rsa/ca.crt
cert /etc/openvpn/easy-rsa/toka-site.crt
key /etc/openvpn/easy-rsa/toka-site.key # This file should be kept secret
dh dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
client-to-client
keepalive 10 120
"
- "
mysussy:/etc/openvpn # cat server.conf
local 219.83.114.179
port 1194
proto tcp
dev tun
dev-node MyTap
ca /etc/openvpn/easy-rsa/ca.crt
cert /etc/openvpn/easy-rsa/toka-site.crt
key /etc/openvpn/easy-rsa/toka-site.key # This file should be kept secret
dh dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
client-to-client
keepalive 10 120
"
- "
mysussy:/etc/openvpn # ls
README ipp.txt openvpn-startup.sh static-office.conf
client.conf loopback-client openvpn-status.log tls-home.conf
easy-rsa loopback-server server.conf tls-office.conf
firewall.sh office.up server.conf.old xinetd-client-config
home.up openvpn-shutdown.sh static-home.conf xinetd-server-config
"
- this steps also done successfully:"
.. ./vars
../clean-all
../build-ca
../build-key-server toka-site
../build-key sussy-MND
"

The problem is:
But my openvpn can not start.
mysussy:/etc/openvpn # rcopenvpn start
Starting OpenVPN ...........failed

Please help me, what is my mistake?




--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups