forked from Lainports/freebsd-ports
- Move patch files to my GitHub fork to follow upstream easier - Use separate PIDDIR from DBDIR [1] https://www.softether.org/4-docs/1-manual/6._Command_Line_Management_Utility_Manual/6.3_VPN_Server_%2F%2F_VPN_Bridge_Management_Command_Reference_(For_Entire_Server)#6.3.55_.22LogFileList.22:_Get_List_of_Log_Files
26 lines
698 B
Text
26 lines
698 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
To run softether vpn client from startup, run
|
|
sysrc softether_client_enable=yes
|
|
|
|
To run softether vpn server from startup, run
|
|
sysrc softether_server_enable=yes
|
|
|
|
To run softether vpn bridge from startup, run
|
|
sysrc softether_bridge_enable=yes
|
|
|
|
Initial and further configuration of all softether services can be
|
|
done either by using a Windows client to connect to the running
|
|
services or by vpncmd from command line.
|
|
|
|
Please note client functionality is not supported on FreeBSD right now.
|
|
|
|
When removing SoftEther VPN without the desire to reinstall, please
|
|
ensure to remove the following dirctories as well:
|
|
- %%SE_DBDIR%%
|
|
- %%SE_LOGDIR%%
|
|
- %%SE_PIDDIR%%
|
|
EOM
|
|
}
|
|
]
|