Displaying 5 results from an estimated 5 matches for "ng_ether".
Did you mean:
if_ether
2003 Dec 15
6
interface bonding
----- Forwarded message from John <strgout@mail.unixjunkie.com> -----
Date: Mon, 15 Dec 2003 17:58:15 -0600
From: John <strgout@mail.unixjunkie.com>
To: freebsd-stable@freebsd.org
Subject: interface bonding
User-Agent: Mutt/1.4i
Is there any way to bond sniffer interfaces?
I've read a little on netgraph and it seems
like i maybe able to use that but i'm not sure
how to go
2015 Sep 23
3
Large scale tinc tests
Hello.
I wonder if someone here performe such large scale
tinc-vpn tests.. There are platforms like Imunes or CORE
to do generic Ethernet and IP testing and routing, but I found
that at least on Imunes it is problematic to start TAP iface
on vimage on FreeBSD (at least 4.11 with I use).
To fix that, I think about coding in BSD NetGraph support
to tinc. But first I need to do testing if actualy
2015 Sep 23
0
Large scale tinc tests
...or frameworks.
> To fix that, I think about coding in BSD NetGraph support
> to tinc. But first I need to do testing if actualy netgraph
> nodes ng_iface can be easly maintained within vimage.
> Additionaly, ng_iface does not support Ethernet, so Im stuck
> with IP.
Isn't there ng_ether? Anyway, if you want to do this, have a look at
src/dummy_device.c and src/multicast_device.c. You probably want to make
a netgraph_device.c then.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus at tinc-vpn.org>
-------------- next part --------------
A non-text attac...
2003 Sep 15
5
strange problem with: ed driver / 4.9-PRE
...0xff000000
freebsd:/home/gmarco> kldstat
Id Refs Address Size Name
1 9 0xc0100000 1ab5ac kernel
3 2 0xc0f45000 e000 miibus.ko
4 1 0xc0f3a000 a000 if_ed.ko
5 1 0xc0f61000 4000 if_tun.ko
6 4 0xc0f66000 9000 netgraph.ko
7 1 0xc0f74000 3000 ng_ether.ko
8 1 0xc0f79000 5000 ng_pppoe.ko
9 1 0xc0f7f000 3000 ng_socket.ko
10 1 0xc0fe7000 3000 daemon_saver.ko
in the kernel config file I have:
device miibus # MII bus support
device ed
options IPFIREWALL #firewall
options...
2015 Sep 23
2
Large scale tinc tests
...or frameworks.
> To fix that, I think about coding in BSD NetGraph support
> to tinc. But first I need to do testing if actualy netgraph
> nodes ng_iface can be easly maintained within vimage.
> Additionaly, ng_iface does not support Ethernet, so Im stuck
> with IP.
Isn't there ng_ether? Anyway, if you want to do this, have a look at
src/dummy_device.c and src/multicast_device.c. You probably want to make
a netgraph_device.c then.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus at tinc-vpn.org>