Displaying 2 results from an estimated 2 matches for "82826".
Did you mean:
2826
2002 Dec 03
1
Any difference in cbind() b/w SPLus and R??
..."r" "B" "46165" "0.1" "15"
"C" "n" "15" "1" "1" "1"
[101,] "PERC-0530" "2" "5" "MU" "r" "B" "82826" "0.02" "15"
"C" "n" "15" "1" "0" "1"
[102,] "PERC-0530" "2" "6" "MU" "r" "B" "82826" "0.03" "15&qu...
2002 Dec 02
1
tc filter and fwmark
Suppose:
ipchains -A forward -s inside_net -d 0/0 -j MASQ -m 100
(similar setup with iptables:
iptables -A PREROUTING -t nat -s inside_net -d 0/0 -j SNAT
iptables -A PREROUTING -t nat -s inside_net -d 0/0 -j MARK --set_mark
100)
eth0 = outside iface
eth1 = inside iface
now:
tc filter add dev eth0 ... handle 100 fw
should catch packets marked by the above rule in ipchains (iptables).
Ok. When