Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2003 10:17:28 +0200
From:      Christoph Kukulies <kuku@physik.rwth-aachen.de>
To:        freebsd-current@freebsd.org
Subject:   pppoe in -current ppp - no matching session
Message-ID:  <200305080817.h488HS017414@accms33.physik.rwth-aachen.de>

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

I was hoping that things were gradually turning better with my
-current gateway machine which runs on an ASUS P4S8X (Sis).
I cannot go back to 4.8 because Soeren has got the ATA driver
fixed for this chipset. Otherwise I had to revrt back and swap hardware
to something more conservative.

One big showstopper is 
http://www.freebsd.org/cgi/query-pr.cgi?pr=51181 

The other thing is that my ppp (pppoe) sessions die notoriously. This
was way better if not to say 'simply not there' with 4.7:

/var/log/messages:

May  8 09:37:07 www kernel: no matching session
May  8 09:40:52 www kernel: no matching session
May  8 09:43:32 www kernel: no matching session
May  8 09:52:47 www last message repeated 11 times
May  8 09:56:47 www last message repeated 10 times

It seems to be in netgraph/ng_pppoe.c:

                                sendhook = pppoe_finduniq(node, utag);
                                if (sendhook == NULL) {
                                        printf("no matching session\n");
                                        LEAVE(ENETUNREACH);
                                }

When I visit the gateway machine the screen is full of these 
'no matching session' messages.

Also my machine doesn't do network connections through pppoe to the outside
any longer nor is it reachable from the outside world. Intolerable for a
gateway machine.

I'm frustrated with FreeBSD 5.0-current (and was already with FreeBSD 5.0-R).


--
Chris Christoph P. U. Kukulies kukulies@rwth-aachen.de



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