Hi,

Without being a freebsd or ppp expert I would say this looks like the same 
problem i had here : 
http://www.mail-archive.com/speedtouch@ml.free.fr/msg01599.html

I gave up - and I seem to remember that a similar problem came up later as 
well - (cant find it just now) - but still no solution.

sorry

- Gunnar



At 10:19 19/02/2002 +0000, you wrote:
>Hi All,
>
>I'm in the process of trying to get my FreeBSD 4.4 machine connected to our
>new ADSL line.  I'm not a complete BSD beginner, but I'm no guru
>either.  I've run into a problem in that I just don't know enough about PPP
>to understand why it is failing.
>
>I've managed to overcome other problems using FAQs, and the mailing list
>archive, but this seems to be the last hurdle.  If any one could shed some
>light on what I could try, I would be most appreciative.
>
>I'm using the driver version 1.0 on FreeBSD 4.4 with a generic kernel.  The
>modem seems to initialise fine, but the PPP connection fails at the last
>minute.  I've included my the relevant bit of my ppp.log and ppp.conf files
>below.
>
>Many Thanks,
>
>Ben Craig.
>
>
>================================================================
>
>Here is the relevant bit of my PPP log:
>
>Feb 18 22:17:46 styx ppp[234]: Phase: Using interface: tun0
>Feb 18 22:17:46 styx ppp[234]: Phase: deflink: Created in closed state
>Feb 18 22:17:46 styx ppp[234]: tun0: Command: adsl: set authname **********
>Feb 18 22:17:46 styx ppp[234]: tun0: Command: adsl: set authkey ********
>Feb 18 22:17:46 styx ppp[234]: tun0: Command: adsl: set device !pppoa2 -vpi
>0 -vci 38 -v 1
>Feb 18 22:17:46 styx ppp[234]: tun0: Command: adsl: accept chap
>Feb 18 22:17:46 styx ppp[234]: tun0: Command: adsl: set speed sync
>Feb 18 22:17:46 styx ppp[234]: tun0: Command: adsl: set timeout 0
>Feb 18 22:17:46 styx ppp[234]: tun0: Command: adsl: enable lqr
>Feb 18 22:17:46 styx ppp[234]: tun0: Command: adsl: set lqrperiod 5
>Feb 18 22:17:46 styx ppp[234]: tun0: Command: adsl: set redial 15 10000
>Feb 18 22:17:46 styx ppp[234]: tun0: Command: adsl: set dial
>Feb 18 22:17:46 styx ppp[234]: tun0: Command: adsl: set ifaddr
>213.208.111.87 195.149.20.11
>Feb 18 22:17:46 styx ppp[234]: tun0: Command: adsl: add default HISADDR
>Feb 18 22:17:46 styx ppp[234]: tun0: Command: adsl: enable dns
>Feb 18 22:17:46 styx ppp[235]: tun0: Phase: PPP Started (background mode).
>Feb 18 22:17:46 styx ppp[235]: tun0: Phase: bundle: Establish
>Feb 18 22:17:46 styx ppp[235]: tun0: Phase: deflink: closed -> opening
>Feb 18 22:17:46 styx ppp[235]: tun0: Phase: deflink: Connected!
>Feb 18 22:17:46 styx ppp[235]: tun0: Phase: deflink: opening -> dial
>Feb 18 22:17:46 styx ppp[235]: tun0: Chat: deflink: Dial attempt 1 of 10000
>Feb 18 22:17:46 styx ppp[235]: tun0: Phase: deflink: dial -> carrier
>Feb 18 22:17:46 styx ppp[235]: tun0: Phase: deflink: carrier -> login
>Feb 18 22:17:46 styx ppp[235]: tun0: Phase: deflink: login -> lcp
>Feb 18 22:18:02 styx ppp[235]: tun0: Phase: deflink: Disconnected!
>Feb 18 22:18:02 styx ppp[235]: tun0: Phase: deflink: lcp -> logout
>Feb 18 22:18:02 styx ppp[235]: tun0: Phase: deflink: logout -> hangup
>Feb 18 22:18:02 styx ppp[235]: tun0: Phase: deflink: Disconnected!
>Feb 18 22:18:02 styx ppp[235]: tun0: Phase: deflink: Connect time: 16 secs:
>0 octets in, 130 octets out
>Feb 18 22:18:02 styx ppp[235]: tun0: Phase: deflink: : 0 packets in, 5
>packets out
>Feb 18 22:18:02 styx ppp[235]: tun0: Phase:  total 8 bytes/sec, peak 10
>bytes/sec on Mon Feb 18 22:18:02 2002
>Feb 18 22:18:02 styx ppp[235]: tun0: Phase: deflink: HUPing 237
>Feb 18 22:18:02 styx ppp[235]: tun0: Phase: deflink: hangup -> closed
>Feb 18 22:18:02 styx ppp[235]: tun0: Phase: bundle: Dead
>Feb 18 22:18:02 styx ppp[235]: tun0: Phase: PPP Terminated (normal).
>Feb 18 22:18:02 styx ppp[235]: tun0: Chat: Parent notified of failure
>Feb 18 22:18:02 styx ppp[234]: tun0: Phase: Parent: Child failed (errdead)
>
>Here is the contents of my ppp.conf file:
>
>
>#################################################################
># PPP  Sample Configuration File to use with the Speedtouch USB
># Written by Francois Rogler <[EMAIL PROTECTED]>
>#
># You will have to fill in :
># - <login>
># - <password>
># - <VPI>.<VCI> os defined by your provider. Common values are :
>#     - 8.35 or 8.67 in France
>#     - 0.38 in the UK
>#     - 8.48 in the Netherlands
>#     - 8.35 in the USA
>#     - 8.35 in Italy
>#
>#   $Id: ppp.conf.sample,v 1.3 2001/08/14 21:15:19 rogler Exp $
>#################################################################
>
>default:
>   ident user-ppp VERSION (built COMPILATIONDATE)
>   set log Phase Chat IPCP CCP tun command
>
>adsl:
>   set authname <login>
>   set authkey <password>
>   set device !"pppoa2 -vpi 0 -vci 38 -v 1"
>   accept chap
>   set speed sync
>   set timeout 0
>   enable lqr
>   set lqrperiod 5
>   set redial 15 10000
>   set dial ""
>   set ifaddr 213.208.111.87 195.149.20.11
>   add default HISADDR
>   enable dns
>
>
>
>
>Liste de diffusion modem ALCATEL SpeedTouch USB
>Pour se désinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe
>
>

--
Gunnar AAstrand Grimnes
[EMAIL PROTECTED]
http://www.csd.abdn.ac.uk/~ggrimnes

7 John Knox Court
Mounthooly
Aberdeen
AB24 3LF


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe

        

Reply via email to