|
From: Benjamin B. <ba...@en...> - 2004-09-03 12:41:22
|
Le 03.09.04 , Terry Dooher a =E9crit: > I've moved up from 1.5 to beta11 today. I want to set up a single tcp=20 > server<->multiple clients service and have mostly duplicated the recent= =20 > examples. When I attempt to start it with: >=20 > openvpn --config test.config >=20 > I get: >=20 > Options error: specify only one of --tls-server, --tls-client, or --sec= ret >=20 > I _am_ only specifying --secret. The contents of test.config are below.= =20 > My guess is that one of these options is implying tls, but I can't find= =20 > which. If I comment out the secret line, I get: >=20 > Options error: You must define DH file (--dh) >=20 > Thanks, >=20 > Terry. >=20 > ---- test.config ... > server 192.168.120.0 255.255.255.0 server is a macro whose expansion contains tls-server. And, if you are using the multi-client mode server, you must use TLS/SSL authentification (see the man page, under the section for Multi-Client Se= rver options). Benjamin |