Re: ethernet over ip

From: Pawel Malachowski (pawmal_at_unia.3lo.lublin.pl)
Date: 08/03/04

  • Next message: Nickolay A. Kritsky: "Re[2]: ethernet over ip"
    Date: Tue, 3 Aug 2004 16:17:31 +0200
    To: freebsd-net@freebsd.org
    
    

    On Tue, Aug 03, 2004 at 09:36:11AM -0400, Dave Dolson wrote:

    > > 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.
    >
    > I have tried it.
    > You can connect a lower hook of ng_ether to a ng_ksocket to bridge ethernet
    > packets over UDP.
    > (Set this up at both ends.)
    >
    > I don't remember the specifics; see man ng_ether and ng_ksocket.

    One can also try with userland tunnel daemon (like vtund), associate
    tunnel with tap(4) interfaces and turn on bridging on tap and LAN-side
    interfaces.

    -- 
    Paweł Małachowski
    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
    

  • Next message: Nickolay A. Kritsky: "Re[2]: ethernet over ip"

    Relevant Pages

    • Re: IPMP enabled serious Network Problems
      ... inet 10.xx.xx.49 netmask ffffff00 broadcast xxxxxxx.255 ... Turn off this option to track all network interfaces ... input packets with dribble condition detected ...
      (comp.unix.solaris)
    • Re: ISR CBAC prolem
      ... When I apply CBAC onto inside interface without any ACL's ... Have you determined if packets are arriving out of order? ... I'm running CEF and netflow on both outside and inside interfaces... ... > increase the inspection timouts. ...
      (comp.dcom.sys.cisco)
    • Re: Help Broadcasting a UDP packet on the LAN:URGENT
      ... We use all-ones packets well ... > network interfacethey should be using to do this. ... > interfaces because you have a per-network broadcast address if you want ... That way you get "for free" to control which interfaces should send ...
      (freebsd-net)
    • Bridging interfaces
      ... I seem to be having some trouble bridging interfaces in FreeBSD 6.2-STABLE. ... packets transmitted, 2 packets received, 0% packet loss ... inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255 ...
      (freebsd-questions)
    • Re: UDP recvmsg blocks after select(), 2.6 bug?
      ... Optimisations that break documented interfaces and age old assumptions ... an app with many connected sockets will have a high chance ... of losing the cache. ... Although a handful of unconnected UDP sockets ...
      (Linux-Kernel)