Re: ppp configuration (LCP: timeout sending Config-Requests )

2001-09-03 Thread John Hasler
Dan Pomohaci writes: > Using plog I saw that the connection is established but after few seconds > the modem hangs. The last message in plog is: LCP: timeout sending > Config-Requests Please post the complete and exact output of plog and the contents of /etc/chatscripts/provider and /etc/ppp/peers

Re: PPP configuration and routing problem

2001-08-05 Thread russcook
Thank you very much for the reply. Your suggestion fixed my problem. I guess I misunderstood the option 'noipdefault'. Again, thanks for the help. --- Original Message --- From: John Hasler <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Subject: Re: PPP configuration and

Re: PPP configuration and routing problem

2001-08-03 Thread John Hasler
Russ writes: > Route -n shows the ppp0 configured with the same local and remote IP > addresses as shown in options.ttyS1. I assume that your modem is on ttyS1? > I initiate a connection with PON, the PPP0 interface is not properly > configured. Route -n shows the ppp0 configured with the same l

Re: ppp configuration problem

2001-03-22 Thread John Davidson
- Original Message -From: "John Hasler" <[EMAIL PROTECTED]>To: <debian-user@lists.debian.org>Sent: Thursday, March 22, 2001 12:13 PMSubject: Re: ppp configuration problem> John Davidson writes:> > However I have an eth0 interface with its own gateway

Re: ppp configuration problem

2001-03-22 Thread John Hasler
John Davidson writes: > However I have an eth0 interface with its own gateway to the rest of my > internal network. You almost certainly don't need a default route to your internal network. > All of this is to sya that I can now make it set the route correctly, but > I am still unable to ping any

Re: ppp configuration problem

2001-03-22 Thread John Davidson
Further investigation reveals that I am experiencing a conflict betweent 'interfaces' and 'pppd'. At least this is what prevents the default gateway being added. My ISP does not use PAP or CHAP, so I must use a chatscript with option noauth. However I have an eth0 interface with its own gateway to

Re: ppp configuration problem

2001-03-22 Thread John Davidson
The default gateway on my subnet uses a x.x.x.2 address, and after I manually added it there was still no joy. John Davidson - Original Message - From: "Jason P. Holland" <[EMAIL PROTECTED]> To: Sent: Thursday, March 22, 2001 9:36 AM Subject: RE: ppp configuration pr

RE: ppp configuration problem

2001-03-22 Thread Jason P. Holland
If you manually add a route to the gateway on your subnet of the ip address your assigned, use a x.x.x.1 address, does it work? Jason > > I am having difficulty getting my modem to communicate > correctly with my > ISP. The problem is that once connected I do not get a route > or gateway that > a

RE: PPP Configuration

2000-11-04 Thread Nick Cook
On 04-Nov-2000 Marco Herrn wrote: > Hello, > > I tried to configure my internet connection on my potato system via > wvdial > an pppconfig, but neither of this works correctly. > When running wvdial, it starts the connection and holds it, but I > cannot > access the internet (I tried it with netsc

Re: ppp-configuration

2000-10-08 Thread Tor Kjemo
Den Sun, 08 Oct 2000 skrev Glyn Millington: > On Sun, Oct 08, 2000 at 09:58:19AM +0200, thus spake Tor Kjemo: > > > > Thanks for your engagement Glyn. > > > > I think I did something wrong under the "config your network" part of > > the installation. Saw another letter on the list ( I think you a

Re: ppp-configuration

2000-10-08 Thread Glyn Millington
On Sun, Oct 08, 2000 at 09:58:19AM +0200, thus spake Tor Kjemo: > > Thanks for your engagement Glyn. > > I think I did something wrong under the "config your network" part of > the installation. Saw another letter on the list ( I think you are the writer) > about wvdialkppp. It says something ab

Re: ppp-configuration

2000-10-08 Thread Tor Kjemo
Den Sun, 08 Oct 2000 skrev du: > > On Sun, Oct 08, 2000 at 08:39:22AM +0200, thus spake Tor Kjemo: > > I try to configure my debian-installation for ppp without any sucsess. > > In the installation-documentation it says: > > > > Be sure you have the following packages installed: > > ppp > > pp

Re: ppp-configuration

2000-10-08 Thread Eric G . Miller
On Sun, Oct 08, 2000 at 08:39:22AM +0200, Tor Kjemo wrote: > I try to configure my debian-installation for ppp without any sucsess. > In the installation-documentation it says: > > Be sure you have the following packages installed: > ppp > ppp-pam > wvdial > > I can find ppp-pam anywhere. Is

Re: ppp-configuration

2000-10-08 Thread Glyn Millington
On Sun, Oct 08, 2000 at 08:39:22AM +0200, thus spake Tor Kjemo: > I try to configure my debian-installation for ppp without any sucsess. > In the installation-documentation it says: > > Be sure you have the following packages installed: > ppp > ppp-pam > wvdial > > I can find ppp-pam anywhere

Re: PPP Configuration: Getting Hooked Up to my ISP

1998-03-14 Thread shaul
It does seems as a domain name related problem. A possible solution would be to install the BIND package. > 5. I cannot ping anything that is not localhost or the gateway (see below) > Ex. 'ping sunsite.unc.edu' > > 6. DNS configuration does not seem configured properly. I am inferring this > by c

Re: PPP Configuration: Getting Hooked Up to my ISP

1998-03-14 Thread Lindsay Allen
With a private net IP number (192.168.x.y) you cannot access anyone other than your ISP unless he is masquerading you. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Lindsay Allen <[EMAIL PROTECTED]> Perth, Western Australia voice +61 8 9316 248632.0125S 115.8445E

Re: PPP Configuration: Getting Hooked Up to my ISP

1998-03-14 Thread Daniel Martin at cush
"M. Fong" <[EMAIL PROTECTED]> writes: > Status: Stage 2: Further along, running into DNS issues > > Thanks for the suggestions thus far: > I had a shell script which didn't have the correct 'executable' > permissions. Something like rw-rw-rw instead of chmod 777 > /etc/ppp/. > > Here is how f

Re: PPP Configuration: Getting Hooked Up to my ISP

1998-03-14 Thread M. Fong
Status: Stage 2: Further along, running into DNS issues Thanks for the suggestions thus far: I had a shell script which didn't have the correct 'executable' permissions. Something like rw-rw-rw instead of chmod 777 /etc/ppp/. Here is how far I have progressed: 1. Executing pppd now dials out (

Re: PPP Configuration: Getting Hooked Up to my ISP

1998-03-12 Thread john
Ian Perry writes: > If your ISP requires pap authentication, you need to uncomment the +pap > line in your options file. Don't do this. '+pap' tells pppd to require that your isp authenticate himself to you. -- John Hasler [EMAIL PROTECTED] (John Hasler) Dancing Horse Hill Elmwood, WI -- E-mail

Re: PPP Configuration: Getting Hooked Up to my ISP

1998-03-12 Thread Ian Perry
If your ISP requires pap authentication, you need to uncomment the +pap line in your options file. Also he may not require you to run a script.. You might try taking out the login and password references in your script, as ppp authentication should take care of it. My ISP does it this way. Try

RE: PPP Configuration

1997-04-15 Thread Rick
-BEGIN PGP SIGNED MESSAGE- Look in /etc/ppp dir. And /etc/ppp.chatscript, /etc/ppp.options_out. Then use pon and poff On 13-Apr-97 Geoff R Deasey wrote: >Is there a tool to set up ppp links or should I be doing things like >#!/bin/sh >PATH="/usr/bin:/usr/sbin" >pppd connect chat -v -f /e