if you can ping another site... another pc in the internet but you cant resolve
names... your problem is mos likely the DNS in your netconf file...
check out your DNS value (s)  and try again....
El jue, 14
sep 2000, escribiste: > Hi Greg,
> 
> I'm very-very appreciate your help. Thanks.
> Here's some new information.
> 
> As your suggestion, I was recompiled my kernel. Then I saw no error when I
> start my linux box. I enable ISDN support as module. And then I change
> gateway on linuxconf to 192.168.0.1. Then I try to connect to internet.
> Still cannot ping my ISP. Then on kppp, I try to set static gateway with my
> ISP IP Address (202.134.0.155) Configure ppp0 using linuxconf. And then I
> try to connect again. It work !
> I can ping my ISP. The result like this :
> 64 bytes from 192.168.0.254: icmp_seq=0 ttl=235 time=178 ms.
> 
> Then I try to browse using Mozilla. I get nothing. Just a blank page. I try
> with Netscape. Then I get an error message like this :
> A network error occured :
> Unable to connect to server (TCP error : No route to host).
> The server may be down or unreachable. Try connecting again later.
> 
> After I see that message, I try to ping my ISP (ping www.telkom.net.id) It
> failed. Still 100% loss. But I think my ISP server is not down Because, if I
> dial from win98, I get no problem. Is there anything else that I missed ?
> Any help would be greatly appreciated.
> 
> -Pungki
> 
> ----- Original Message -----
> From: Greg Stewart <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, September 14, 2000 8:36 PM
> Subject: Re: [newbie] Can't browsing to internet
> 
> 
> Pungki,
> 
> I'm sending this direct because I'm at work, and SYMPA will bounce my
> message if it doesn't arrive from my home address.
> 
> You definitely have a gateway IP address problem. At least locally. And, if
> nothing else is adding to the problem. On your linux box, eth0, your
> internal network card, should have a gateway the same as it's own IP
> address: 192.168.0.1
> 
> Setting on linuxconf :
> Networking -> Routing and Gateway -> Set -> Defaults
> Default Gateway : 192.168.0.254              [.....should be: 192.168.0.1]
> Enable routing : disable
> 
> Your windows box, should then have it's gateway set to that same address if
> you plan to connect to the internet with linux, and use windows to browse
> the web through the linux machine.
> 
> Your /etc/resolve.conf (below) looks fine. But this will be changed each
> time you dial-up because your DNS servers should be assigned by DHCP on your
> ISP's server.
> 
> /etc/resolv.conf
> domain telkom.net.id
> search telkom.net.id
> nameserver 202.134.0.155
> nameserver 202.134.2.5
> 
> The following two files will not be used because you are dialing-up using
> Kppp:
> 
> /etc/ppp/options
> noauth
> lock
> 
> /etc/ppp/pap-secret -> empty
> 
> You can leave them where they are, they won't hurt anything.
> 
> The following can be another source for our problem:
> 
> >Bringing interface eth0    [OK]
> >modprobe : modprobe : can't locate module ippp0.
> >modprobe : modprobe : can't locate module isdn0.
> >
> >I was removed ISDN support on my kernel. (2.2.16)
> 
> I think that instead of removing ISDN support when you recompiled your
> kernel, you may have actually only confused it.  In other words, you may not
> have done the settings correctly when you selected to disable ISDN.
> 
> Your kernel is looking for modules/objects called things like  isdn.o  and
> ippp.o  and cannot find them. This is becasue it thinks it needs them even
> though you don't want them used.
> 
> You may need to recompile your kernel to get rid of this. If you do, you
> might leave ISDN support enabled, but set it to "module".
> 
> With respect to the following, your having enabled routing only opened your
> linux box to pass everything that it encounters as a network packet through
> all interfaces. This is not good, leave it disabled.
> 
> >Routing -> Gateways -> Set -> Default) I enable option 'Enable routing'.
> >Then I try to ping 192.168.0.254. The result is like this :
> >
> >64 bytes from 192.168.0.254: icmp_seq=0 ttl=235 time=178 ms.
> 
> We may need to try configuring your ppp0 interface through linuxconf, and
> attempting to dial manually at the command line. Make the changes above, and
> let me know how it goes.
> 
> If you respond directly, you can use this e-mail, but also send a copy to my
> home address:  [EMAIL PROTECTED]
> 
> I leave work at 4:00pm EST USA.
> 
> --Greg

Reply via email to