Retired Cryptocloud forum
Retired Cryptocloud forum
Retired Cryptocloud forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Retired Cryptocloud forum

forum moved to permanent home at cryptocloud.org!
 
HomeHome  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  
Search
 
 

Display results as :
 
Rechercher Advanced Search
Keywords
delay
Latest topics
» time to move to our new home
DD-WRT OpenVPN Configuration EmptyThu Jan 24, 2013 4:54 am by wearehidden

» time to move to our new home
DD-WRT OpenVPN Configuration EmptyThu Jan 24, 2013 4:53 am by wearehidden

» time to move to our new home
DD-WRT OpenVPN Configuration EmptyThu Jan 24, 2013 4:53 am by wearehidden

» time to move to our new home
DD-WRT OpenVPN Configuration EmptyThu Jan 24, 2013 4:53 am by wearehidden

» LA Server performing better lately
DD-WRT OpenVPN Configuration EmptyWed Jan 02, 2013 2:19 pm by Apococrypto

» ubuntu 12.04 openvpn timeout
DD-WRT OpenVPN Configuration EmptySun Dec 30, 2012 10:23 pm by Pattern_Juggled

» The knowledge base for canceling an account is outdated (please cancel my account)
DD-WRT OpenVPN Configuration EmptySun Dec 30, 2012 10:09 pm by Pattern_Juggled

» Beta announcement of new Cryptocloud forum
DD-WRT OpenVPN Configuration EmptySun Dec 30, 2012 9:54 pm by Pattern_Juggled

» Crytpo Cloud password authentication issue problem again
DD-WRT OpenVPN Configuration EmptyFri Dec 28, 2012 3:59 pm by Pattern_Juggled

March 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
25262728293031
CalendarCalendar
Affiliates
free forum


 

 DD-WRT OpenVPN Configuration

Go down 
4 posters
AuthorMessage
darrenn




Posts : 1
Join date : 2012-05-28

DD-WRT OpenVPN Configuration Empty
PostSubject: DD-WRT OpenVPN Configuration   DD-WRT OpenVPN Configuration EmptyMon May 28, 2012 9:25 pm

I am trying to configure my Asus RT-N12 with dd-wrt.v24-18777_NEWD-2_K2.6_openvpn_small. The router is in Repeater Bridge mode and connects to my Verizon FIOS router/modem. I want to use the Cryptocloud OpenVPN server to route all of the traffic connected to the N12 through the VPN.

I have tried various tutorials and setups on build 14929 and 18777 and can't seem to get anywhere. I did find a tutorial here that seems to be pretty close to what I want vpnaddict.com/Firmware-DD-WRT/dd-wrt-et-cryptocloud
But it is set to Start Type WAN Up, and since I am in Repeated Bridge mode I can't use that option since the WAN is disabled correct?

Once i follow that tutorial I see noting in the VPN status page on dd-wrt and my IP is still that of my Verizon FIOS.

here is my config file
Code:

client
proto udp
dev tun
remote-random
remote 85.17.31.98 1194
remote 82.192.95.66 1194
auth-user-pass /tmp/openvpn/dh.pem
ca /tmp/openvpn/ca.crt
cert /tmp/openvpn/cert.pem
key /tmp/openvpn/key.pem
topology subnet
ns-cert-type server
nobind
persist-key
persist-tun
reneg-sec 72000
ping 5
ping-restart 20
ping-timer-rem
tls-client
pull
comp-lzo
verb 1

and my firewall
Code:

iptables -I FORWARD -i br0 -o tun0 -j ACCEPT
iptables -I FORWARD -i tun0 -o br0 -j ACCEPT
iptables -t nat -A POSTROUTING -o tun0 -j MASQUERADE

Here is what I get from cat /tmp/var/log/messages
Code:


