Date: Thu, 8 Oct 2009 09:10:48 -0700 From: "Ahrenholz, Jeffrey M" <jeffrey.m.ahrenholz@boeing.com> To: "'Julian Elischer'" <julian@elischer.org>, remodeler <remodeler@alentogroup.org> Cc: "freebsd-virtualization@freebsd.org" <freebsd-virtualization@freebsd.org> Subject: RE: can't find routing entry for network routes Message-ID: <FD98F9C3CBABA74E89B5D4B5DE0263B9250B79AE39@XCH-NW-12V.nw.nos.boeing.com> In-Reply-To: <4ACD3091.9000709@elischer.org> References: <20091007002615.M76095@alentogroup.org> <4ACBF0ED.2070905@elisch er.org> <20091007043721.M28730@alentogroup.org> <4ACC2536.9030701@elischer. org> <4ACCE73A.5000502@elischer.org> <20091007222310.M23322@alentogroup.org > <4ACD1A29.4070207@elischer.org><20091007234005.M40001@alentogroup.org> <4ACD3091.9000709@elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Will netgraph let you create a gif or other tunneling=20 > socket and plug=20 > > it in directly to the graph? Would the alternative be piping a=20 > > userland tunneling socket and ng_socket? >=20 > there is an ng_gif node but I've never used it. >=20 > look in /usr/src/sys/netgraph to see what exists. They are=20 > supposed to all have man pages. >=20 > I like mpd for tunneling.. > it is a higher level user of netgraph. Another good one is ng_ksocket(4), which you can use to directly connect th= e netgraph systems of two different kernels across the network. It behaves = like a bare-bones tunnel where the netgraph data is sent directly over UDP = or TCP. -Jeff=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FD98F9C3CBABA74E89B5D4B5DE0263B9250B79AE39>