Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2001 18:33:24 -0400
From:      "Brent" <misterb@cybertours.com>
To:        "Archie Cobbs" <archie@dellroad.org>, "brentb" <brentb@loa.com>
Cc:        <freebsd-stable@FreeBSD.ORG>
Subject:   Re: compiling PPTPGRE help ??
Message-ID:  <002901c0cab3$14c0a4a0$0100a8c0@loqtis>
References:  <200104212115.f3LLF3D05160@arch20m.dellroad.org>

next in thread | previous in thread | raw e-mail | index | archive | help
whats "mpd " ?


----- Original Message -----
From: "Archie Cobbs" <archie@dellroad.org>
To: "brentb" <brentb@loa.com>
Cc: <freebsd-stable@FreeBSD.ORG>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002901c0cab3$14c0a4a0$0100a8c0>