My company requires VPN to connect to our dev systems and for the first time I'm trying to work on an android app from home. Turns out the emulator doesn't want to use the VPN interface so even though I have connectivity to our dev systems on my VPN-connected laptop the emulator that's running on it does not.

I have thought of 3 solutions to this:

  1. run a VPN client on the emulator, but I was hoping for a simpler solution than that: (http://stackoverflow.com/questions/4590339/how-to-enable-vpn-support-in-android-emulator)
  2. setting up a proxy server on my local machine
  3. forwarding a port on my local machine

2 and 3 can probably work, but I'd still like to know if there is an easy way to get the emulator to use the VPN interface without a workaround.

I'm running OS X 10.7 and I've already tried adjusting the interface priority order with network>>set service order.

I suppose I can dust off the old dell and try it there, but I would expect the same results.

link|improve this question
May depend upon your VPN, some alter the network drivers or add their own security (MAC based) around allowing devices access to the VPN tunnel. – CrackerJack9 Aug 16 '11 at 20:15
As an FYI on this since its been awhile, I didn't end up getting it to work so I can't really accept the answer because it didn't work for me. If this works for anyone else, be sure to upvote the answer. – umassthrower Jan 22 at 9:06
feedback

1 Answer

What I do on my mac is just make sure 'send all traffic over vpn' is checked. You'll find this setting after you click advanced while having your vpn connection selected in network preferences.

Works well for my situation, but may not depending on the type of VPN you're connecting to.

VPN Advanced Settings

link|improve this answer
I'll check this out. – umassthrower Sep 9 '11 at 5:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.