Jacques Nilo wrote:

[...] From Bering (1.1 onward) /etc/modules file:
<snip>
# Modules needed for PPP connection
#slhc
#ppp_generic
#ppp_async
# The three following modules are not always needed
#zlib_inflate
#zlib_deflate
#ppp_deflate
</snip>

Since kernel 2.4.20 ppp_deflate depends on zlib_inflate and deflate modules available here:
http://leaf.sf.net/devel/jnilo/bering/latest/modules/2.4.20/kernel/lib/
add then to /lib/modules, declare them in /etc/modules and that will fix your pb.



ok. all done. smoke-test time. 8-)


hmmmm..

# lsmod |grep zlib
zlib_deflate           17600   0 [ppp_deflate]
zlib_inflate           18176   0 [ppp_deflate]

yep.

# lsmod |grep ppp
pppoe                   7136   0 (unused)
pppox                   1000   1 [pppoe]
ppp_deflate             2892   0 (unused)
zlib_deflate           17600   0 [ppp_deflate]
zlib_inflate           18176   0 [ppp_deflate]
ppp_async               6764   0
ppp_generic            20216   0 [pppoe pppox ppp_deflate ppp_async]
slhc                    4640   0 [ppp_generic]

I think so...

// quick test..
# pppd
~�}#�!}!}!} }8}"}&} } } } }#}$�#}%}&�t}'}"}(}"�d~~�}#�!}!}!} }

yep. pppd goes.

# pppoe-server

Kick the pppoe client in the guts - and `tail -f /var/log/messages`

pppoe-server[2604]: Session 47 created for client 00:c0:26:6a:ee:fe (10.67.15.47) on eth0 using Service-Name ''
pppd[2604]: pppd 2.4.1 started by root, uid 0
pppd[2604]: Using interface ppp0
pppd[2604]: Connect: ppp0 <--> /dev/ttyp2
pppd[2604]: Modem hangup
pppd[2604]: Connection terminated.
pppd[2604]: Exit.
pppoe-server[2104]: Session 47 closed for client 00:c0:26:6a:ee:fe (10.67.15.47) on eth0
pppoe-server[2104]: Sent PADT
pppoe-server[2604]: Session 47 created for client 00:c0:26:6a:ee:fe (10.67.15.47) on eth0 using Service-Name ''
pppd[2604]: pppd 2.4.1 started by root, uid 0
pppd[2604]: Using interface ppp0
pppd[2604]: Connect: ppp0 <--> /dev/ttyp2
pppd[2604]: Modem hangup
pppd[2604]: Connection terminated.
pppd[2604]: Exit.
pppoe-server[2104]: Session 47 closed for client 00:c0:26:6a:ee:fe (10.67.15.47) on eth0



and around we go in circles again.. I gotta be missing something.


hmmm, I wonder what PtPTP is like..


comments, anyone ?


/sw







-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to