OPNsense Forum

English Forums => General Discussion => Topic started by: apl on February 18, 2020, 03:17:18 pm

Title: How to install a plugin in github softether
Post by: apl on February 18, 2020, 03:17:18 pm
Hi

I'm new to OPNsense, managed to install and get the basic firewall working, I would like to add softether plugin. I'm unable to find any documentation on how to go about it.

https://github.com/opnsense/plugins/tree/master/security/softether

Appreciate any help.

Thank you.
Title: Re: How to install a plugin in github softether
Post by: marjohn56 on February 18, 2020, 03:58:15 pm
It appears softether is currently only available if you are on the dev path.
Title: Re: How to install a plugin in github softether
Post by: apl on February 18, 2020, 04:06:17 pm

Thank you for the answer.
How can I still install softether without going to the developer branch?
Title: Re: How to install a plugin in github softether
Post by: mimugmail on February 18, 2020, 04:39:24 pm
You can also install on the production branch.
Via CLI:

pkg install os-softether-devel

There is only a start button for managing the server. The rest is done via the usual fat client since I don't want to double the work.

Feedback would be nice, then I could release it to stable :)
Title: Re: How to install a plugin in github softether
Post by: apl on February 18, 2020, 04:54:53 pm
Thank you for the answer.

Installed!
Will it start automatically after server reboot?
Title: Re: How to install a plugin in github softether
Post by: mimugmail on February 18, 2020, 05:03:34 pm
When you Enabled it via VPN - Softether it will autostart.
Title: Re: How to install a plugin in github softether
Post by: apl on February 18, 2020, 05:11:26 pm

Thanks for the answer.
will it be run as root?
I need a bridge function.

https://www.softether.org/4-docs/1-manual/3._SoftEther_VPN_Server_Manual/3.6_Local_Bridges
Title: Re: How to install a plugin in github softether
Post by: mimugmail on February 18, 2020, 05:12:37 pm
Bridge is unsupported in FreeBSD if I remember correctly ... :/
Title: Re: How to install a plugin in github softether
Post by: apl on February 18, 2020, 05:28:13 pm
As I understand it from the link I published above.
There is support.
Title: Re: How to install a plugin in github softether
Post by: mimugmail on February 18, 2020, 05:39:41 pm
If I remember correctly when installing the software the comes a pkg message saying brdige is unsupported?
Title: Re: How to install a plugin in github softether
Post by: apl on February 18, 2020, 05:52:52 pm

did not pay attention to it.
Check, I will write in this thread about the result.
Title: Re: How to install a plugin in github softether
Post by: mimugmail on February 18, 2020, 05:54:00 pm
Thx, appreciated :)
Title: Re: How to install a plugin in github softether
Post by: apl on February 18, 2020, 06:44:02 pm
Set up a bridge.
Remote PC, received ip, gateway, DNS via DHCP.
But on the remote PC there is no access to the local network, the gateway does not flicker.
Ping only wan ip opnsense.

Do I understand correctly that it is already necessary to configure the opnsense firewall?
Can the bridge function be considered working?
Title: Re: How to install a plugin in github softether
Post by: mimugmail on February 18, 2020, 07:10:06 pm
Can you try this Advanced Nat mode or similar?
Title: Re: How to install a plugin in github softether
Post by: apl on February 18, 2020, 08:20:19 pm

I did not understand you.
Enable NAT on the softether switch?
Title: Re: How to install a plugin in github softether
Post by: apl on February 18, 2020, 09:00:37 pm
https://www.softether.org/3-spec

Requirements
Supported Operating Systems
Windows (32bit, 64bit)
Windows 98 / 98 SE / ME / NT 4.0 SP6a / 2000 SP4 / XP SP2, SP3 / Server 2003 SP2 / Vista SP1, SP2 / Server 2008 SP1, SP2 / Hyper-V Server 2008 / 7 SP1 / Server 2008 R2 SP1 / Hyper-V Server 2008 R2 / 8 / Server 2012 / Hyper-V Server 2012 / 8.1 / Server 2012 R2 / 10 / Server 2016
 
Linux (32bit, 64bit)
Linux 2.4, 2.6, 3.x, 4.x
 
