clowwindy / ShadowVPN

Removed according to regulations.
1.47k stars 1.06k forks source link

OS X 10.10.4 not work #133

Open DavidCheungDV opened 9 years ago

DavidCheungDV commented 9 years ago

I have successfully tested Shadowvpn on my Ubuntu 14.04. Now I have compiled and installed ShadowVPN on my OS X 10.10.4, although during the make process there were a lot "don't understand" such and such messages. I remembered most of them seemed about those crypto libs.

Then I also checked https://github.com/clowwindy/ShadowVPN/issues/58 and used and modified the sample sh for Darwin_client_up/down.sh. I modified client.conf as I have done for Ubuntu. Then I started the client and got this message:

Thu Jul 30 10:26:12 2015 warning: config key net not recognized by shadowvpn, will be passed to shell scripts anyway started

At the server side sudo tcpdump port 53 did not output anything. At the client side ping 10.7.0.1 failed. Traceroute 8.8.8.8 did not route through 10.7.0.1. At the client side ifconfig did not give me the tun0 information.

Could you please give me some hints on what might go wrong? Thank you very much.