Jan  1 00:01:18 DD-WRT daemon.notice openvpn[870]: UDPv4 link remote: 85.17.31.98:1194
Jan  1 00:01:20 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 82.192.95.66:1194[2], expected peer address: 85.17.31.98:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:20 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 82.192.95.66:1194[2], expected peer address: 85.17.31.98:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:21 DD-WRT daemon.err openvpn[870]: VERIFY ERROR: depth=1, error=certificate is not yet valid: /C=../ST=../L=./O=../CN=.._CA/emailAddress=..
Jan  1 00:01:21 DD-WRT daemon.err openvpn[870]: TLS_ERROR: BIO read tls_read_plaintext error: error:14090086:lib(20):func(144):reason(134)
Jan  1 00:01:21 DD-WRT daemon.err openvpn[870]: TLS Error: TLS object -> incoming plaintext read error
Jan  1 00:01:21 DD-WRT daemon.err openvpn[870]: TLS Error: TLS handshake failed
Jan  1 00:01:21 DD-WRT daemon.notice openvpn[870]: SIGUSR1[soft,tls-error] received, process restarting
Jan  1 00:01:23 DD-WRT daemon.warn openvpn[870]: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Jan  1 00:01:23 DD-WRT daemon.notice openvpn[870]: Re-using SSL/TLS context
Jan  1 00:01:23 DD-WRT daemon.notice openvpn[870]: LZO compression initialized
Jan  1 00:01:23 DD-WRT daemon.notice openvpn[870]: UDPv4 link local: [undef]
Jan  1 00:01:23 DD-WRT daemon.notice openvpn[870]: UDPv4 link remote: 82.192.95.66:1194
Jan  1 00:01:23 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 85.17.31.98:1194[2], expected peer address: 82.192.95.66:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:24 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:24 DD-WRT daemon.err openvpn[870]: VERIFY ERROR: depth=1, error=certificate is not yet valid: /C=../ST=../L=./O=../CN=.._CA/emailAddress=..
Jan  1 00:01:24 DD-WRT daemon.err openvpn[870]: TLS_ERROR: BIO read tls_read_plaintext error: error:14090086:lib(20):func(144):reason(134)
Jan  1 00:01:24 DD-WRT daemon.err openvpn[870]: TLS Error: TLS object -> incoming plaintext read error
Jan  1 00:01:24 DD-WRT daemon.err openvpn[870]: TLS Error: TLS handshake failed
Jan  1 00:01:24 DD-WRT daemon.notice openvpn[870]: SIGUSR1[soft,tls-error] received, process restarting
Jan  1 00:01:26 DD-WRT daemon.warn openvpn[870]: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Jan  1 00:01:26 DD-WRT daemon.notice openvpn[870]: Re-using SSL/TLS context
Jan  1 00:01:26 DD-WRT daemon.notice openvpn[870]: LZO compression initialized
Jan  1 00:01:26 DD-WRT daemon.notice openvpn[870]: UDPv4 link local: [undef]
Jan  1 00:01:26 DD-WRT daemon.notice openvpn[870]: UDPv4 link remote: 85.17.31.98:1194
Jan  1 00:01:27 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 85.17.31.98:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:28 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 85.17.31.98:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:28 DD-WRT daemon.err openvpn[870]: VERIFY ERROR: depth=1, error=certificate is not yet valid: /C=../ST=../L=./O=../CN=.._CA/emailAddress=..
Jan  1 00:01:28 DD-WRT daemon.err openvpn[870]: TLS_ERROR: BIO read tls_read_plaintext error: error:14090086:lib(20):func(144):reason(134)
Jan  1 00:01:28 DD-WRT daemon.err openvpn[870]: TLS Error: TLS object -> incoming plaintext read error
Jan  1 00:01:28 DD-WRT daemon.err openvpn[870]: TLS Error: TLS handshake failed
Jan  1 00:01:28 DD-WRT daemon.notice openvpn[870]: SIGUSR1[soft,tls-error] received, process restarting
Jan  1 00:01:30 DD-WRT daemon.warn openvpn[870]: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Jan  1 00:01:30 DD-WRT daemon.notice openvpn[870]: Re-using SSL/TLS context
Jan  1 00:01:30 DD-WRT daemon.notice openvpn[870]: LZO compression initialized
Jan  1 00:01:30 DD-WRT daemon.notice openvpn[870]: UDPv4 link local: [undef]
Jan  1 00:01:30 DD-WRT daemon.notice openvpn[870]: UDPv4 link remote: 82.192.95.66:1194
Jan  1 00:01:30 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:30 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:30 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:30 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_ACK_V1)
Jan  1 00:01:32 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 85.17.31.98:1194[2], expected peer address: 82.192.95.66:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:32 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 85.17.31.98:1194[2], expected peer address: 82.192.95.66:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:32 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 85.17.31.98:1194[2], expected peer address: 82.192.95.66:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:32 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_ACK_V1)
Jan  1 00:01:32 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 85.17.31.98:1194[2], expected peer address: 82.192.95.66:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:33 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:33 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:33 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:35 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 85.17.31.98:1194[2], expected peer address: 82.192.95.66:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:35 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 85.17.31.98:1194[2], expected peer address: 82.192.95.66:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:35 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:35 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:35 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:35 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 85.17.31.98:1194[2], expected peer address: 82.192.95.66:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:35 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 85.17.31.98:1194[2], expected peer address: 82.192.95.66:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:37 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_ACK_V1)
Jan  1 00:01:37 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 85.17.31.98:1194[2], expected peer address: 82.192.95.66:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:37 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 85.17.31.98:1194[2], expected peer address: 82.192.95.66:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:37 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 85.17.31.98:1194[2], expected peer address: 82.192.95.66:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:38 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:39 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 85.17.31.98:1194[2], expected peer address: 82.192.95.66:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:42 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:42 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:43 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 85.17.31.98:1194[2], expected peer address: 82.192.95.66:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:43 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 85.17.31.98:1194[2], expected peer address: 82.192.95.66:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:44 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:45 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_ACK_V1)
Jan  1 00:01:46 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 85.17.31.98:1194[2], expected peer address: 82.192.95.66:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:46 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 85.17.31.98:1194[2], expected peer address: 82.192.95.66:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:47 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:50 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 82.192.95.66:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:50 DD-WRT daemon.notice openvpn[870]: [UNDEF] Inactivity timeout (--ping-restart), restarting
Jan  1 00:01:50 DD-WRT daemon.notice openvpn[870]: SIGUSR1[soft,ping-restart] received, process restarting
Jan  1 00:01:52 DD-WRT daemon.warn openvpn[870]: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Jan  1 00:01:52 DD-WRT daemon.notice openvpn[870]: Re-using SSL/TLS context
Jan  1 00:01:52 DD-WRT daemon.notice openvpn[870]: LZO compression initialized
Jan  1 00:01:52 DD-WRT daemon.notice openvpn[870]: UDPv4 link local: [undef]
Jan  1 00:01:52 DD-WRT daemon.notice openvpn[870]: UDPv4 link remote: 85.17.31.98:1194
Jan  1 00:01:52 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 85.17.31.98:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:52 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 85.17.31.98:1194 (si=3 op=P_ACK_V1)
Jan  1 00:01:53 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 85.17.31.98:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:54 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 82.192.95.66:1194[2], expected peer address: 85.17.31.98:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:54 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 85.17.31.98:1194 (si=3 op=P_ACK_V1)
Jan  1 00:01:56 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 85.17.31.98:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:01:58 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 82.192.95.66:1194[2], expected peer address: 85.17.31.98:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:01:58 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 85.17.31.98:1194 (si=3 op=P_ACK_V1)
Jan  1 00:01:59 DD-WRT daemon.err openvpn[870]: TLS Error: Unroutable control packet received from 85.17.31.98:1194 (si=3 op=P_CONTROL_V1)
Jan  1 00:02:00 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 82.192.95.66:1194[2], expected peer address: 85.17.31.98:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:02:00 DD-WRT daemon.err openvpn[870]: TCP/UDP: Incoming packet rejected from 82.192.95.66:1194[2], expected peer address: 85.17.31.98:1194 (allow this incoming source address/port by removing --remote or adding --float)
Jan  1 00:02:00 DD-WRT user.info syslog: process_monitor successfully started
May 28 17:16:08 DD-WRT user.info syslog: cron : cron daemon successfully stopped
May 28 17:16:09 DD-WRT daemon.notice openvpn[870]: [UNDEF] Inactivity timeout (--ping-restart), restarting
May 28 17:16:09 DD-WRT daemon.notice openvpn[870]: SIGUSR1[soft,ping-restart] received, process restarting
May 28 17:16:09 DD-WRT daemon.debug process_monitor[1282]: Restarting cron  (time sync change)
May 28 17:16:09 DD-WRT daemon.debug process_monitor[1282]: We need to re-update after 3600 seconds
May 28 17:16:09 DD-WRT daemon.info process_monitor[1282]: set timer: 3600 seconds, callback: ntp_main()
May 28 17:16:09 DD-WRT cron.info cron[1306]: (CRON) STARTUP (fork ok)
May 28 17:16:09 DD-WRT cron.info cron[1306]: (crontabs) ORPHAN (no passwd entry)
May 28 17:16:09 DD-WRT user.info syslog: cron : cron daemon successfully started
May 28 17:16:11 DD-WRT daemon.warn openvpn[870]: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
May 28 17:16:11 DD-WRT daemon.notice openvpn[870]: Re-using SSL/TLS context
May 28 17:16:11 DD-WRT daemon.notice openvpn[870]: LZO compression initialized
May 28 17:16:11 DD-WRT daemon.notice openvpn[870]: UDPv4 link local: [undef]
May 28 17:16:11 DD-WRT daemon.notice openvpn[870]: UDPv4 link remote: 82.192.95.66:1194
May 28 17:16:16 DD-WRT daemon.notice openvpn[870]: [vpnserver] Peer Connection Initiated with 82.192.95.66:1194
May 28 17:16:19 DD-WRT daemon.notice openvpn[870]: TUN/TAP device tun0 opened
May 28 17:16:19 DD-WRT daemon.notice openvpn[870]: /sbin/ifconfig tun0 10.80.1.10 netmask 255.255.255.0 mtu 1500 broadcast 10.80.1.255
May 28 17:16:19 DD-WRT daemon.warn openvpn[870]: WARNING: External program may not be called unless '--script-security 2' or higher is enabled.  Use '--script-security 3 system' for backward compatibility with 2.1_rc8 and earlier.  See --help text or man page for detail
May 28 17:16:19 DD-WRT daemon.warn openvpn[870]: WARNING: Failed running command (--route-up): external program fork failed
May 28 17:16:19 DD-WRT daemon.notice openvpn[870]: Initialization Sequence Completed
root@DD-WRT:~#
Back to top Go down
thesaint707




