I've moved up from 1.5 to beta11 today. I want to set up a single tcp
server<->multiple clients service and have mostly duplicated the recent
examples. When I attempt to start it with:
openvpn --config test.config
I get:
Options error: specify only one of --tls-server, --tls-client, or --secret
I _am_ only specifying --secret. The contents of test.config are below.
My guess is that one of these options is implying tls, but I can't find
which. If I comment out the secret line, I get:
Options error: You must define DH file (--dh)
Thanks,
Terry.
---- test.config
local x.x.x.x
dev tun
proto tcp-server
server 192.168.120.0 255.255.255.0
port 5000
push "route 192.168.1.0 255.255.255.0"
push "dhcp-option DNS 192.168.1.2"
secret /etc/openvpn/static.key
user nobody
group nogroup
comp-lzo
keepalive 10 60
verb 5
mute 10
----
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|