Displaying 2 results from an estimated 2 matches for "if_loc".
2003 Oct 27
4
Need help with HTB
...mes I''m
getting upon pinging the server are almost the same I get without the
htb script being loaded.
Any ideas ?
Here goes my script:
where eth1 = the internal network card
eth0 = the link to my ISP
ipt="/sbin/iptables"
tc="/sbin/tc"
IF_EXT=eth0
IF_LOC=eth1
########################################################################
#####
$tc qdisc del dev $IF_EXT root
$tc qdisc add dev $IF_EXT handle 1: root htb default 99 r2q 1
$tc class add dev $IF_EXT parent 1: classid 1:1 htb rate 100kbit
$tc class add dev $IF_EXT parent 1:1 classid 1:2 h...
2007 Dec 20
6
DTrace IP provider, step 1
G''Day All,
I''m putting together a PSARC case to begin integration of the DTrace network
providers. I''ve drawn up a rough plan which splits this project into over a
dozen smaller steps, as documented on the network provider page:
http://www.opensolaris.org/os/community/dtrace/NetworkProvider#Plan
Below is a draft PSARC document for task 1, IP provider send/receive