[DOC] add help to set configuration of service

This commit is contained in:
Edouard DUPIN 2019-05-22 17:50:24 +02:00
parent 74fbf013ad
commit fa23cd1f74

View File

@ -113,3 +113,27 @@ Debugging Tips
```{.sh}
docker-compose run -e DEBUG=1 -p 1194:1194/udp openvpn_service
```
Test on the client:
-------------------
Run in root mode:
```
openvpn --config $CLIENT_NAME.ovpn
```
you can test the connection with the server:
```
ping ____LOCAL_IP_SERVER____
```
On server test the Connectionwith the client:
```
ping ____CLIENT_IP_SERVER____
```
If needed add the routing rules on the server:
```
ip route add 10.10.0.0/16 via 10.3.0.2
```