Displaying 3 results from an estimated 3 matches for "adorean".
Did you mean:
adore
2006 Jul 25
3
Routed network + web-cache
Hello all,
I have a small ISP and I work all my clients networks over a routed
network (now I am using 201.35.16.0/24 and 200.140.222.128/25 for my
clients).
The gateway server of the ISP is capable of running a web-cache
(only http) using squid but I dont want that my clients go to the
internet with the proxy/cache IP. Like when they enter in this site
www.meuip.com.br it shows
2006 Aug 22
1
htb prioritise trafic
I have a router with about 300 clients connecting to it. It has htb with
a class per client.
I wnat to create a script to prioritise www trafic and ssh trafic over
p2p trafic....
this is a sample of what i have now:
/sbin/tc class add dev eth0 parent 1:5 classid 1:8012 htb rate 35Kbit
ceil 281Kbit prio 6
/sbin/tc qdisc add dev eth0 parent 1:8012 handle 8012 sfq perturb 8
/sbin/tc filter add
2006 Jul 25
3
problem in Route add using netlink
Hi all
Iam trying to implement "route add " using netlink. The changes are not reflected in the routing table. I have given my code and screen shots of the routing tables.
Can anybody tell me is there any mistake iam making in defining the fields .
or any other mistake iam commiting
thanxs
viji
//////////////////////////////////// CODE