blob: 0c0335a6ade3ee061a6285a0c0393d48b2bfc2b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
[
{ 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
}
]
|