From owner-freebsd-net Wed Oct 25 15:11: 4 2000 Delivered-To: freebsd-net@freebsd.org Received: from pfa0frpk001.panasonicfa.com (unknown [38.248.119.1]) by hub.freebsd.org (Postfix) with ESMTP id 91A9237B4CF for ; Wed, 25 Oct 2000 15:11:01 -0700 (PDT) Received: by exchange.panasonicfa.com with Internet Mail Service (5.5.2650.21) id ; Wed, 25 Oct 2000 17:10:41 -0500 Message-ID: <054F7DAA9E54D311AD090008C74CE9BD01766CDF@exchange.panasonicfa.com> From: "Zaitsau, Andrei" To: 'Julian Elischer' Cc: "'freebsd-net@FreeBSD.ORG'" Subject: RE: BPF usage questions Date: Wed, 25 Oct 2000 17:10:36 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry for a small comment (not really related to the topic). I wouldn't call it DSL modem, As far as I know it does not have analog data, so there is nothing to Modulate/Demodulate. I would refer it as a router or bridge... I guess... Feel Free to correct me if I am wrong. Andrei. ....and the ppp daemon (ppp(8)) can use netgraph to connect to pppoe sessions running through DSL. (though it needs a ethernet attached DSL modem.) -----Original Message----- From: Julian Elischer [mailto:julian@elischer.org] Sent: Wednesday, October 25, 2000 5:03 PM To: Greg Fausak Cc: freebsd-net@FreeBSD.ORG Subject: Re: BPF usage questions Greg Fausak wrote: > > >What is netgraph? > > whoops... Foot in mouth. I have done some research now and see this > is great! Is there somewhere I can look at examples of > ng implemented nodes? Specifically, I'd like to experiment with > frame relay (DSL), multi-link (node multiplexing-demultiplexing) and > vpn. welllll, start with the netgraph(4) manpage (not netgraph(3)) then you'll find MOST of the implemented nodes in /sys/netgraph, though there are a couple of others (sync cards) the mpd-netgraph port (under ports/net) can use netgraph to run pptp vpns and the ppp daemon (ppp(8)) can use netgraph to connect to pppoe sessions running through DSL. (though it needs a ethernet attached DSL modem.) there is also an article on netgraph on Daemonnews in the "blueprints (?)" section that is illuminating.. also check out /usr/share/examples/netgraph for examples of how you might set up some configurations. For a very conoluted example you may write yur own setup and control C program using the netgraph(3) library to control it. (that's what mpd and ppp do) > > Thanks, > > ---greg -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000 ---> X_.---._/ presently in: Budapest v ' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message