<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><SPAN class=844510813-20112002><FONT face=Arial color=#0000ff size=2>It 
would be great if you could tell us what kind of ppp connection.&nbsp; I.E. is 
this over a modem or ppp over ethernet for a dsl connection or some kind of vpn 
ppp connection.&nbsp; Given the limited information here the first thing I would 
guess is the resolve.conf check /etc/ppp/resolve.conf and see if it is modified 
with new dns when you connect if so then make a link from /etc/resolve.conf to 
/etc/ppp/resolve.conf .&nbsp; If this doesn't work then I would check the 
routing table on your linux machine with route -n.&nbsp; You should see 
something to the effect</FONT></SPAN></DIV>
<DIV><SPAN class=844510813-20112002><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=844510813-20112002><FONT face=Arial color=#0000ff 
size=2>Destination&nbsp;&nbsp;&nbsp;&nbsp; 
Gateway&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Genmask&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flags Metric 
Ref&nbsp;&nbsp;&nbsp; Use Iface<BR>&lt;your peer ip&gt;&nbsp;&nbsp;&nbsp; 
0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.255.255 
UH&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 
ppp0<BR>127.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
255.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; U&nbsp;&nbsp;&nbsp;&nbsp; 
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 
lo<BR>0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;your 
gateway&gt;&nbsp;&nbsp;&nbsp; 
0.0.0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UG&nbsp;&nbsp;&nbsp; 
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 
ppp0</FONT></SPAN></DIV>
<DIV><SPAN class=844510813-20112002><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=844510813-20112002><FONT face=Arial color=#0000ff size=2>Along 
with any other interfaces you have.&nbsp; If you do not have at least these 
three then you will have problems connecting and you need to add a route.&nbsp; 
You can do this with the command</FONT></SPAN></DIV>
<DIV><SPAN class=844510813-20112002><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=844510813-20112002><FONT face=Arial color=#0000ff size=2>route 
-vF add -net 0.0.0.0 gw &lt;your gateway&gt; netmask &lt;your netmask&gt; dev 
ppp0</FONT></SPAN></DIV>
<DIV><SPAN class=844510813-20112002>
<DIV><SPAN class=844510813-20112002><FONT face=Arial color=#0000ff size=2>route 
-vF add -host&nbsp;&lt;your peer gateway&gt; dev ppp0</FONT></SPAN></DIV>
<DIV><SPAN class=844510813-20112002><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=844510813-20112002><FONT face=Arial color=#0000ff size=2>These 
would probably be the most common items that could cause the issue your talking 
about more than likely being the routing if your ppp peer does respond to icmp 
packets.</FONT></SPAN></DIV></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> discuss-admin@ntlug.org 
  [mailto:discuss-admin@ntlug.org]<B>On Behalf Of </B>Pervaz 
  Allaudin<BR><B>Sent:</B> Tuesday, November 19, 2002 3:52 PM<BR><B>To:</B> 
  discuss@ntlug.org<BR><B>Subject:</B> [NTLUG:Discuss] Problem with Mandrake 
  9.0<BR><BR></FONT></DIV>
  <DIV><FONT face=Arial size=2>I installed the new mandrake 9.0 , replacing RH 
  7.3.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>The ppp&nbsp;connection is causing me a 
  </FONT>&nbsp;<FONT face=Arial size=2>heartache. It shows connected and a 
  destination IP but no browser sees the internet. And any Pinging to the 
  destination address gives no&nbsp;response and total loss of 
data.</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Any advice.</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Pervaz</FONT></DIV>
  <DIV><FONT face=Arial size=2><A 
  href="mailto:pervaz@att.net">pervaz@att.net</A></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff 
size=2></FONT>&nbsp;</DIV></BLOCKQUOTE></BODY></HTML>