Mac OS X (32bit, 64bit)
Mac OS X 10.4 Tiger or later
 
FreeBSD (32bit, 64bit) (Stable Edition: Server and Bridge only, Developer Edition: Client is also supported)
 
NetBSD (32bit, 64bit) (Developer Edition only, Client is also supported)
 
OpenBSD (32bit, 64bit) (Developer Edition only, Client is also supported)
 
Solaris (32bit, 64bit) (Server and Bridge only)
Solaris 8, 9, 10, 11
Title: Re: How to install a plugin in github softether
Post by: Maverick on March 12, 2020, 04:22:11 am
Another Newbie to Opnsense,  Would be great to see softether as a plugin, such a versatile vpn.

Just a fresh sysadmin, so cannot contribute much technically but  happy to contribute some beer money.
Title: Re: How to install a plugin in github softether
Post by: mimugmail on March 12, 2020, 05:45:12 am
Via CLI
pkg install os-softether-devel .. then go to VPN : Softether and enable. After this use the known fat client to connect and configured. If it works for you and you can vpn in I can make it stable
Title: Re: How to install a plugin in github softether
Post by: apl on July 13, 2020, 08:18:35 pm
Good day.
The softether daemon does not start.
Please help in this matter.
Any ideas how to identify and fix the problem?
Title: Re: How to install a plugin in github softether
Post by: mimugmail on July 13, 2020, 08:56:44 pm
Change port of OPNsense webUI other than 443?
Title: Re: How to install a plugin in github softether
Post by: Rogero on August 05, 2020, 07:56:59 pm
I have installed softether package and it is not showing up in VPN and not running. How do I get it to start so I can configure it?
Title: Re: How to install a plugin in github softether
Post by: Rogero on August 06, 2020, 04:02:40 am
OK, figured out where to enable softether so it can be started from the cli. Need help on why it is not showing up in VPN menu and how to make it auto start at boot.
Title: Re: How to install a plugin in github softether
Post by: mimugmail on August 06, 2020, 05:57:51 am
pkg install os-softether-devel
Title: Re: How to install a plugin in github softether
Post by: Rogero on August 06, 2020, 04:59:37 pm
Thanks
Title: Re: How to install a plugin in github softether
Post by: Rogero on August 06, 2020, 06:17:22 pm
Hopefully this is my last question.

I currently have softether running on a rpi. I have a Port forwarding NAT setting and a floating rule to allow 1194 UDP traffic in to any. Not sure if that is the correct way, but it is working. Once I configure SoftEther on the opnsense box, how do I direct the 1194 UDP traffic to the firewall instead of the rpi?
Title: Re: How to install a plugin in github softether
Post by: Sara Gamer on August 06, 2020, 07:05:55 pm
I'm looking for the same answer as you need. แทงบอลสเต็ป (https://inworldz.com/บอลสเต็ป/)
Title: Re: How to install a plugin in github softether
Post by: mimugmail on August 06, 2020, 10:01:18 pm
Hopefully this is my last question.

I currently have softether running on a rpi. I have a Port forwarding NAT setting and a floating rule to allow 1194 UDP traffic in to any. Not sure if that is the correct way, but it is working. Once I configure SoftEther on the opnsense box, how do I direct the 1194 UDP traffic to the firewall instead of the rpi?

Just disable the port forward and allow it on WAN (UDP / 1194)
Title: Re: How to install a plugin in github softether
Post by: Laststock777 on August 07, 2020, 11:41:56 am
You can also install on the production branch.
Via CLI:ข่าวกีฬาออนไลน์ (https://footballhits98.com/)

pkg install os-softether-devel

There is only a start button for managing the server. The rest is done via the usual fat client since I don't want to double the work.  ;) ;)
Title: Re: How to install a plugin in github softether
Post by: Zlapped24 on August 14, 2020, 12:26:18 pm
Hav a nice day.
The softether daemon does not start.
Please help in this matter.ข่าวกีฬาออนไลน์ (https://footballhits98.com/)
Any ideas how to identify and fix the problem?
Title: Re: How to install a plugin in github softether
Post by: mimugmail on August 14, 2020, 01:09:58 pm
Change OPNsense port to other than 443 and restart