search for: freealter

Displaying 4 results from an estimated 4 matches for "freealter".

Did you mean: free&alter
2002 Jun 12
3
Why this stupid ingress tc does not work ?
Hi ! I wanted to shape my analog modem connection so I took these two lines from the ''wondershaper'' script: tc qdisc add dev $DEV handle ffff: ingress #tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip \ src 0.0.0.0/0 police rate ${DOWNLINK} burst 10k drop flowid :1 with DEV=ppp0 and DOWNLINK=24kbit. But, when I activate it, nothing comes back from the
2002 Oct 25
1
PXE: media test failure
Hi ! I'm using PXE to boot a Linux on a DLink DFE-530TX card. Everything worked well until I installed a Windows98 on it (please, foregive me...). Since the Windows drivers for that NIC were installed, I 'm unable to boot PXE, and I get the error: PXE-E61: Media test failure, check cable Any clue on how to make PXE work as before ? Cheers, -- Ludovic DROLEZ
2002 Nov 04
0
Re: Re: wondershaper kills eth0
> I have been trying to find the default .config file for the debian > kernel, but I can not find it! I don''t know why it''s so hard to find, > but it is not included with the source for some reason! It can be found in /boot (/boot/config-2.4.* ) -- Ludovic DROLEZ Free&ALter Soft 152, rue de Grigy - Technopole Metz 2000
2002 Sep 13
0
This simple ingress script blocks my traffic
Hi ! I have a 56k modem internet connection and I want to control the BW of ftp downloads. But when I run the following script, my downloads are simply stopped (and they resume if I clear the rules): ----------------- #!/bin/sh DEV=ppp0 DOWNLINK=14kbit /sbin/ipchains -A input -i $DEV -p tcp -s 0/0 ftp-data -m 1 tc qdisc del dev $DEV root 2> /dev/null > /dev/null tc qdisc del dev $DEV