From owner-freebsd-stable Wed Apr 25 6:10:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dilbert.sacoriver.net (dilbert.mix-net.net [65.162.192.4]) by hub.freebsd.org (Postfix) with ESMTP id B2A4A37B422 for ; Wed, 25 Apr 2001 06:10:03 -0700 (PDT) (envelope-from misterb@cybertours.com) Received: from loqtis (dsl-070.sacoriver.net [65.162.190.71]) by dilbert.sacoriver.net (8.9.3/8.9.0) with SMTP id SAA27302; Sat, 21 Apr 2001 18:25:06 -0400 (EDT) Message-ID: <002901c0cab3$14c0a4a0$0100a8c0@loqtis> From: "Brent" To: "Archie Cobbs" , "brentb" Cc: References: <200104212115.f3LLF3D05160@arch20m.dellroad.org> Subject: Re: compiling PPTPGRE help ?? Date: Sat, 21 Apr 2001 18:33:24 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG whats "mpd " ? ----- Original Message ----- From: "Archie Cobbs" To: "brentb" Cc: Sent: Saturday, April 21, 2001 5:15 PM Subject: Re: compiling PPTPGRE help ?? > brentb writes: > > Im trying to setup a freeBSD 4.1 NAT box to use PPTPGRE to tunnel > > between my 2 networks... > > i added > > "options PPTPGRE " > > Assuming you mean "options NETGRAPH_PPTPGRE"... > > > to my kernel config file....but it failed in the middle of "make" > > below is the error mesage ... is there anything that i missed > > ..like another option ?? or something.. any help is appreciated > > > > ng_pptpgre.o: In function `ng_pptpgre_constructor': > > ng_pptpgre.o(.text+0xc): undefined reference to `M_NETGRAPH' > > Yes, you need this as well: > > options NETGRAPH > > and if you're using mpd you'll need these too: > > options NETGRAPH_BPF > options NETGRAPH_IFACE > options NETGRAPH_KSOCKET > options NETGRAPH_MPPC > options NETGRAPH_PPP > options NETGRAPH_SOCKET > options NETGRAPH_VJC > > -Archie > > __________________________________________________________________________ > Archie Cobbs * Packet Design * http://www.packetdesign.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message