Changes between Version 15 and Version 16 of GettingStartedwithOVPN
- Timestamp:
- 02/28/19 10:56:07 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GettingStartedwithOVPN
v15 v16 64 64 If you want to run multiple VPN clients on the same host, it is advisable to also add 'nobind' to your configuration file. This makes OpenVPN use a random client side port when connecting. Without it, it will use the same port number as used to connect to the server. 65 65 66 On the server side, you can use --local to tell OpenVPN to listen on a particular IP address (used to be --listen on older OpenVPN versions). For example listening to IP address 192.168.100.1, you need first to have a network adapter configured with this IP address. Then you can add this line to the server configuration:66 On the server side, you can use --local to tell OpenVPN to listen on a particular IP address. For example listening to IP address 192.168.100.1, you need first to have a network adapter configured with this IP address. Then you can add this line to the server configuration: 67 67 68 68 {{{