Talk:OpenVPN

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 19:03, 9 July 2006 (edit)
BrainSlayer (Talk | contribs)
m (Reverted edit of 63.240.210.125, changed back to last version by Atzekalle)
← Previous diff
Revision as of 02:29, 20 July 2006 (edit) (undo)
Viper11111 (Talk | contribs)
(I am getting an error that says Options error: Bad --mode parameter: server)
Next diff →
Line 7: Line 7:
and does someone know how i can mount a samba share and where can i see that it is mounted?? and does someone know how i can mount a samba share and where can i see that it is mounted??
 +
 +== I am getting an error that says Options error: Bad --mode parameter: server ==
 +
 +When I run:
 +
 +/tmp/myvpn --dev tap0 --tls-server --ca /tmp/ca.crt --cert /tmp/server.c
 +rt --key /tmp/server.key --dh /tmp/dh1024.pem --comp-lzo --port 1194 --proto tcp
 +-server --mode server --client-to-client --keepalive 15 60 --verb 3 --daemon
 +
 +I get the following error:
 +Options error: Bad --mode parameter: server
 +Use --help for more information.
 +
 +Thoughts?
 +Thanks,
 +Viper

Revision as of 02:29, 20 July 2006

How many OpenVPN clients can connect to the OpenVPN server on the WRT? I guess that OpenVPN uses a lot of CPU.

logging of openVPN

How can i see openvpn is working or see where its breaking up??

and does someone know how i can mount a samba share and where can i see that it is mounted??

I am getting an error that says Options error: Bad --mode parameter: server

When I run:

/tmp/myvpn --dev tap0 --tls-server --ca /tmp/ca.crt --cert /tmp/server.c rt --key /tmp/server.key --dh /tmp/dh1024.pem --comp-lzo --port 1194 --proto tcp -server --mode server --client-to-client --keepalive 15 60 --verb 3 --daemon

I get the following error: Options error: Bad --mode parameter: server Use --help for more information.

Thoughts? Thanks, Viper