Its been a nightmare, being able to pair and connect but not being
able to browse! Spent about a day to find out the following silly
problem!
kppp has changed a bit in FC9 -
kppp fetches and stores DNS nameservers in /var/run/ppp/resolv.conf
and browsers look for DNS entries in /etc/resolv.conf
Solution:
1. pair
2. dial and connect
3.
# cat /var/run/ppp/resolv.conf
nameserver 202.22.192.1
nameserver 202.22.192.2
# ln -s /var/run/ppp/resolv.conf /etc/ppp/resolv.conf
# cat /var/run/ppp/resolv.conf > /etc/resolv.conf
Note: This is a temporary fix, cause as soon as the name server is
changed, you have to do the above two lines again. Anyway, gets me
going! So for now just stoked!