Displaying 6 results from an estimated 6 matches for "douds".
Did you mean:
dodds
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
Hi,
I try to use the PRIO scheduler on a 2.6.17 kernel.
I use a simple configuration :
$TC qdisc add dev $dev root handle 1: prio bands 2 priomap 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1
$TC qdisc add dev $dev parent 1:1 handle 10:0 sfq perturb10
$TC qdisc add dev $dev parent 1:2 handle 20:0 sfq perturb 10
And i put filters for my trafic, the 2 streams are correctly put in each
2006 Sep 13
0
HTB question
Hi,
I try to configure 3 HTB class with a rate near to zero and the ceil equal
to the max of the bandwith. And I put prio parameter for each class.
In this configuration, HTB is equivalent 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
2007 Nov 22
1
[Bridge] Conflict between net/if.h and linux/if.h
Hi,
I use the libbridge and an other lib (libnl) in a same project.
I include the headers files of the two lib (libnl first and libbridgge
after) and I've a conflict with the inclusion of linux/if.h (in libnl
headers) and net/if.h (in libbridge.h), I've this error :
/usr/include/net/if.h:45: error: parse error before numeric constant
/usr/include/net/if.h:111: error: redefinition of