search for: xstop

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

Did you mean: stop
2006 Apr 11
0
Htb queueing problem
...t now the iptables commands also correctly classify the packets both with the MARK and CLASSIFY approaches. Note that the tc classes were setup to give clear indication of which class was affecting the flow. Edwin ---------test tc script---------- #!/bin/bash RATE=8000 #if [ x$1 = ''xstop'' ]; then if [ tc ]; then echo "Deleting qdisc for eth1" tc qdisc del dev eth1 root fi tc qdisc add dev eth1 root handle 1:0 htb default 90 tc class add dev eth1 parent 1:0 classid 1:1 htb rate ${RATE}kbit ceil ${RATE}kbit tc class add dev eth1 parent 1:1 clas...
1998 May 27
16
Session request failed
Hi all, I'm trying to access a NT machine through the Internet. First I used an win95 as a client, but since I couldn't get it to work, I used a Linux machine (kernel 2.0.29) with Samba 1.9.18p7 to get some feedback. I did the following: linux01/usr/local/samba/bin> ./smbclient -L ntserver -I a.b.c.d Added interface ip=<myip> bcast=<broadcast> nmask=<netmask>