Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using Debian Linux and using wvdial, I am able to establish ppp connection with the cellular network. ppp0 interface is getting created and IP address is assigned for the interface. How do I find out the default gateway for the PPP interface?

share|improve this question

3 Answers

up vote 1 down vote accepted

PPP is a point-to-point protocol. You are one point. The other point is the default route.

share|improve this answer

default route of ppp connection has config in /etc/ppp/options.pptpd or /etc/

share|improve this answer

It might be helpful to check kernel IP routing table to find default gateway with:

netstat -rn
share|improve this answer

Your Answer

 
discard

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

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