Re: PPP question (my DSL is down !!)

2001-10-08 Thread dman
On Mon, Oct 08, 2001 at 11:57:15AM -0400, Hall Stevenson wrote: | > ... I can verify, though, that using a machine as an | > ethernet LAN => PPP WAN gateway works quite | > well... | | I don't doubt that it does, but this machine probably *always* | uses ppp, right ?? That's not my case. I defined

Re: PPP question (my DSL is down !!)

2001-10-08 Thread Hall Stevenson
> ... I can verify, though, that using a machine as an > ethernet LAN => PPP WAN gateway works quite > well... I don't doubt that it does, but this machine probably *always* uses ppp, right ?? That's not my case. I defined an actual gateway, which I wouldn't do with a normal ppp config. Hall

Re: PPP question (my DSL is down !!)

2001-10-08 Thread dman
On Mon, Oct 08, 2001 at 11:10:03AM -0400, Hall Stevenson wrote: | > I don't know if this is your problem, but I recently | > helped a friend troubleshoot his mandrake laptop, | > and found that to get ppp to work we had to bring | > down eth0 for some reason. It seems like you | > shouldn't have t

Re: PPP question (my DSL is down !!)

2001-10-08 Thread Hall Stevenson
> Do you have a gateway defined in /etc/network/interfaces? Sure do. It points to my Linksys router/switch, 192.168.1.1. With dial-up, that device is no longer valid. > If so, # (comment) it out as long as you are using ppp. > PPP will set its own default gateway. I have a similar > problem when

Re: PPP question (my DSL is down !!)

2001-10-08 Thread Hall Stevenson
> I don't know if this is your problem, but I recently > helped a friend troubleshoot his mandrake laptop, > and found that to get ppp to work we had to bring > down eth0 for some reason. It seems like you > shouldn't have to, but you could try that, if you still > have your eth0 up. I'll certain

Re: PPP question (my DSL is down !!)

2001-10-08 Thread John Hasler
> Running 'pppconfig' worked fine and I'm able to connect. Tail'ing > /var/log/messages shows everything good, up to assigning an IP address > (and depending on how I have DNS set, receiving DNS entries). Problem is, > I can't do anything...This includes pinging a website by IP address. That > rul

Re: PPP question (my DSL is down !!)

2001-10-08 Thread David Raeker-Jordan
Hall Stevenson wrote: > > For as long as I've been using Debian, I've had DSL and never > the need to use dial-up... Last Thursday though, my DSL modem > died and I tried connecting with dial-up. > > Running 'pppconfig' worked fine and I'm able to connect. > Tail'ing /var/log/messages shows every

Re: PPP question (my DSL is down !!)

2001-10-08 Thread David Roundy
On Mon, Oct 08, 2001 at 10:34:17AM -0400, Hall Stevenson wrote: > > For as long as I've been using Debian, I've had DSL and never > the need to use dial-up... Last Thursday though, my DSL modem > died and I tried connecting with dial-up. > > Running 'pppconfig' worked fine and I'm able to connect

Re: ppp question [*]

2001-04-01 Thread Mathias
> is ppp 2.3.11 work with linux kernel 2.3.11 ? Could be possible! I needed an upgrade to ppp 2.4.0 to use it with kernel-2-4.0.

Re: PPP question.

1998-12-06 Thread Kent West
On Sun, 6 Dec 1998, Shao Zhang wrote: > Hi all, > In my /var/log/ppp.log, I have a line saying that: > > Dec 6 19:17:50 virge pppd[558]: Serial connection established. > Dec 6 19:17:51 virge pppd[558]: speed 112150 not supported > Dec 6 19:17:51 virge pppd[558]: Using i

Re: PPP question.

1998-12-06 Thread Ruud de Bruin
On Sun, 6 Dec 1998, Shao Zhang wrote: > Hi all, > In my /var/log/ppp.log, I have a line saying that: > > Dec 6 19:17:50 virge pppd[558]: Serial connection established. > Dec 6 19:17:51 virge pppd[558]: speed 112150 not supported > Dec 6 19:17:51 virge pppd[558]: Using i

Re: PPP question.

1997-07-29 Thread Jens B. Jorgensen
Udjat -A MiB wrote: > > I have a BitsurfrPro EZ modem (ISDN). I can do single channel connections > just fine. How ever when I do multi-link PPP (duel channel) I have a LCP > EchoReq problems: > > Jul 28 09:46:18 bitgate pppd[28432]: local IP address 206.163.127.171 > Jul 28 09:46:18 bitgate ppp

Re: PPP question.

1997-07-29 Thread Al Youngwerth
Add this line to your /etc/ppp/options file (or put it on your ppp command line): lcp-echo-interval 0 Your ISP does not respond to lcp-echo packets (they are used to detect if the link has gone down). Hope this helps, Al Youngwerth [EMAIL PROTECTED] -- > From: Udjat -A MiB <[EMAIL PROT