Re: Serious ppp failure on 5.1

From: P. U. Kruppa <520023893678-0001_at_t-online.de>
Date: Tue, 10 Jun 2003 10:08:58 +0200 (CEST)
On Mon, 9 Jun 2003, Kris Kennaway wrote:

> On Tue, Jun 10, 2003 at 08:50:03AM +0200, P. U. Kruppa wrote:
> >
> > Hi,
> >
> > after a cvsup to 5.1-CURRENT my ppp over ethernet doesn't connect
> > anymore.
> > Using ppp manually I receive:
> > 	Unexpected node type "socket" (wanted "ether")
> > The connection works fine on my 4.8 with identical ppp.conf .
> >
> > What can I do ?
>
> For starters, post your ppp.conf, unless you want us to try out our
> psychic powers :-)
Of course you are right. Both connections (adsl and kamp) did
work before my last cvsup and do still work on my 4.8.

	--------------------------------------------

default:
 ident user-ppp VERSION (built COMPILATIONDATE)

 # Ensure that "device" references the correct serial port
 # for your modem. (cuaa0 = COM1, cuaa1 = COM2)
 #
 set device /dev/cuaa0

 set log Phase Chat LCP IPCP CCP tun command
 set speed 115200
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
           \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
# set timeout 180			# 3 minute idle timer (the default)
 set timeout 600
 add default HISADDR			# Add a (sticky) default route
 enable dns				# request DNS info (for resolv.conf)


adsl:
 nat enable yes
 !bg ifconfig rl0 up
 set timeout 0
 set device PPPoE:rl0
 set MTU 1492
 set MRU 1492
 set dial
 set crtscts off
 set speed sync
 accept lqr
 disable deflate
 disable pred1
 disable vjcomp
 disable acfcomp
 disable protocomp
 enable dns
 set log Phase IPCP CCp Warning Error Alert
 set ifaddr 10.0.0.1/0 10.0.0.2/0 0.0.0.0 0.0.0.0
 add default HISADDR
 set login
 set authname secret
 set authkey secret

kamp:
 nat enable yes
 !bg ifconfig rl0 up
 set timeout 0
 set device PPPoE:rl0
 set MTU 1460
 set MRU 1460
 set dial
 set crtscts off
 set speed sync
 accept lqr
 disable deflate
 disable pred1
 disable vjcomp
 disable acfcomp
 disable protocomp
 enable dns
 set log Phase IPCP CCp Warning Error Alert
 set ifaddr 10.0.0.1/0 10.0.0.2/0 0.0.0.0 0.0.0.0
 add default HISADDR
 set login
 set authname secret
 set authkey secret

	-----------------------------------------------

Uli.

+-----------------------------------+
|        Peter Ulrich Kruppa        |
|          -  Wuppertal -           |
|              Germany              |
+-----------------------------------+
Received on Mon Jun 09 2003 - 23:09:01 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:11 UTC