zhang yun wrote:
> Hello:
>        Hey there !  I used tunnelblick vpn software to connect endian 
> vpn server. I used
>  a simple config file to connect vpn server, there just a flash and 
> display retry connect. there are not any logs display. I can use the 
> client config file to successfully connect other vpn sever just with 
> editing the remote ip address and ca file. it means the client config 
> works. but it doesn't work with my Mac. Does there have some special 
> procession in Mac os ??? and do I need a special setup in ca option and 
> pkcs12( it works),the below is config, any help and suggestion would be 
> appreciate!!!!
>  
> "client
> dev tap
> proto udp
> remote my-server-2 1194
> nobind
> ca ca.crt-----------have this line, software doesn't work
> pkcs12 cert.p12 --------------if use this line for other server, it works
> comp-lzo
> verb 3
> mute 20"
>  
> 

I had the same problem, I played with the config for 30mins never solved it. 
Uninstalled tunnelblick installed OpenVPN from Dwarwin Ports and bad a 
commandline shell script

#!/bin/bash
sudo /usr/local/sbin/openvpn --client --pull --comp-lzo --nobind --dev tap --ca 
/Users/mike/Library/openvpn/client.pem --auth-user-pass --remote <Insert IP>

That worked no problems.


-Mike

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Efw-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to