when kppp is up and running and it looks connected, you might try switching to root and checking "iptables -L" and "tail /var/log/syslog". The first one will show your firewall tables, if there's anything in there you might try turning it off with "iptables -F", and then try to connect to something. The firewall might be improperly configured to block some of your ppp traffic. If that doesn't help, check the syslog. pppd should leave some text in there about whether it succeeded or not. Any error messages would be helpful.
|