<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000066">
Ok Robert,<br>
<br>
There are two things regarding this:<br>
1) Check <br>
    $ cat /etc/resolv.conf<br>
    Should contain the IP Addresses of the DNS servers. They should
have been assigned automatically by kppp<br>
2) What about the routes?<br>
    $ route print<br>
    ...<br>
    Should see the routes<br>
3) Set the default route:<br>
    $ sudo route add default ppp0 <br>
    (or whatever interface kppp assigns)<br>
If you want to remove the previous default interface (ex. eth0)<br>
    $ sudo route del default eth0<br>
<br>
I am writing it from my memory, the syntax can contain errors.<br>
<br>
Good luck.<br>
<br>
Robert Parker escribió:
<blockquote
 cite="mid8f6eb7340709160153j5d2bae6dt1d313a1fecf8bd72@mail.gmail.com"
 type="cite">
  <pre wrap="">Hi,

On 9/16/07, Jordi Ferrando Fabra <a class="moz-txt-link-rfc2396E" href="mailto:jferrando@netplc.com"><jferrando@netplc.com></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap=""> Hi Robert,
 I was able to dial up using my vodafone 3G card and these instructions:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
kppp was never the problem. I am able to connect because I can ping
the nameserver. The problem is being able to access web pages in
Konqueror.

Cheers,
Bob

  </pre>
</blockquote>
<br>
</body>
</html>