Displaying 14 results from an estimated 14 matches for "jul1".
Did you mean:
jul
2004 Sep 16
2
mount -t smbfs
SME Server 6.0.1 as standalone (Domain controler, mail & file server)
samba version 2.2.8a
I have a win95 machine on my network logged onto the domain with it's
d drive shared with full access and no password.
On server-manager I have setup a hostname for this machine based on
mac address so that the DHCP server gives it the same IP every time.
I have created a directory /mnt/win
I can
2004 Oct 08
3
shaping outbound ftp traffic
>In theory yes, but it is shaping inbound transfers to my server.
>YOu''re not doing any other sort of Ingress filters are you??
No
>I dont care about destination port. That line was commented. BUT, incoming transfers are being shaped for some reason.
>Could this be shaping on the ISP side?? What >happens when the tc rules
>are shut off??
No, everything works fine
2004 Oct 12
1
Traffic Control software port for linux 2.6.X?
Is there a port of this code availble for testing purposes?
Thanks
john@zavgren.com
2004 Oct 15
4
Emulate WAN
Where can I find examples of configs to emulate WANs, I am looking for slow speeds and high latencies.
Thanks
2004 Aug 06
1
Hacking wondershaper...
Hi,
First time post to list - hope I''ve not messed up on the etiquette!
I have a server running in a DMZ behind a wireless ADSL router. I recently
implemented wondershaper, which did exactly what it should have, but, of
course, knobbled the local bandwidth into the server too, as it''s going via
the same (and only) interface. So, I''ve been playing with wondershaper,
2004 Oct 06
1
shape outbound ftp with 1 nic
Hi,
I am using the following script to limit my outbound traffic. This scipt runs on a box behind my firewall. It limits my outbound passive ftp traffic to 39K perfectly....just like i want. However, i just noticed that it is also limiting uploads coming to my server.
Is there something I can change to make it not limit uploads to my server?
#!/bin/bash
#shaping passive ftp traffic
# mark the
2004 Oct 18
3
bandwidth limitation per dynamic IP
Hi,
Is there a way to do the following with lartc tools :
I would like to limit any entering user to not use more than Xkb/mb to my
website. The IPs they use are changing all the time so static IP limitation
cannot be used. Is there a way doing so ?
EC.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
2004 Jul 09
1
Problem with HTB queuing discipline
Hi ,
I have the problem with HTB queuing discipline.I am giving my setup below.
172.30.179.206 172.30.180.55
LAN | | WAN
-----------------| LINUX WITH |--------------
172.30.179.140 | HTB | 172.30.180.72
FTP SERVER FTP CLIENT
On the LAN side i
2004 Sep 08
3
Traffic Priority by IP address..
Hi,
I have a PC that acts as a VoIP gateway using an internet telephony
provider to make phone calls.. Data between me and the provider will
always be from one IP address on my internal network to the provider..
I have a 1Mbps/256Kbps ADSL line and the voice stream is highly
compressed requireing only 30Kbps of bandwidth..
The problem is that when my Mozilla Mail client polls for mail or
2004 Oct 10
3
How to invert tc matches?
Hi,
I want to use inverted matches with tc-filter. I tried to invert the
matches with a "!", but this doesn''t seem to be the correct syntax.
The following rules don''t work:
---------------------------snip-----------------------------------------
$TC filter $ACTION dev $DEV protocol ip parent 1:0 u32 match ip src
${NETWORK[$i]} !match ip dst 192.168.0.0/24 flowid
2004 Jul 09
1
RED/GRED implementation for InBound Traffic Control (from ISP)
...s discussion was in
http://my-opensource.org/lists/myoss/2004-07/msg00051.html
http://my-opensource.org/lists/myoss/2004-06/msg00167.html
http://www.redhat.com/archives/fedora-list/2004-July/msg01492.html
Thanks
--
Ow Mun Heng
Fedora GNU/Linux Core 2 (Tettnang) on D600 1.4Ghz CPU kernel
2.6.7-2.jul1-interactive
Neuromancer 12:06:38 up 3:13, 3 users, load average: 1.80, 1.23, 1.41
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Oct 07
2
shaping outbound ftp traffic on 1 nic not working properly
>Theory is.. You can only shape outbound traffic.
Inbound is via tcp windowshaping etc..
In theory yes, but it is shaping inbound transfers to my server.
>> iptables -t mangle -A MYSHAPER-OUT -p tcp --sport 65437 -j MARK --set-mark 20
>> iptables -t mangle -A MYSHAPER-OUT -p tcp --sport 50000:51000 -j MARK --set-mark 20
>> iptables -t mangle -A MYSHAPER-OUT -m mark --mark 0
2004 Aug 07
11
Traffic shaping?
Ok, shaping on Linux is new to me.. so bear with me if i am just stupid.
curtain:/etc/shorewall# grep TC shorewall.conf | grep -v ^#
TCP_FLAGS_LOG_LEVEL=info
TC_ENABLED=Yes
CLEAR_TC=Yes
TCP_FLAGS_DISPOSITION=DROP
curtain:/etc/shorewall#
So it should be enabled, right?
---- tcrules ----
1 eth0 0.0.0.0/0 all
2 eth1 0.0.0.0/0 all
2 eth2 0.0.0.0/0
2004 Jul 09
4
HTB & Bdw Guarantee
Hello,
I have problems setting up HTB.
This is my setup :
NET 1024/256 ADSL
||
eth1
Linux Firewall
eth0
||
LAN 10.a.a.a
I want to GUARANTEE for an IP (10.x.y.z) a 800kbit
bandwidth for HTTP download.
But When 10.x.y.z does no HTTP download, other trafic
must get the whole bandwidth, of course.
The script I use (see below) is quite the same as
presented at (the greeeeat page) :