blob: 2daccabd9f27f4f6ee7634b33def2a4531c4af0f (
plain)
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
|
[
{ 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%%
EOM
}
]
|