opnsense-ports/security/softether-devel/files/pkg-message.in
Franco Fichtner 6cf8ca4e24 */*: sync with upstream
Taken from: FreeBSD
2023-06-02 10:20:54 +02:00

31 lines
865 B
Text

[
{ type: install
message: <<EOM
To run SoftEtherVPN client from startup, run
sysrc softether_client_enable=yes
To run SoftEtherVPN server from startup, run
sysrc softether_server_enable=yes
To run SoftEtherVPN bridge from startup, run
sysrc softether_bridge_enable=yes
To run SoftEtherVPN traffic server from startup, run
sysrc softether_trafficserver_enable=yes
Initial and further configuration of all SoftEther services can be
done either by using VPN Client/Server/Bridge Manager for Windows
or by vpncmd from command line.
Please note client functionality is currently not supported in this
version on FreeBSD. Use security/softether5 instead to use SoftEther
as VPN client.
When removing SoftEther VPN without the desire to reinstall, please
ensure to remove the following directories as well:
- %%SE_DBDIR%%
- %%SE_LOGDIR%%
- %%SE_PIDDIR%%
EOM
}
]