Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

I have a rooted device with busybox, mtpd, and pppd. When I go through the settings menu to start the VPN the interface that is created is ppp0. An application I want to use checks /sys/client/net/ppp0/ifindex. If it exists the app shuts down.

The solution is to create the interface with another name. I can not figure out how to start a pppd (with CHAP secretes) via the command line. I have tried the following:

cat /proc/PID/cmdline to see if I can figure out the passed arguments, but I can't.

Any help?

NOTE: I do not have any /etc/ppp/chap-secretes or options files. I only have a /etc/ppp/ip-vpn-up which is a binary.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.