Re: PPP Internet Connection Not Working

2002-09-05 Thread Peter Christensen
Don and John, Thanks for the info! I used dpkg to purge diald and wwwoffle. Now I don't get that default route 0.0.0.0, so PON connects without a problem. Thanks, Peter Christensen On Thursday 05 September 2002 08:38 pm, Donald R. Spoon wrote: > You can safely remove diald with "apt-get remo

Re: PPP Internet Connection Not Working

2002-09-05 Thread John Hasler
Don Spoon writes: > I don't really know for sure, but the line "PPP: version 2.3.7 (demand > dialling)" makes me think it might be configured for that function. No. That message just says that the ppp driver in the kernel has the demand-dialing option compiled in. It won't do anything unless it

Re: PPP Internet Connection Not Working

2002-09-05 Thread John Hasler
Peter Christensen writes: > I don't have an ethernet card or LAN,... You've got diald installed but not configured. It has set up an ethertap pseudo device and made it your default route. All your packets are going to diald, which doesn't know what to do with them. Either configure diald or re

Re: PPP Internet Connection Not Working

2002-09-05 Thread Donald R. Spoon
Peter Christensen wrote: > Don, > > I don't have an ethernet card or LAN, but I did notice that if I shut down > Linux and then start up again, I get a message saying: > > wwwoffle in autodial mode > > also: > > PPP: version 2.3.7 (demand dialling) > > The default route: > > debian:/hom

Re: PPP Internet Connection Not Working

2002-09-05 Thread Peter Christensen
Don, I don't have an ethernet card or LAN, but I did notice that if I shut down Linux and then start up again, I get a message saying: wwwoffle in autodial mode also: PPP: version 2.3.7 (demand dialling) The default route: debian:/home/peter# route -n Kernel IP routing table Destination

Re: PPP Internet Connection Not Working

2002-09-04 Thread Donald R. Spoon
Peter Christensen wrote: > I was hoping this thread would answer a question that's been puzzling me > concerning defaultroute. Some months ago there was a question about PPP on > this list and someone referred to "How to Hook Up PPP" by W. G. Unruh at > http://axion.physics.ubc.ca/ppp-linux.ht

Re: PPP Internet Connection Not Working

2002-09-04 Thread Peter Christensen
I was hoping this thread would answer a question that's been puzzling me concerning defaultroute. Some months ago there was a question about PPP on this list and someone referred to "How to Hook Up PPP" by W. G. Unruh at http://axion.physics.ubc.ca/ppp-linux.html This document helped me past

Re: PPP Internet Connection Not Working

2002-09-04 Thread Marcelo Ramos
On Thu, 5 Sep 2002 02:41:23 +0200 Guenther Palfinger <[EMAIL PROTECTED]> wrote: > That's the IP routing table after pon myprovider: > > Kernel IP routing table > Destination Gateway Genmask Flags Metric RefUse Iface > 62.202.239.1* 255.255.255.255 UH

Re: PPP Internet Connection Not Working

2002-09-04 Thread Guenther Palfinger
Dear Kenneth, That's the IP routing table after pon myprovider: Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface 62.202.239.1* 255.255.255.255 UH0 00 ppp0 192.168.0.2 * 255.255.255.255 UH

Re: PPP Internet Connection Not Working

2002-09-04 Thread Günther Palfinger
Dear Kolisko, dear Kenneth, thank you very much. We are definitely on the right path: I tried: route add default gw my_isp_ip-addr route del default gw 192.168.0.1 and everything worked. Indeed, there is no defaultroute in /etc/ppp/options (even not as a comment). I'll try that next and see w

Re: PPP Internet Connection Not Working

2002-09-04 Thread Kenneth Macdonald Karlsen
Günther Palfinger wrote: >Hi, > as root type route and have a look at output. from man route: route add default gw mango-gw adds a default route (which will be used if no other route matches). All packets using this route will be gatewayed through

PPP Internet Connection Not Working

2002-09-04 Thread Günther Palfinger
Hi, I installed debian 3.0r0 recently and it works mostly fine. However, I cannot get into the internet. I used the config script to set up the ppp connection and tried PAP and CHAP. I also tried kppp for which I copied the kppprc files from my redhat 7.2 partition, on which it works fine. No