Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2008 19:51:12 +0300
From:      Alexander Motin <mav@FreeBSD.org>
To:        Oleksandr Samoylyk <oleksandr@samoylyk.sumy.ua>
Cc:        freebsd-net@freebsd.org
Subject:   Re: Problems with netgraph
Message-ID:  <4825D280.9080807@FreeBSD.org>
In-Reply-To: <4825CDCA.5020607@samoylyk.sumy.ua>
References:  <48207C8B.4020509@samoylyk.sumy.ua>	<48209BC4.5080602@elischer.org>	<1210148584.00067004.1210135802@10.7.7.3>	<1210155784.00067045.1210144801@10.7.7.3>	<1210195392.00067265.1210183802@10.7.7.3>	<1210195402.00067283.1210184402@10.7.7.3>	<1210202586.00067324.1210189802@10.7.7.3>	<1210202588.00067326.1210189802@10.7.7.3>	<1210202593.00067329.1210190402@10.7.7.3>	<1210209785.00067436.1210197002@10.7.7.3>	<4825B177.7020503@FreeBSD.org> <4825B397.4060005@samoylyk.sumy.ua> <4825B75B.9050604@FreeBSD.org> <4825CDCA.5020607@samoylyk.sumy.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
Oleksandr Samoylyk wrote:
> # ngctl show mpd24375-L-237-lt:
>   Name: mpd24375-L-237-lt Type: tee             ID: 0008e919   Num hooks: 2
>   Local hook      Peer name       Peer type    Peer ID         Peer hook
>   ----------      ---------       ---------    -------         ---------
>   right           mpd24375-B-607  ppp          0008e922        link0
>   left            <unnamed>       pptpgre      0008e91b        upper
> 
> It's "upper". And I don't know why :(
> The sources were updated before building new kernel on May, 5, 2008.
> The mpd5 port was rebuilt and restarted just few hours ago.

Here is mine:
%ngctl show mpd95052-L2-4-lt:
   Name: mpd95052-L2-4-lt Type: tee             ID: 000000eb   Num hooks: 2
   Local hook      Peer name       Peer type    Peer ID         Peer hook
   ----------      ---------       ---------    -------         ---------
   right           mpd95052-B1-1   ppp          000000f0        link0
   left            <unnamed>       pptpgre      000000ed        session_b826

Have you updated your world also? Mpd checks NG_PPTPGRE_HOOK_SESSION_F 
macro from /usr/include/netgraph/ng_pptpgre.h at the build time to 
detect this feature presence.

One more way to check this feature in mpd-5.1:
Without this feature:
# grep "PPTP: can't connect to" mpd5
#
With this feature present:
# grep "PPTP: can't connect to" mpd5
Binary file mpd5 matches
#

-- 
Alexander Motin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4825D280.9080807>