Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2002 00:57:57 -0400
From:      Andrew Lankford <arlankfo@141.com>
To:        brian@Freebsd.org, freebsd-stable@freebsd.org
Subject:   Tagged queuing works, netgraph/ppp acting up.
Message-ID:  <200206192259687.SM02244@141.com>

next in thread | raw e-mail | index | archive | help

My IBM-DTLA-307030 now boots with tagged queuing enabled.  Thanks Soren.<br><br>

However, the latest builworld/buildkernel caused my DSL connection vi user ppp
to stop working.  Fortunately, my old kernel &  netgraph, ng_ether, ng_pppoe, ng_socket.ko modules still give me a working internet connection with the latest ppp build so that I can send this email out.

In the interests of full disclosure, my modem is Westell Wirespeed connected to
Verizon.  Here's the portion of my log file where the connection fails:

Jun 19 22:57:33 bogushost2 ppp[67]: Phase: Received NGM_PPPOE_ACNAME (hook "RES-
6400-3-NRP2")
Jun 19 22:57:34 bogushost2 ppp[67]: Phase: Received NGM_PPPOE_<11> (hook "b6^H^H
h ^K^H")
Jun 19 22:57:35 bogushost2 ppp[67]: Phase: deflink: Disconnected!
Jun 19 22:57:35 bogushost2 ppp[67]: Phase: deflink: carrier -> hangup
Jun 19 22:57:35 bogushost2 ppp[67]: Phase: deflink: Connect time: 5 secs: 0 octe
ts in, 0 octets out
Jun 19 22:57:35 bogushost2 ppp[67]: Phase: deflink: : 0 packets in, 0 packets ou
t
Jun 19 22:57:35 bogushost2 ppp[67]: Phase:  total 0 bytes/sec, peak 0 bytes/sec
on Wed Jun 19 22:57:30 2002
Jun 19 22:57:35 bogushost2 ppp[67]: Phase: deflink: hangup -> closed  
Jun 19 22:57:35 bogushost2 ppp[67]: Phase: bundle: Dead


I'm used to getting "Received NGM_PPPOE_SUCCESS (hook "tun0")" instead of
unprintable characters.

Here's the ppp configuration:

verizondsl:
#  deny pap
#  deny chap
#  accept chap81
set socket /var/ppp/ppp "" 0117
set device PPPoE:xl0
set authname MYUSERNAME 
set authkey MYPASSWD 
set speed sync
set mru 1492
set redial 2
set timeout 0
enable lqr
set dial
set login
set ifaddr 10.10.10.9/0 10.1.32.1/0
set urgent udp +53          # DNS searches faster?
	  #  enable dns
add default HISADDR
dial

...which works just fine (with my old kernel).
(My old kernel:4.6-RC FreeBSD 4.6-RC #1: Sun Jun  9 23:23:59 EDT 2002 )

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206192259687.SM02244>