Displaying 4 results from an estimated 4 matches for "skept".
Did you mean:
kept
2007 Apr 18
0
[Bridge] Bridge-MIB and 802.1d linux bridge
...add semantics [ie. how should the agent collect the statistics from
the bridge/kernel. code?]
So, to expand the original question, if the linux bridge code does
support collection of snmp stats, where do I start to learn more about
it[I would like to enable Bridge-MIB support in the snmp agent]?
Skept
2007 Apr 18
0
[Bridge] Bridge Digest, Vol 36, Issue 8
...all this box without having to set it up at all , so it
cannot have an ip address assigned, as it *may* be in use somewhere else
on the lan or router."
Did your bridge + transparent proxy work without you adding an ip[\and
route] to the bridge interface? I mean, before the "twist".
Skept
On 8/24/06, bridge-request@lists.osdl.org <bridge-request@lists.osdl.org> wrote:
> Send Bridge mailing list submissions to
> bridge@lists.osdl.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.osdl.org/mailman/listinfo/bridge
> or, via emai...
2012 Oct 12
3
about samba 4 rc2
Hello, I'm testing samba 4 rc2.
I have created the domain without troubles using the command:
/usr/local/samba/bin/samba-tool domain provision \
--realm=samdom.example.com --domain=SAMDOM \
--adminpass='p4$$word' --server-role=dc
All is good, but in the step 7
Configure DNS(according to the samba4/howto(http://wiki.samba.org/index.php/Samba4/HOWTO))
i can not find the file
2007 Apr 18
2
[Bridge] Trouble with ARP traffic
...or example, the following filter
ebtables -N f1
ebtables -P f1 DROP
ebtables -t filter -A FORWARD -i eth0 -o eth1 -p ARP -j f1
ebtables -t filter -A f1 -p ARP --arp-ip-src 10.190.190.0/24
--arp-ip-dst 10.190.190.1 -j ACCEPT
That way you wont see much arp broadcast traffic on eth1. Hope it helps.
Skept