public inbox for govpn-devel@lists.cypherpunks.ru
Atom feed
From: stargrave@stargrave•org
To: govpn-devel@lists.cypherpunks.ru
Subject: Re: [Govpn-devel] VPS configuration
Date: Tue, 24 Nov 2015 14:05:24 +0300	[thread overview]
Message-ID: <20151124110524.GA21253@stargrave.org> (raw)
In-Reply-To: <CAEwfFSjePoX2JLLA6dN-H3jEr2iPYDHFu5qbLpU0f2CRQX9ZvA@mail.gmail.com>

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

*** Gary <kingtopest9000@gmail•com> [2015-11-24 11:33]:
>HI,
>Thanks a lot! But how to configure it on VPS?
>And I still cannot understand very much for building up.sh script.

GoVPN waits from up.sh only the name of the TAP interface: it will open
it and use. GoVPN daemon itself does not create TAP interfaces and does
not do any network configuration. So all network configuration is on the
administrator. If you need only single tunnel with static IP addresses,
then create it (TAP interface), configure and GoVPN needs to know only
it's name, that it retrieves from up.sh, that will be something like
that in that case:

    #!/bin/sh
    echo tap0

-- 
Happy hacking, Sergey Matveev

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

      reply	other threads:[~2015-11-24 11:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1.1442912400.73456.govpn-devel@lists.cypherpunks.ru>
2015-11-24  8:32 ` [Govpn-devel] Govpn-devel Digest, Vol 5, Issue 3 Gary
2015-11-24 11:05   ` stargrave [this message]