Re: ethernet over ip
From: Ruslan Ermilov (ru_at_freebsd.org)
Date: 07/30/04
- Previous message: Nickolay A. Kritsky: "ethernet over ip"
- In reply to: Nickolay A. Kritsky: "ethernet over ip"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Jul 2004 14:22:21 +0300 To: "Nickolay A. Kritsky" <nkritsky@star-sw.com>
On Fri, Jul 30, 2004 at 01:31:44PM +0400, Nickolay A. Kritsky wrote:
> Hello freebsd-net,
>
> How can a body do ethernet over ip on FreeBSD? I have heard that
> with netgraph you can do that. Has anybody tried this or maybe some
> other way? The goal is to connect two L2 networks on remote sites.
>
This is trivial with Netgraph. Basically, you bridge (ng_bridge(4))
an Ethernet node (ng_ether(4)) with a UDP socket (ng_ksocket(4))
representing your tunnel, on each side of a tunnel.
Cheers,
-- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer
- application/pgp-signature attachment: stored
- Previous message: Nickolay A. Kritsky: "ethernet over ip"
- In reply to: Nickolay A. Kritsky: "ethernet over ip"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|