Difference between revisions of "Talk:Frequently Asked Questions"

From Linux-VServer

Jump to: navigation, search
(VPNC problem with tun)
Line 1: Line 1:
 
"great flower page"? Wasn't that the one at http://www.nongnu.org/util-vserver/doc/conf/configuration.html? Looks like it's been... "fixed" now :D --[[User:Daniel15|<span style="color: darkblue; font-weight: bold;">Daniel15</span>]] <big>(</big><sup>[[User talk:Daniel15|Talk]]</sup>/<sub>[[Special:Contributions/Daniel15|Contribs]]</sub><big>)</big> 12:42, 24 January 2007 (CET)
 
"great flower page"? Wasn't that the one at http://www.nongnu.org/util-vserver/doc/conf/configuration.html? Looks like it's been... "fixed" now :D --[[User:Daniel15|<span style="color: darkblue; font-weight: bold;">Daniel15</span>]] <big>(</big><sup>[[User talk:Daniel15|Talk]]</sup>/<sub>[[Special:Contributions/Daniel15|Contribs]]</sub><big>)</big> 12:42, 24 January 2007 (CET)
 +
 +
== VPNC problem with tun ==
 +
 +
Dear Vserver users,
 +
 +
I know some explanation was given about the TUN device on a vserver with openvpn
 +
 +
I'm trying to get vpnc to work on a virtual server.
 +
I can't use openvpn because I need to connect to a Cisco PIX that only understands IPSEC.
 +
 +
I've created /dev/net/tun with
 +
apt-get install uml-utilities
 +
# cd /var/lib/vserver/<myopenvpnserver>/dev/
 +
# ./MAKEDEV tun
 +
as suggested. I don't use a tap interface
 +
 +
my vpnc.conf is
 +
IPSec gateway x.x.x.x
 +
IPSec ID somename
 +
IPSec secret somepass
 +
Xauth username some username
 +
Xauth password some pass
 +
 +
Now when i try to do vpnc-connect on my vserver, I get :
 +
vpnc: can't initialise tunnel interface: Operation not permitted
 +
 +
chown 777 /dev/net/tun doesn't help
 +
 +
Please help me out here

Revision as of 16:11, 13 February 2008

"great flower page"? Wasn't that the one at http://www.nongnu.org/util-vserver/doc/conf/configuration.html? Looks like it's been... "fixed" now :D --Daniel15 (Talk/Contribs) 12:42, 24 January 2007 (CET)

VPNC problem with tun

Dear Vserver users,

I know some explanation was given about the TUN device on a vserver with openvpn

I'm trying to get vpnc to work on a virtual server. I can't use openvpn because I need to connect to a Cisco PIX that only understands IPSEC.

I've created /dev/net/tun with apt-get install uml-utilities

  1. cd /var/lib/vserver/<myopenvpnserver>/dev/
  2. ./MAKEDEV tun

as suggested. I don't use a tap interface

my vpnc.conf is IPSec gateway x.x.x.x IPSec ID somename IPSec secret somepass Xauth username some username Xauth password some pass

Now when i try to do vpnc-connect on my vserver, I get : vpnc: can't initialise tunnel interface: Operation not permitted

chown 777 /dev/net/tun doesn't help

Please help me out here

Personal tools