From fe4f0d3ffd0ba1730598cb4b592e2c6a07719ef3 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Thu, 24 Jun 2010 04:11:58 +0100 Subject: allow multiple vpn connections with the same credentials --- nova/cloudpipe/bootscript.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'nova') diff --git a/nova/cloudpipe/bootscript.sh b/nova/cloudpipe/bootscript.sh index bb710617e..7adacc067 100755 --- a/nova/cloudpipe/bootscript.sh +++ b/nova/cloudpipe/bootscript.sh @@ -54,5 +54,6 @@ sed -i -e s/max-clients\ 1/max-clients\ 10/g server.conf echo "\npush \"route 10.255.255.1 255.255.255.255 $GATEWAY\"\n" >> server.conf echo "\npush \"route 10.255.255.253 255.255.255.255 $GATEWAY\"\n" >> server.conf +echo "\nduplicate-cn\n" >> server.conf /etc/init.d/openvpn start -- cgit