Displaying 2 results from an estimated 2 matches for "marku".
Did you mean:
mark
2004 Jul 20
3
Fw: HTB - Really Big problem
...1:$ip handle $ip:0 sfq perturb 10
#mark
iptables -t mangle -A MYSHAPER-OUT -p tcp -s 192.168.$siec.$ip -j MARK --set-mark $ip
#tc
tc class add dev eth0 parent 2:1 classid 2:$ip htb rate $txmin$kbit ceil $txmaxluser$kbit
tc qdisc add dev eth0 parent 2:$ip handle $ip:1 sfq perturb 10
#filtrowanie po marku
tc filter add dev eth0 protocol ip preference 1 parent 2:0 handle $ip fw flowid 2:$ip
done
#siec 3.0
siec=3
echo " "
for ip in $(awk ''{ print $1 }'' /skrytpy/ip3); do
echo -n "$ip "
tc class add dev eth1 parent 1:1 classid 1:$ip htb rate $rxmin$kbit ceil 128kbi...
2003 Jul 03
2
pre/postexec
...ring logout or closed connection? Does
anybody has an idea or knows a method how to do this or he has met a similar
problem?
FIRST ATTEMPT: I tried to employ pre/postexec mounting partition specific for
a given user. The exemplary generated share is as follows:
[Win_mag]
comment = Zbiory Win na Marku
path = /windows/R
valid users = magda
read only = No
browseable = Yes
preexec = mount -t vfat /dev/hdf5 /windows/R
postexec = umount /windows/R
According to fstab everybody can mount this partition
/dev/hdf5 /windows/R vfat noauto,user 0 0
The share is visible as empty but the pre/postexec...