Posts : 38
Join date : 2012-05-24
Age : 60
Location : My own private Idaho on Mt. Olympus

DD-WRT OpenVPN Configuration Empty
PostSubject: Looking for your help with DD-WRT etc.   DD-WRT OpenVPN Configuration EmptySat Jul 21, 2012 9:47 am

While we are in the process of upgrading our service I am attempting to reach out to you, our customers, for a bit of your knowledge. Many of you have your cryptocloud service running through a dd-wrt router or like product and WE think that is awesome! We don't want to hinder or stop you from doing that at all, we would like to get your feedback on how to set it up! Currently we don't offer our support for it, mostly because we don't have time, but hope to in the future and this would be a good way to jumpstart it. I appreciate all the feedback in advance!
Back to top Go down
http://www.cryptocloud.com
revint




Posts : 18
Join date : 2012-05-27

DD-WRT OpenVPN Configuration Empty
PostSubject: Re: DD-WRT OpenVPN Configuration   DD-WRT OpenVPN Configuration EmptySun Aug 05, 2012 9:19 pm

This is how you would have openvpn auto type in your user name and password. This can be applied to just about anything that runs openvpn.

first you need to make a notepad file and in that notepad file type
Quote :

"your username"
"your password"
without quotes.

then in your configuration file, ie another notepad file, type something like this into it.
Quote :

