<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>openvpn vista 64 backslash issue in Virtual Private Networking</title>
<link>http://www.dslreports.com/forum/r22466592</link>
<description></description>
<language>en</language>
<pubDate>Wed, 25 Nov 2009 20:43:00 EDT</pubDate>
<lastBuildDate>Wed, 25 Nov 2009 20:43:00 EDT</lastBuildDate>

<item>
<title>Re: openvpn vista 64 backslash issue</title>
<link>http://www.dslreports.com/forum/remark,22469004</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : Thanks for the response but it didn't work.  I tried this before & after your post.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22469004</guid>
<pubDate>Sat, 30 May 2009 13:39:58 EDT</pubDate>
</item>

<item>
<title>Re: openvpn vista 64 backslash issue</title>
<link>http://www.dslreports.com/forum/remark,22467929</link>
<description><![CDATA[<A HREF="/useremail/u/662411"><b>SoonerAl</b></A> : When I last used OpenVPN, quite a long time ago now, I put the client key, ca.crt and ta.key files in the <b>C:\program files\openvpn\config</b> folder on my client so I did not need to use the escape characters. My example client config file then looked like this.<br><br> <blockquote><small>quote:</small><hr>#<br># Customized for SoHo remote access<br># Last reviewed - 12 August 2006...awj<br>#<br><br>client<br><br>dev tap<br><br>proto udp<br><br># The hostname/IP and port of the server.<br># Modify for your use.<br><br>remote myopenvpn.server.com 1194<br><br>resolv-retry infinite<br><br>nobind<br><br>persist-key<br>persist-tun<br><br>ca ca.crt<br><br># Specific user cert and key file.<br># Modify for your use.<br><br>cert Vpnuser1.crt<br>key Vpnuser1.key<br><br>tls-auth ta.key 1<br><br>cipher AES-256-CBC<br><br>comp-lzo<br><br>verb 3<br><hr></blockquote><br><br>I put the ca.crt, dh1024.pem or dh2048.pem, server.crt and server.key files in the<br><b>C:\program files\openvpn\config</b> folder on the server PC. Here is my example server config file.<br><br> <blockquote><small>quote:</small><hr>#<br># Customized for SoHo remote access<br># Last reviewed - 12 August 2006...awj<br>#<br><br>proto udp<br><br>dev tap<br><br>dev-node OpenVPN<br><br>ca ca.crt<br>cert server.crt<br>key server.key  # This file should be kept secret<br><br>dh dh2048.pem<br><br>ifconfig-pool-persist ipp.txt<br><br># Specific to my home LAN...<br># &raquo;<A HREF="http://theillustratednetwork.mvps.org/LAN/TheIllustratedNetworkLAN.htm" >theillustratednetwork.mvps.org/L&middot;&middot;&middot;kLAN.htm</A><br><br>server-bridge 10.8.0.11 255.255.255.0 10.8.0.31 10.8.0.33<br><br># This tunnels ALL network traffic between server and<br># client when the client is connected. See the How-To<br># for details - &raquo;<A HREF="http://openvpn.net/howto.html#redirect" >openvpn.net/howto.html#redirect</A><br><br>push "redirect-gateway def1"<br>push "dhcp-option DNS 10.8.0.1"<br><br>keepalive 10 120<br><br>comp-lzo<br><br>tls-auth ta.key 0<br><br>cipher AES-256-CBC<br><br>max-clients 3<br><br>persist-key<br>persist-tun<br><br>status openvpn-status.log<br><br>verb 3<br><hr></blockquote><br><br>These are the bridging instructions that I followed.<br><br>&raquo;<A HREF="http://www.pavelec.net/adam/openvpn/bridge" >www.pavelec.net/adam/openvpn/bridge</A><br><br>FWIW, here is my small OpenVPN How-To that you may be interested in.<br><br>&raquo;<A HREF="http://theillustratednetwork.mvps.org/OpenVPN/OpenVPN-Installation.pdf" >theillustratednetwork.mvps.org/O&middot;&middot;&middot;tion.pdf</A><br><small>--<br>"When all else fails, read the instructions..."<br>MS-MVP Windows &#150; Desktop User Experience</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22467929</guid>
<pubDate>Sat, 30 May 2009 06:04:55 EDT</pubDate>
</item>

<item>
<title>openvpn vista 64 backslash issue</title>
<link>http://www.dslreports.com/forum/remark,22466592</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : 1. My error msg:<br><br>"Options warning: Bad backslash ('\') usage in server.ovpn:1: remember that backslashes are treated as shell-escapes and if you need to pass backslash characters as part of a Windows filename, you should use double backslashes such as "c:\\openvpn\\static.key" <br>Use --help for more information." <br><br>note: I've tried a number of combinations with how to reference the key files including replacing the \\ with \ or / , besides uncommenting the # where there is no use of referencing a folder, just to see. Config files I've seen that were posted to work for someone referenced files similarly as my config file. I even also tried commentiing out lines that reference log files with ;, jik, and still I get the same error stated in quotes above. <br><br>2. here is my server config <br><br>port 4030 <br>proto udp <br><br>dev tap0 <br>dev-node tap-bridge <br><br>#ca ca.crt <br>#cert server.crt <br>#key server.key <br>#dh dh1024.pem <br>ca "C:\\Program Files (x86)\\OpenVPN\\easy-rsa\\keys\\ca.crt" <br>cert "C:\\Program Files (x86)\\OpenVPN\\easy-rsa\\keys\\server.crt" <br>key "C:\\Program Files (x86)\\OpenVPN\\easy-rsa\\keys\\server.key" <br>dh "C:\\Program Files (x86)\\OpenVPN\\easy-rsa\\keys\\dh1024.pem" <br><br>ifconfig-pool-persist ipp.txt <br>server-bridge 10.8.0.4 255.255.255.0 10.8.0.50 10.8.0.100 <br>server-bridge <br>client-to-client <br><br>;duplicate-cn <br>keepalive 10 120 <br><br>;tls-auth "C:\\Program Files (x86)\\OpenVPN\\easy-rsa\\keys\\ta.key 0" <br><br>cipher AES-128-CBC <br>comp-lzo <br>max-clients 100 <br><br>persist-key <br>persist-tun <br><br>status openvpn-status.log <br>;log openvpn.log <br>verb 3 <br>mute 20 <br><br>;crl-verify crl.pem <br><br>3. My procedure & what I did. <br><br>-When I installed the v2.1 rc16, I right clicked & ran as adimistrator, jik. <br><br>in command prompt I ran <br><br>-init-config... <br><br>-edited vars.bat default parameters as mentioned in the how to + changed <br><br>%programfiles% to %programfiles(x86)% <br><br>**vista x64 doesn't install openvpn in its regular program files folder... instead its \program files (x86)\ ,,, the (x86) evironment variable does point to it. <br><br>-excecuted vars, clean-all, build-ca, build-key-server server, build-key client1, build-dh & openvpn --genkey --secret ta.key <br>{ for keys I defaulted all values except common name & committed twice /w y where needed} <br><br>-I renamed the tap-win32 adapter v9 to "tap-bridge" <br><br>{My main ethernet which I bridged to tap-bridge gets its ip automatically from my d-link router's dhcp. That d-link dhcp is set to give 192.168.0.103 & is associated with its mac. I made sure the newly created bridge had both tap-bridge & local area connection checked in properties.<br><br>once bridged. I couldn't ping 192.168.0.103 and ipcondig would show my ip address got assigned to something else in the d-link's dhcp range, within 1 minute vista recognized the change and would be able to access the internet again.} <br><br>-I forwarded my udp port. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,22466592</guid>
<pubDate>Fri, 29 May 2009 21:16:21 EDT</pubDate>
</item>

</channel>
</rss>
