Mailinglist Archive: opensuse (2114 mails)

< Previous Next >
Re: [opensuse] Building VPN network with OpenVPN and OpenSuSE11
  • From: Jonathan Ervine <jervine@xxxxxxxxxx>
  • Date: Tue, 28 Oct 2008 17:11:54 +0800
  • Message-id: <200810281711.55182.jervine@xxxxxxxxxx>
On Tuesday 28 October 2008 17:01:26 Per Jessen wrote:
Patrik Hasibuan wrote:
This is the test:
"
mysussy:/usr/share/openvpn/easy-rsa/2.0/keys # openvpn --config
/etc/openvpn/server.conf
Tue Oct 28 16:31:45 2008 OpenVPN 2.0.9 i586-suse-linux [SSL] [LZO]
[EPOLL] built on Jun 7 2008 Tue Oct 28 16:31:45 2008 Note: Cannot
open TUN/TAP dev MyTap: No such file or directory (errno=2) Tue Oct 28
16:31:45 2008 Note: Attempting fallback to kernel 2.2 TUN/TAP
interface Tue Oct 28 16:31:45 2008 Cannot open TUN/TAP dev MyTap: No
such file or directory (errno=2) Tue Oct 28 16:31:45 2008 Exiting
mysussy:/usr/share/openvpn/easy-rsa/2.0/keys # ".

It seems to be clearly complaining about "MyTap".

Yep - but no further errors in the messages file about the various SSL files.
I'm still of the opinion that the daemon script isn't reading his config
file.

This is my "server.conf":
mysussy:/usr/share/openvpn/easy-rsa/2.0/keys # cat
/etc/openvpn/server.conf local 219.83.114.179
port 1194
proto tcp
dev tun
dev-node MyTap

My VPN server config does not have a "dev-node" entry, I'm not sure what
the default is.

Same here - I've always used dev tun, it looks like Patrik is trying to set up
a VPN with both tun and tap interfaces.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups