<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    i bought some VPS with KVM virtualization.<br>
    <br>
    I installed tinc 1.1-pre9 as usual... Have multiple servers with
    this working but now i got the following error...<br>
    <br>
    <blockquote>tincd -D -d -n NETWORK<br>
      tincd 1.1pre9 (Jan 30 2014 11:09:17) starting, debug level 1<br>
      /dev/net/tun is a Linux tun/tap device (tun mode)<br>
      Listening on 31.XXX.XXX.46 port 655<br>
      SIOCSIFADDR: No such device<br>
      tun0: ERROR while getting interface flags: No such device<br>
      SIOCSIFNETMASK: No such device<br>
      tun0: ERROR while getting interface flags: No such device<br>
      Script tinc-up exited with non-zero status 255<br>
      Ready<br>
      <br>
    </blockquote>
    lsmod says that tun is already loaded...<br>
    <br>
    My config looks like this<br>
    <br>
    <blockquote>Name = node2<br>
      BindToAddress = 31.XXX.XXX.46<br>
      Port = 655<br>
      AddressFamily = ipv4<br>
      DeviceType = tun<br>
      #Interface = /dev/net/tun9<br>
      #MaxTimeout = 300<br>
      #PMTU = 1440<br>
      #PMTUDiscovery = no<br>
      Cipher = AES-256-CBC<br>
      Digest = SHA256<br>
      <br>
    </blockquote>
    Hopefully someone could help me with the problem...<br>
    <br>
    Kind regards<br>
    Martin
  </body>
</html>