Re: [go-nuts] Any general VPN(pptp, l2tp, openVPN, IPSec VPN) server implementation in go?

2020-11-17 Thread Sergey Matveev
Greetings!

*** Nathan [2020-11-17 02:33]:
>But I did a lot of research, it seems there is no go implementation for the 
>general VPN.

There is pure Go ESPv3/IKEv2 implementation: 
http://www.gostipsec.cypherpunks.ru/
It supports small subset of algorithms, but is ok for testing purposes.

-- 
Sergey Matveev (http://www.stargrave.org/)
OpenPGP: CF60 E89A 5923 1E76 E263  6422 AE1A 8109 E498 57EF

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/X7OunlgKEebbIdl8%40stargrave.org.


Re: [go-nuts] Any general VPN(pptp, l2tp, openVPN, IPSec VPN) server implementation in go?

2020-11-17 Thread Daniel Moch
> Hi, I want to use a general VPN protocols to comminucate with my server, we 
> cannot change the client to use other VPN protocols.
> But I did a lot of research, it seems there is no go implementation for the 
> general VPN.
> 
> I really want that I'm wrong, so do any guys can give me some suggestion? 
> Thanks in advance.

You might look at WireGuard[1].  It's a fairly new technology, but it
has a pure-Go implementation that I've used successfully.

[1] - https://www.wireguard.com/repositories/

-- 
Daniel Moch
https://djmo.ch

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/7DBE6CABFA1023202E5392974E8ADCA9%40ranger.org.


Re: [go-nuts] Any general VPN(pptp, l2tp, openVPN, IPSec VPN) server implementation in go?

2020-11-17 Thread Mohamed Yousif
How about wireguard[1]?

[1]: https://git.zx2c4.com/wireguard-go/about/

On Tue, 17 Nov 2020, 12:34 pm Nathan,  wrote:

> Hi, I want to use a general VPN protocols to comminucate with my server,
> we cannot change the client to use other VPN protocols.
> But I did a lot of research, it seems there is no go implementation for
> the general VPN.
>
> I really want that I'm wrong, so do any guys can give me some suggestion?
> Thanks in advance.
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/86cecadb-81c2-46eb-8025-332cb456d9fan%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAHrL7wHk8YoY4nvOe%3D%3DYEPp83uf2X4b_cDgD_%2BRM%3DiN%2BoawrEA%40mail.gmail.com.


[go-nuts] Any general VPN(pptp, l2tp, openVPN, IPSec VPN) server implementation in go?

2020-11-17 Thread Nathan
Hi, I want to use a general VPN protocols to comminucate with my server, we 
cannot change the client to use other VPN protocols.
But I did a lot of research, it seems there is no go implementation for the 
general VPN.

I really want that I'm wrong, so do any guys can give me some suggestion? 
Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/86cecadb-81c2-46eb-8025-332cb456d9fan%40googlegroups.com.