Displaying 6 results from an estimated 6 matches for "doude".
Did you mean:
donde
2009 Apr 06
1
Douds it
I have a few questions.
Asterisk is a windows program why each time I try to find out how
communicate with my Panasonic TDA 100 or with TDE 100 always read "use
one card o use a box" why I can't use simply my network card, in the
other side of Panasonic exist two types of cards one in TDA 100 with 2
trunks and in the other side TDE have internal Two trunks too. Why if I
want to
2006 May 12
1
How to log pubkey used in a keyring
Hi,
I'm trying to create a log of which key is being used to access a given
account.
I can turn auth.debug on, but that generates *copious* output to the log
file which isn't terribly desirable. Furthermore, the log's format from
one ssh implementation to the next varies, causes parsing complexities.
Tried a kludge using the "command=/some/path/to/script <ID>"
2006 Aug 03
5
tc filter
Hi,
Is it possible to make a filter with tc which exclude an IP like iptables ??
ex:
iptable -t mangle -A PREROUTING -i eth0 -d ! 192.168.1.222 -j MARK ...
I try the ! with tc but it doesn''t work.
Thanks,
doude.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2006 Aug 11
0
problem with PRIO
...the 2 streams are correctly put in each
class but the stream in the the first class isn''t prioritorize.
Where is my mistake ?
I test that on a montejade board (armv5 big endian) and i try with other
architecture (x86 with 2.6.16 kernel) and I had the same problem.
Can you help me ?
Thanks
Doude
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2006 Sep 13
0
HTB question
...uivalent with Weighted Round Robin
algorithm.
Is it more correct to put the good rate for each class or to play with the
prio parameter, knowing that it''s more difficult to know the correct rate
for each class ?
Do you know the min value possible to put for the rate parameter ?
Thanks,
doude.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2007 Nov 22
1
[Bridge] Conflict between net/if.h and linux/if.h
...2:16:17.000000000 +0100
+++ libbridge_modify.h 2007-11-22 12:15:58.000000000 +0100
@@ -19,7 +19,9 @@
#ifndef _LIBBRIDGE_H
#define _LIBBRIDGE_H
+#ifndef _LINUX_IF_H
#include <net/if.h>
+#endif
#include <linux/if_bridge.h>
struct bridge_id
Do you think it's a good solution ?
Doude.