<connection>
remote 76.76.24.43 1194 udp
</connection>
<connection>
remote 76.76.24.43 443 tcp
</connection>
client
ca ca.crt
cert client.crt
key client.key
dev tun
topology subnet
ns-cert-type server
nobind
persist-key
persist-tun
reneg-sec 72000
ping 5
ping-restart 20
ping-timer-rem
tls-client
pull
comp-lzo
verb 2
auth-user-pass password.txt

(WINDOWS 7/Vista)
if your doing this for a windows device rename the configuration file from 'New Text Document.txt" to "CryptoCloud.ovpn" and rename the other text file to "password.txt". make sure you have "hide extensions for known file types" unchecked before renaming the files.
You can find it in a explorer window after you click the "organize" button and selected the "folder and search options" and clicking the "view" tab.

Then install the openvpn client software, you can get it from http://openvpn.net/index.php/download.html look under community downloads and click the windows installer download link.

After installing the openvpn software, make sure you put both the CryptoCloud.ovpn file and the password.txt file into the configuration folder of the openvpn install. its usually installed to C:\Program Files\OpenVPN\config or C:\Program Files (x86)\OpenVPN\config for a 64bit OS.

Then start openvpn and right click the icon and press connect, you should be connected to the usa east cost server now, assuming its up.

