public inbox for govpn-devel@lists.cypherpunks.ru
Atom feed
From: Bruno Clermont <bruno@robotinfra•com>
To: Sergey Matveev <stargrave@stargrave•org>
Cc: govpn-devel@lists.cypherpunks.ru
Subject: Re: [Govpn-devel] Invalid server's random number
Date: Thu, 20 Oct 2016 21:27:22 +0800	[thread overview]
Message-ID: <35732F29-4F89-4C22-BB0A-D469BE0C76D2@robotinfra.com> (raw)
In-Reply-To: <20161019194546.GA2651@stargrave.org>

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


> On 20 Oct 2016, at 03:45, Sergey Matveev <stargrave@stargrave•org> wrote:
> 
> If everything is ok there (try to setup all configuration from the
> ground, from very beginning), then personally I will add debugging
> print-s in the code to see are encryption keys, nonces and deciphered
> information is the same on both sides and when it becomes different.

I tested and it works perfectly over TCP.

For UDP, It’s worst than yesterday: GoVPN server never receive any packets.
I see traffic coming on the wire with `tshark`, firewall rules are valid. I added plenty of debug code myself and it don’t even reach `conn.ReadFromUDP(buf)` anymore.

I blame the VM with it's 2.5 years uptime. It probably need a reboot or something.

> Just slightly another structures.
> So should be relatively easy. I added TUN support to the TODO list, but
> currently can give no time expectations when it will be done

OSX used to need 3rd party drivers for tun, now it’s part built in.
only IPv4/IPv6 can goes in. no ethernet overhead. this can increase GoVPN throughput.

tap interfaces aren’t available on Android and iOS. Tun are available… which mean GoVPN client can be used on mobile OS (easy with Go, just need to move out into a separate package some of govpn/govpn-client logic).

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

  reply	other threads:[~2016-10-20 13:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-19 16:05 [Govpn-devel] Invalid server's random number Bruno Clermont
2016-10-19 16:57 ` Bruno Clermont
2016-10-19 19:45   ` Sergey Matveev
2016-10-19 19:45 ` Sergey Matveev
2016-10-20 13:27   ` Bruno Clermont [this message]
2016-10-20 19:36     ` Sergey Matveev
2016-10-29 18:05 ` [Govpn-devel] TUN interfaces (was: Invalid server's random number) Sergey Matveev
2016-10-29 18:12   ` Bruno Clermont
  -- strict thread matches above, loose matches on Subject: below --
2017-03-01 15:54 [govpn-devel] Invalid server's random number Le Blanc
2017-03-01 20:36 ` Sergey Matveev
2016-10-19 16:00 [Govpn-devel] " Bruno Clermont