Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Nov 2000 21:21:07 -0800 (PST)
From:      Archie Cobbs <archie@dellroad.org>
To:        peter@sysadmin-inc.com
Cc:        freebsd-net@FreeBSD.ORG
Subject:   Re: mpd-netgraph, ms on demand pptpvpn and bsd to bsd dedicated vpn
Message-ID:  <200011020521.eA25L7757561@curve.dellroad.org>
In-Reply-To: <001701c04444$eb18a660$47010a0a@fire.sysadmininc.com> "from Peter Brezny at Nov 1, 2000 03:47:14 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Peter Brezny writes:
> Can mpd netgraph be configured to do all three of these at once,
> 
> accept ms pptp vpn conncetions on demand,
> 
> create dedicated vpn links to one or more remote bsd machines,
> 
> and
> 
> answer modems on serial ports on demand?

Yes, anything that mpd can do one time it can do several
times at once. Just create new bundles for each thing you
want to do and make sure they all get loaded when it starts,
and that they use different interfaces. E.g.:

    default:
	    load thing1
	    load thing2
	    load thing3

    thing1:
	    new -i ng1 bund1 link1
	    ...

    thing2:
	    new -i ng2 bund2 link2
	    ...

    thing3:
	    new -i ng3 bund3 link3
	    ...

-Archie

__________________________________________________________________________
Archie Cobbs     *     Packet Design     *     http://www.packetdesign.com


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?200011020521.eA25L7757561>