Date: Wed, 25 Oct 2000 17:10:36 -0500 From: "Zaitsau, Andrei" <AZaitsau@panasonicfa.com> To: 'Julian Elischer' <julian@elischer.org> Cc: "'freebsd-net@FreeBSD.ORG'" <freebsd-net@FreeBSD.ORG> Subject: RE: BPF usage questions Message-ID: <054F7DAA9E54D311AD090008C74CE9BD01766CDF@exchange.panasonicfa.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?054F7DAA9E54D311AD090008C74CE9BD01766CDF>