public inbox for govpn-devel@lists.cypherpunks.ru
Atom feed
From: stargrave@stargrave•org
To: Alan Holt <berber.it@gmail•com>
Cc: govpn-devel@lists.cypherpunks.ru
Subject: Re: [Govpn-devel] build from last tarball
Date: Wed, 13 May 2015 19:52:27 +0300	[thread overview]
Message-ID: <20150513165227.GA24372@stargrave.org> (raw)
In-Reply-To: <CAKw30nqUE9HN3WhO=sSrhbzb1JZDo0ojkyx+Y21ea17=jn-Q7w@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 812 bytes --]

Greetings,

*** Alan Holt [2015-05-13 18:21]:
>*You can see on attached screenshot that both interface are up.*

But interface on the server side is no "RUNNING", as client's do.
Does up.sh in server's peer subdirectory contain something like echo
tap10? Will "ifconfig tap10 up" (or "ip link set up dev tap10") help?

>Looks like no traffic can go trough the tunnel.

I think that tunnel works (you can listen tcpdump over unencrypted
network part), but server's TAP is not running.

In FreeBSD I had to turn sysctl options:

    net.link.tap.user_open=1
    net.link.tap.up_on_open=1

The second one up-s the interface when tap device is opened. Maybe
something similar is needed under GNU/Linux (currently I do not have any
working under the hand).

-- 
Happy hacking, Sergey Matveev

[-- Attachment #2: Type: application/pgp-signature, Size: 801 bytes --]

  reply	other threads:[~2015-05-13 16:54 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-13  7:59 [Govpn-devel] build from last tarball Alan Holt
2015-05-13  8:47 ` stargrave
2015-05-13  9:00   ` Alan Holt
2015-05-13  9:36     ` stargrave
2015-05-13 10:01       ` Alan Holt
2015-05-13 10:14         ` stargrave
2015-05-13 10:52           ` Alan Holt
2015-05-13 11:41             ` stargrave
2015-05-13 13:31               ` Alan Holt
2015-05-13 13:47                 ` Alan Holt
2015-05-13 14:09                   ` stargrave
2015-05-13 14:55                     ` Alan Holt
2015-05-13 16:52                       ` stargrave [this message]
2015-05-14  8:30                         ` Alan Holt
2015-05-14  9:22                           ` Alan Holt
2015-05-14 12:34                             ` stargrave
2015-05-14 13:25                           ` stargrave
2015-05-14 13:32                             ` Alan Holt
2015-05-14 14:11                               ` stargrave
2016-01-19 19:04                                 ` Alan Holt
2016-01-19 22:08                                   ` stargrave
2016-01-19 22:58                                     ` Alan Holt
2016-01-20  7:53                                       ` stargrave
2016-01-21  9:43                                       ` stargrave
2016-01-28 10:26                                         ` Alan Holt
2016-01-28 10:46                                           ` stargrave
2016-01-28 13:39                                             ` Alan Holt
2016-01-28 14:20                                               ` stargrave
2015-05-13 14:06                 ` stargrave