MPD-NETGRAPH PPTP server with IPX?

2001-11-15 Thread Dan Larsson
I've got a FreeBSD-4.4 STABLE box running mpd-netgraph as a PPTP server, which works just fine. Is it by any chance possible to support IPX (the Novell protocol) with MPD in this configuration? Pointers most welcome. Regards +------ Dan Larsson -+- Tyfon Svenska AB -+- DL1999-RIPE 2AA5

Fiberoptic ATM NIC for FreeBSD

2001-04-02 Thread Dan Larsson
Any recommendations? Regards +-- Dan Larsson | Tel: +46 8 550 120 21 Tyfon Svenska AB | Fax: +46 8 550 120 02 GPG and PGP keys | finger [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: mpd-netgraph bandwidth settings

2001-03-26 Thread Dan Larsson
On Mon, 26 Mar 2001, Archie Cobbs wrote: | Dan Larsson writes: | > | DL> How can I change the bandwidth from 64000bps to something else | > | DL> when acting as a pptp-server? | > | | > | $cd src | > | $grep 64000 * | > | link.h: #define LINK_DEFAULT_BANDWIDT

Re: mpd-netgraph bandwidth settings

2001-03-26 Thread Dan Larsson
64000 | pptp.c: PPTP_OCR_RESL_OK, 0, 0, 64000 /*XXX*/ ); | pptp_ctrl.c: con.speed = 64000;/* XXX */ Thanks! | ps. but why? There's loads of spare bandwidth. | Regards +-- Dan Larsson | Tel: +46 8 550 120 21 Tyfon Svenska AB | Fax: +46 8 550 120 02 GPG a

mpd-netgraph bandwidth settings

2001-03-26 Thread Dan Larsson
How can I change the bandwidth from 64000bps to something else when acting as a pptp-server? Regards +-- Dan Larsson | Tel: +46 8 550 120 21 Tyfon Svenska AB | Fax: +46 8 550 120 02 GPG and PGP keys | finger [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with

mpd-netgraph: logfile parser?

2001-03-21 Thread Dan Larsson
Has anyone tried to create a logparser/statistics reporter from the mpd-netgraph (pptp) logfile output? Regards +-- Dan Larsson | Tel: +46 8 550 120 21 Tyfon Svenska AB | Fax: +46 8 550 120 02 GPG and PGP keys | finger [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

mpd-netgraph error: 'Too many bundles!'

2001-03-21 Thread Dan Larsson
! (increase MAX_BUNDS) Mar 21 15:30:27 pptpbox mpd: [pptp22] too many bundles! (increase MAX_BUNDS) Is this a compile time setting? Regards +-- Dan Larsson | Tel: +46 8 550 120 21 Tyfon Svenska AB | Fax: +46 8 550 120 02 GPG and PGP keys | finger [EMAIL PROTECTED] To Unsubscribe: send mail

Beowulf ethernet channel bonding on FreeBSD

2001-03-18 Thread Dan Larsson
A FreeBSD port of this would be nice: http://www.beowulf.org/software/bonding.html Anyone working on a similar solution? Regards +-- Dan Larsson | Tel: +46 8 550 120 21 Tyfon Svenska AB | Fax: +46 8 550 120 02 GPG and PGP keys | finger [EMAIL PROTECTED] To Unsubscribe: send

pptp (mpd-netgraph) through a firewall

2001-02-09 Thread Dan Larsson
Are the following ipfw lines sufficent to allow pptp?: ${fwcmd} add pass tcp from any to any established ${fwcmd} add pass tcp from any to ${EXT_IF} pptp setup ${fwcmd} add pass gre from any to any Comments/suggestions? Regards +-- Dan Larsson | Tel: +46 8 550 120 21 Tyfon Svenska

mpd concurrent pptp connections.

2001-01-10 Thread Dan Larsson
I need to be able to handle 30 concurrent pptp sessions on one machine. but I only get 10 netgraph interfaces when doing a 'ifconfig -a | grep ^ng'. Do I need to make any changes to my kernel? (I'm using FreeBSD-4.1.1-STABLE with netgraph as a kld). Regards +------ Dan Larsson