From owner-freebsd-net Wed Jan 9 21: 2:38 2002 Delivered-To: freebsd-net@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id C028137B402 for ; Wed, 9 Jan 2002 21:02:35 -0800 (PST) Received: from user-uiveq93.dsl.mindspring.com ([165.247.105.35] helo=mindspring.com) by smtp6.mindspring.com with esmtp (Exim 3.33 #1) id 16OXMI-0005BD-00; Thu, 10 Jan 2002 00:02:34 -0500 Message-ID: <3C3C7743.6F6E982B@mindspring.com> Date: Wed, 09 Jan 2002 12:00:51 -0500 From: Naga R Narayanaswamy X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-Net Subject: ng_pppoe and ng_bridge Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, When I run ng_bridge between 2 ethernet interfaces and then initiate a PPPoE session using ng_pppoe, the ppp fails and I repeatedly get the following message: Jan 9 11:28:55 guru ppp[387]: Warning: [1]: Cannot create PPPoE netgraph node: Socket is already connected Jan 9 11:28:55 guru ppp[387]: Warning: deflink: Device (PPPoE:rl0:service_name) must begin with a '/', a '!' or contain at least one ':' The ppp.conf has set device PPPoE:rl0:service_name and I use the bridge script on /usr/share/examples/netgraph/ether.bridge The ng_bridge is between rl0 and dc1 ethernet interfaces. The pppoe will originate with rl0's mac address and it will be bridged to dc1 interface and sent to the access concentrator. The ng_bridge itself is functioning correctly as I have verified with ping and other data traffic. Without ng_bridge, pppoe also works correctly. When both are combined, them the problem. Any clues ? I have tried this on 4.3-RELEASE and 5.0-CURRENT. Same results. Do I have to do something extra for ng_pppoe to use a ethernet interface on which ng_bridge is also active. Thanks Naga To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message