search for: skrytpy

Displaying 2 results from an estimated 2 matches for "skrytpy".

2004 Jul 20
3
Fw: HTB - Really Big problem
...and so on are files where are written ip''s for C classes. I''m including my script. ---------------------------------------------------cut here ----------------------------------------------------------------------------------- #!/bin/bash #x=$[100/20] #echo "$1" > /skrytpy/status rxmax=900 #WAN max transfer -down (physically it is 960kbit/960kbit) kbit=kbit rxmaxluser=250 txmax=800 #WAN max transfer - up txmaxluser=100 #counting users # ip1 file is like this: # 11 #Somebody # 23 #Somebody II #EOF licznik=0 for x in $(awk ''{ print $1 }'' /skrytpy/i...
2004 Jul 28
3
Re: Re: HTB 3.13 please help
...= class ( rate 15kbps, ceil 250kbps ) { sfq( perturb 10secs, quantum 1500Bytes ); } ; fw { class $ruter on (23); //ruter--------------------------------------------------------------------- ---- //--------------------- fw }//fw }//main class }//htb }//egress }//eth0(none):/skrytpy# and these are a bit of `tc -s -d class show dev eth0` prints while connection loss after running my tcng script : class htb 2:f parent 2:1 leaf 10: prio 0 quantum 1875 rate 1875bps ceil 15000bps burst 1617b/8 mpu 0b cburst 1749b/8 mpu 0b level 0 Sent 0 bytes 0 pkts (dropped 0, overlimits 0) le...