Displaying 20 results from an estimated 2000 matches similar to: "Is it possible to control uplink in a NATted environment"
2004 Feb 03
4
wondershaper
Hi,
I just installed wondershapper 1.1a on my ipcop firewall box. I have
roadrunner cable with a ftp server setup. My download speed is 2mbit (I get
225 KBytes) and my upload is 384kbit (I send at 43 KBytes).
What should the settings in wshaper?
I can ping yahoo.com at 90msec with little traffic.....and at around 220msec
with full upload traffic.
Mark
2004 Jan 29
2
wonder shaper problems
I just installed Xandros 2.0 Desktop. I used apt-get to install iproute. I
then downloaded wondershaper 1.1a from the website. I edited the script as
the readme says.
I went to console and started the wondershaper script...and i get the
following error messages.
RTNETLINK answers: Invalid Argument
many times.
Any ideas what is wrong?
MArk
_______________________________________________
2004 Jan 29
2
Prioritizing UDP Packets?
Greetings,
I''m new to LARTC and I''m trying to solve a problem with multiple clients
accessing a game server. So I thought I''d give traffic control a shot.
I''ve downloaded Wonder Shaper and have added this to the default script:
tc filter add dev $DEV parent 1:0 protocol ip prio 12 u32 \
match ip protocol 0x6 0xff flowid 1:3
I''m now quite sure
2004 Jan 05
3
vpn control
we have an external 2Mbit dsl connection and running on it are several
gre vpn tunnels
so far i''ve given priority to the vpn traffic (using htb)
can i now put rules in for the tunnels to control traffic within each
tunnel (that''s where our video conferencing etc runs)? or can i only
control the real interface (eth1 in our setup)? if not can i somehow see
the packets inside the
2004 Apr 06
4
Routing problem
Hi,
i have one firewall/gateway server with two interfaces and a routing
problem (?).
eth0: external interface
eth1: internal interface. Both ip address are valid.
Services like DNS, HTTP is configured to run using eth1 ip address.
The problem is when i try to connect from internet to firewall, i canĀ“t see
eth1 ip address... only eth0 ip address.
So, when i try to connect to web
2004 Mar 02
3
how do you rate limit routable traffic without rate limiting LAN protocols like arps and igmp?
I''m rate limiting and prioritizing traffic upstream of a slow wan link
using htb, classic wonder shaper type stuff. I''m using the following
command for traffic that does not match any of my defined filters:
tc qdisc add dev eth0 root handle 1: htb default 50
It appears that local, non-routable traffic like arps and igmp are being
snared by this and end-up queued in the lowest
2003 Dec 04
5
Aliases and Multipath
Hi all
Does anyone know if i can use ethernet aliases like eth0:1 in advanced
routing like multipath routing in order to avoid to have nxEthernet
interfaces in my Linux box.
Thansk in advanced
--
Guillermo Gomez <ggomez@neotechgw.net>
neotech
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
2004 May 27
7
2 Gateways
Hello again,
I may have a common problem to solve but it seems it is harder than I
thought...
I have 2 internet providers (each one having a different gateway).
Behind the router there are around 100 clients that are SNAT-ed.
I want some clients to be SNAT-ed to the first provider, while the others to
the second one.
The following lines should work:
iptables -t nat -A POSTROUTING -s
2004 May 30
2
modified wondershaper script causes hardlock in server
Hi, I''ve modified my copy of the wondershaper script to add a few
filters that allow traffic to and from a few specific ips go through
with a speed of up to 100Mbits...
I increased the root from 10 to 100mbit, and added this bit of code a
bit further down the script;
# Real time hosts
for i in 62.101.244.63/32 216.74.158.11/32 216.74.158.3/32
216.74.158.57/32; do
tc filter add dev
2004 Jan 04
2
Ingress with WonderShaper
Hullo :)
I appear to be having a common problem, but the standard fix hasn''t worked for
me :/
I''m using a 2.4.23 kernel, with QoS options thusly:
# QoS and/or fair queueing
#
CONFIG_NET_SCHED=y
# CONFIG_NET_SCH_CBQ is not set
CONFIG_NET_SCH_HTB=m
# CONFIG_NET_SCH_CSZ is not set
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
2004 Apr 29
2
tc class htb
Hi,
I am new to this group.
I use this script
tc qdisc add dev eth0 root handle 1: htb
tc class add dev eth0 parent 1:0 classid 1:1 htb rate 500kbit ceil 500kbit
tc class add dev eth0 parent 1:1 classid 1:2 htb rate 300Kbit ceil 500kbit
tc class add dev eth0 parent 1:1 classid 1:3 htb rate 200kbit ceil 500kbit
I like to know:
If two customers of the same class (for example 1:2) work
2004 Jun 06
1
making a traffic shaper for wireless users
Hello all,
Im new using tc, ive been reading the howto at least 2 or 3 times, but there''s a
lot information to aquire all of it quickly.
I''ve installed a linux box as firewall for a wireless Network in a hotel, this
box is a radius for the access points and it uses iptables to redirect and
permit/deny the customers to use the net. So it uses iptables to count the bytes
to
2004 Jun 09
1
qdisc associated free software
How can I advertise a free software that is associated to the linux
qdiscs (more particularly htb).
The soft does not seem to have impressed google, it is
at http://www.rawsoft.org
If you work on htb and are used to compiling modules, then you should
try it.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc
2004 Jun 21
1
tbf token help
Hi all!
I just started to experiment with bandwidth management using tbf.
I have the folowing problems with token understanding:
1) What unit is token? Is "1 token = 1 byte" ?
If this is so, then with rate=0.5mbit and HZ=100 the bucket gets filled
with 0,64kb (655 tokens) every 10ms?
2) How much tokens are used for one packet (1500)?
3) And token unrelated question. Does
2004 Jan 15
3
put shaping on ppp or eth?
Hi,
I wanna do some shaping on a DSL line that is plugged to the eth1 nic.
Should I attach the qdiscs directly to the ppp device or can I use the
eth1 device instead? What (and why) makes more sense?
thx
cb
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Jan 15
1
Two Gateways and NAT??
Hi;
I have two dsl lines, which the low bandwidth connection(ISP2) is only
used for failover. My setup is showed below;
\ ISP1
\ /
\ ____/NAT
My internal net |-----|___|
/ \NAT
/ \
/ ISP2
However, my interfaces which these lines are connected are both
2004 Jan 22
1
IPsec and u32 filters
Hi,
how can I filter IPsec traffic with u32 filters?
I know IPsec needs Port 500/UDP and IP protocols 50 and 51. I know how
to get the port stuff, but how can I make u32 to match the protocol
number?
thx,
cb
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2003 Dec 02
1
Limit packets per second
Hi all,
Is there a way to create a class that limits the amount of packets of
any rule in a period ( like pps ) ?
Some aplications like game servers, send so much little udp packets to
the clients that the router cpu gets exausted, even with relative low
bandwidith usage.
Any idea ?
Luciano
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2004 Jan 27
7
Whats wrong with my script?
I`m trying to shape both upload (eth0) and download(eth1). I made this
script to acomplishthis but the filters are not working even though the
classes and qdiscs are created. What am I doing wrong? #!/bin/bash
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1 htb default 10 r2q 5
tc qdisc del dev eth1 root
tc qdisc add dev eth1 root handle 1 htb default 10 r2q 5
tc class add dev
2004 May 17
7
2 Questions on filtering incoming stuff
Two easy questions after having read the LARTC HOWTO document (which by
the way is a *fantastic* document. Congratulations to all who contributed!)
First is: Can I prioritise my "drops" on incoming traffic when the link
is overloaded. ie instead of just tail dropping, can I "prefer" to drop
certain classes of traffic? If so, do I do this by setting up, say, a
HTB tree