Hi guys, I got error when executing iodined at my vps:
$ sudo iodined -f -P test1 192.168.0.1 localhost iodined: open_tun: /dev/net/tun: Operation not permitted: Operation not permitted
so i check -. iodine version: iodine IP over DNS tunneling server version: 0.5.1 from 2009-03-21
-. uname 2.6.32-042stab068.8 #1 SMP Fri Dec 7 17:06:14 MSK 2012 i686 i686 i386 GNU/Linux
-. ls -l /dev/net/tun
rw-rw-rw- 1 root root 10, 200 May 5 00:24 /dev/net/tun
how can i resolve this problem? thanks in advance.
regards,
marco
On 5/10/2014 6:33 AM, Morning Star wrote:
I got error when executing iodined at my vps:
$ sudo iodined -f -P test1 192.168.0.1 localhost iodined: open_tun: /dev/net/tun: Operation not permitted: Operation not permitted
Same as I said on Debian's list..
You'll need to talk to your host.
okay, thanks.
On Sat, May 10, 2014 at 1:08 PM, Mr. Queue lists@mrqueue.com wrote:
On 5/10/2014 6:33 AM, Morning Star wrote:
I got error when executing iodined at my vps:
$ sudo iodined -f -P test1 192.168.0.1 localhost iodined: open_tun: /dev/net/tun: Operation not permitted: Operation not permitted
Same as I said on Debian's list..
You'll need to talk to your host. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Specifically you host is supplying you with an openVZ or Virtuozzo VPS. This is not a fully virtualised system so you will not have access to a lot of devices.
On 10 May 2014 14:21, Morning Star morning.star.crew@gmail.com wrote:
okay, thanks.
On Sat, May 10, 2014 at 1:08 PM, Mr. Queue lists@mrqueue.com wrote:
On 5/10/2014 6:33 AM, Morning Star wrote:
I got error when executing iodined at my vps:
$ sudo iodined -f -P test1 192.168.0.1 localhost iodined: open_tun: /dev/net/tun: Operation not permitted: Operation not permitted
Same as I said on Debian's list..
You'll need to talk to your host. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Am 10.05.2014 um 15:28 schrieb Andrew Holway andrew.holway@gmail.com:
Specifically you host is supplying you with an openVZ or Virtuozzo VPS. This is not a fully virtualised system so you will not have access to a lot of devices.
check your virtualization with
$ virt-what
-- LF
On Sat, May 10, 2014 at 2:24 PM, Leon Fauster leonfauster@googlemail.com wrote:
Am 10.05.2014 um 15:28 schrieb Andrew Holway andrew.holway@gmail.com:
Specifically you host is supplying you with an openVZ or Virtuozzo VPS. This is not a fully virtualised system so you will not have access to a lot of devices.
check your virtualization with
$ virt-what
result: openvz
so there is no any work around to access /dev/net/tun in openvz, isn't it?
On Sat, May 10, 2014 at 03:31:19PM +0000, Morning Star wrote:
so there is no any work around to access /dev/net/tun in openvz, isn't it?
Ask your hosting provider; tun/tap access is granted on a container-by-container basis and they can easily enable it for you if they wish; it will require your container being stopped and then restarted but it's trivial for them to do.
John