(DD-WRT)
or if this is for a dd-wrt router, that has the openvpn distro, then just type in the ask for information into the web gui on the security, vpn page.
The same configuration above should work with it. if you need more help with it then go here http://www.dd-wrt.com/wiki/index.php/OpenVPN

And that's how you would have it auto type in your login info. If you want it to auto start-up in windows then use the windows task scheduler, its in the control panel under administrative tools. Right click task scheduler (local) and click on create basic task give it a name, when computer starts up or when I log on, start a program, browse for openvpn.exe probable in C:\Program Files\OpenVPN click finish. It will now start the openvpn software, when you start your computer or login, so you don't have to. Haven't messed around with it auto connecting yet so you still have to right click and press connect.
Back to top Go down
revint




Posts : 18
Join date : 2012-05-27

DD-WRT OpenVPN Configuration Empty
PostSubject: Re: DD-WRT OpenVPN Configuration   DD-WRT OpenVPN Configuration EmptyTue Aug 07, 2012 4:06 pm

Code:
<connection>
remote 82.192.95.66 1194 udp
</connection>
<connection>
remote 85.17.31.98 1194 udp
</connection>
client
ca ca.crt
cert client.crt
key client.key
dev tun
topology subnet
ns-cert-type server
nobind
persist-key
persist-tun
reneg-sec 72000
ping 5
ping-restart 20
ping-timer-rem
tls-client
pull
comp-lzo
verb 2
auth-user-pass /tmp/openvpn/dh.pem
ca /tmp/openvpn/ca.crt
cert /tmp/openvpn/cert.pem
key /tmp/openvpn/key.pem

you could try this config and see if it works.
Back to top Go down
Pattern_Juggled
Admin
Pattern_Juggled


Posts : 57
Join date : 2012-08-04

DD-WRT OpenVPN Configuration Empty
PostSubject: Re: DD-WRT OpenVPN Configuration   DD-WRT OpenVPN Configuration EmptyTue Aug 07, 2012 8:29 pm

I've been hearing about folks working on these config settings for years, and it seems it's an ongoing challenge. If anyone really nalis it, I'd say they certainly earn themselves the proverbial Gold Star, eh?

In fact, I've heard talk that if someone packaged up a well-configured router that was already wired into the Cryptocloud secure network, it'd sell like hotcakes. Which makes sense to me, at least.

Any budding entrepreneurs out there? I bet the company would welcome such a partnership since, from what I understand, it doesn't have any officially-supported router-based version of the service.

Something to think on, mayhap.

Pt_Jd
Back to top Go down
http://2600.com
Sponsored content





DD-WRT OpenVPN Configuration Empty
PostSubject: Re: DD-WRT OpenVPN Configuration   DD-WRT OpenVPN Configuration Empty

Back to top Go down
 
DD-WRT OpenVPN Configuration
Back to top 
Page 1 of 1
 Similar topics
-
» I cannot connect to openvpn
» Upgrade in Progress 08-04-2012
» ubuntu 12.04 openvpn timeout
» Crypto Cloud OpenVPN won't connect

Permissions in this forum:You cannot reply to topics in this forum
Retired Cryptocloud forum :: Cryptocloud.org :: Technically Speaking-
Jump to: