Displaying 2 results from an estimated 2 matches for "w0w".
Did you mean:
w0
2003 May 12
0
tc filter problem (complicated)
.... We create one class for fast nets and one
for all other. In this configuration we have for the fast nets about 150
rules, and this is just for one pc. Now if we want to do it for 200 pcs,
and in two directions (suppose we have 2 eth cards), then our rules grow
up to 2*100*150 = 30,000 rules.. w0w.. too much
Now the question.. suppose the packet to the fast nets is marked with 1
(iptables). Is it possible to make it with two rules for each class and
they to be.. (packed is marked with 1 && packet is for certain ip), and
the packet to be thrown in this class if and only if the two...
2005 May 07
1
Echo Madness
...t had an entry in my extensions.conf that said ?
exten => 9,1,Dial(Zap/g1)
So, I was dialing '9' then after I the line was opened I dialled the
number I actually wanted to call.
I decided to tidy this up to ?
exten => _XX,1,Dial(Zap/g1/${EXTEN:0},20)
exten => _XX.,1,Dial(Zap/g1/W0W${EXTEN:0},20)
The idea is that if I dial a 2 digit extension it must be an internal
call, otherwise, it must be an external call, so prefix it with a 0
and a wait. Note I accidentally put a wait before the 0 as well
(although this won't adversely effect calls)
I made an internal call ? it wo...