Page 1 of 1

VPNBridge How To

Posted: Sat Jun 22, 2019 6:39 am
by odianosen
Hello,

Please thanks for this great project first.

I want to use the JSONRPC api to control a vpnbridge, so I could instruct it when to connect, and disconnect from a remote server. Am I wrong if I say the supported jsonrpc api, is only for the Server and not Bridge? I know its definitely not for client.

Also the computer that is running the bridge, it seems one cannot access it over the VPN, even though other computers can be accessed? For example, if I want to still ssh to it, even if its the bridge. Am I right to say this is not possible? And if it is, can I be directed on how to set it up please?

Kind regards

Re: VPNBridge How To

Posted: Tue Jul 09, 2019 5:01 am
by thisjun
SofteEther VPN supports JSON-RPC in the latest version.
https://www.softether.org/5-download/history

Re: VPNBridge How To

Posted: Fri Jul 12, 2019 3:16 pm
by riny
odianosen wrote:
Sat Jun 22, 2019 6:39 am
Also the computer that is running the bridge, it seems one cannot access it over the VPN, even though other computers can be accessed? For example, if I want to still ssh to it, even if its the bridge. Am I right to say this is not possible? And if it is, can I be directed on how to set it up please?
That's correct. Here's my solution to that problem: https://www.vpnusers.com/viewtopic.php?f=7&t=64358

Re: VPNBridge How To

Posted: Sat Jul 27, 2019 7:47 pm
by odianosen
Thanks for the response everyone. I am sorry I am just responding, as I didn't get any email alert or something telling me I had a response. Very much appreciated.
thisjun wrote:
Tue Jul 09, 2019 5:01 am
SofteEther VPN supports JSON-RPC in the latest version.
Thanks for this and yes I am aware now, but can you help me with some python code examples? As I am not sure how to implement it.
riny wrote:
Fri Jul 12, 2019 3:16 pm
That's correct. Here's my solution to that problem: https://www.vpnusers.com/viewtopic.php?f=7&t=64358
Thanks for this, but the solution doesn't allow for L2 access which i important to me. I will go with the first solution and use a USb to Ethernet adaptor.

Regards