From 74fbf013adbc80b9543cd1e59f9e057a4fab557b Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 22 May 2019 17:49:57 +0200 Subject: [PATCH] [DOC] add routing limitations --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b7522b8..2b41a87 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,13 @@ docker-compose run --rm openvpn easyrsa build-client-full $CLIENT_NAME docker-compose run --rm openvpn easyrsa build-client-full $CLIENT_NAME nopass ``` +Add toute too the client: +``` +echo "route 10.10.1.0 255.255.255.0" >> openvpn-data/conf/openvpn.conf +echo "iroute 10.10.1.0 255.255.255.0" > openvpn-data/conf/ccd/$CLIENT_NAME +``` + + Retrieve the client configuration with embedded certificates ------------------------------------------------------------