Displaying 20 results from an estimated 200 matches similar to: "TEQL: 2 Mbit eth1 + 2Mbit eth2 = 1Mbit teql0"
2005 Jun 22
2
Question: TEQL via gateway
Yesterday I posted a question, but I guess too much detail is provided
that no one would bother to read, so I rephrase the question and
hopefully some one may be willing to read. Sorry to spam.
I am using TEQL on two computers, each with two network interfaces. The
two eth0 are connected directly, and the two eth1 are connected via a
gateway (a linux machine). The problem is that when I send
2005 Jun 23
6
urgent TEQL problem
OK, I spammed the mailing list recently, but I will be fired if I can''t
solve the problem today. (just kidding, but I did waste lots of time on
it :( )
The common configuration for teql is for two computers connected
directly with two links. My topology is a little different: one link is
connected directly, but the other is connected through a gateway. My
problem is teql can''t
2005 Jun 21
2
TEQL and Subnet problem
TEQL and Subnet problem
I have a network topology shown below, and I am trying to use TEQL. My
problem is: When I ping to P3.teql0 from P2 ("[P2]# ping 16.119.144.66"),
the traffic can never go from P2.eth1, and all traffic only goes to
P1.eth0. What P2.eth1 (16.119.144.33) did is broadcasting an ARP asking
for the MAC address of 16.119.144.66, although I have specified the route
to
2006 Jun 01
13
Not understanding network setup!!
Hi to all,
+-------+ eth1 +-------+
| |==========| |
''network 1'' ----| A | | B |---- ''network 2''
| |==========| |
+-------+ eth2 +-------+
A and B are routers
# tc qdisc add dev eth1 root teql0
# tc qdisc add dev eth2 root teql0
# ip link set
2002 Oct 31
4
Egress shaping over multiple interfaces?
Hello,
After reading the excellent HOWTO I got traffic shaping working nicely over
ethernet devices on a test setup. I can''t put this setup live though, because
our main firewall has three 2mbit hdlc interfaces instead of a single device.
We are using multipath routing using iproute2 nexthop at the moment, and that
works fine for firewalling. But now I have a need for shaping and
2004 Mar 24
3
IP Masquerade issues
Okay here is my setup:
Gentoo Box running 2.6.4 w/ 4 NICs
1 NIC is for internal network
3 NICs are for external network
The machine has a static address assigned to the internal network nic. This
nic runs dhcp and dns forwarding. The other 3 nics have external dynamic IP
addresses. All will have the same gateway. There are 3 NICs because this is
a very large pipe, that will only allocate a
2005 Jul 12
0
Teql and NetEm can''t work together
Thanks in advance!
Summary: when I load netem and teql together, teql doesn''t work
correctly. (If I load teql only, everything is fine)
I loaded both netem and teql. Netem is associated with eth0, and teql is
associated with both eth0 and eth1. But traffic only goes out of eth1.
Attached are the commands that I used to configure teql and netem (on
machine 1), and commands to
2002 May 02
0
Using TEQL with two ADSL connection
Sorry this is the right message.
Hi all,
in my school I have:
- two Netopia router for ADSL (perform NAT),
- one linux box with 3 ethernet card
I want to make a load balancing on the two ADSL line.
I have configured the system as follow:
The LAN interface, of the two ADSL router, have address
(A) 192.168.0.254
(B) 192.168.2.254
The 3 ethernet card, on the linux box, have address:
-eth2
2007 Jul 19
0
tc qdisc TEQL limited to two interfaces? [ 1.8Gbps ]
I''am using the following script to aggregate the bandwidth of one quad
gigabit ethernet controller (pci-express).
#!/bin/bash
sysctl -w net.ipv4.tcp_reordering = 30
ifconfig eth1 up
ifconfig eth2 up
ifconfig eth3 up
ifconfig eth4 up
modprobe sch_teql
tc qdisc add dev eth1 root teql0
tc qdisc add dev eth2 root teql0
tc qdisc del dev eth3 root teql0
tc qdisc del dev eth4 root teql0
ip link
2007 Aug 24
0
Wireless Ad Hoc and TEQL
I''m trying to follow Chapter 10 of the howto and apply it to two
ubuntu machines each with two 802.11b/g interfaces. However, I cannot
get a connection.
I would like the 4 interfaces to create 2 ad hoc links on separate
channels. I have set this up successfully with the following:
/etc/dbus-1/event.d/25NetworkManager stop
wlanconfig ath0 destroy
wlanconfig ath0 create wlandev wifi0
2005 Jun 21
0
TEQL and Subnet problem (reformatted)
TEQL and Subnet problem
I have a network topology shown below, and I am trying to use TEQL. P1,
P2 and P3 are three linux machines, and each has two network cards. P2
and P3 are connected in two ways: (1) directed connection between
P2.eth0 and P3.eth0; (2) connection via P1. P1 acts as the gateway. TEQL
is installed on P2 and P3 to load-balance packet transmission by
round-robin sending packets
2005 Aug 10
0
teql on virtual network interfaces ?
Hi all,
I want to implement a "weighted" teql that can send packets to
interfaces based on their "weights". To do this, I want to create
multiple virtual network interfaces, and add them to teql. Since teql
will send packets to each interface in a round-robin way, a weighted
teql is achieved (my guess).
I already have two physical network interfaces, eth0 and eth1. I
2003 May 07
0
teql and gre tunnel
Hi everybody,
I want to do the following setup :
| | Tun1 - Link 1 | Tun1 | |
Router A | teql | INTERNET Link - | | teql |router B
| | Tun2 - Link 2 | Tun2 | |
This should permit to agregate Link 1 and Link 2 (less the cost of the
encapsulation). The two tunnels are GRE ip tunnel.
It seems to work fine
2007 Apr 18
0
[Bridge] Bridge + Teql!
Dear Gurus,
Can you please help/guide me with the following:
I have 3 NICs in my Linux RH 9 (kernel 2.4.20) machine. (eth0, eth1
and eth2). I want to setup a 'link equalizer' (teql) between eth0 and
eth1. This I am able to do with the required commands (using the
utilities 'tc' and 'ip').
Now I need to setup a bridge between eth2 and this new interface
2007 Jul 30
1
bonding of 2 lines
Dear List,
Another noob question today!
I''ve been using iproute2 for a long time now to manage bandwidth and
directing traffic over multiple interfaces based on source routing.
I am working on a test-project at the moment, in witch I want to
actually bundle (''trunk'') some connections. In the LARTC-manual I found
the chapter about TEQL (see chapter 10). The situation
2000 Nov 22
10
Bandwidth limiting
Hello.
I need help with limiting bandwidth. I have read every tutorial I''ve come
over and I just can''t make anything work.
Ok, here''s the scenario:
I have a gateway, which has five network interfaces (eth0 -> eth4), eth0 is
the ''external'' one and eth[1-4] are supposed to be limited to 128Kbit/s each.
The interfaces eth[1-4] each have a C-class
2017 Nov 05
3
Change colour of line in logi.hist.plot
I am using the function logi.hist.plot in package popbio. I want to change the colour of the probability line from the default red to black. I have not been able to find out how to do that.
[[alternative HTML version deleted]]
2017 Nov 05
0
Change colour of line in logi.hist.plot
> On Nov 5, 2017, at 6:03 AM, G?ran Bergqvist <Goran.Bergqvist at jagareforbundet.se> wrote:
>
> I am using the function logi.hist.plot in package popbio. I want to change the colour of the probability line from the default red to black. I have not been able to find out how to do that.
If you look at the code for that function you see this line:
logi.curve <-
2004 Jul 04
0
TEQL+HTB (?)
Hi!
We have 2 lines with 2 mbit each. I have to set up a configuration like
the following:
- if both lines work, grant 3 mbit to a web service running on a server in
our DMZ
- if one line fails, grant all the remaining 2 mbit to that service
- if the service doesn''t need all the bandwidth, use the remaining for
other services
I read through the HOWTO, and figured out that I need TEQL to
2003 Mar 12
0
nat on teql devices
HI,
I have a problem with nat on teql devices, i set the nat on iptables and
he''s accept well , but don''t work ... he don''t masq or nat anything, i try
using -j MASQUERADE too, but without results.. i m using the command:
iptables -t nat -A POSTROUTING -j SNAT -s 10.0.0.0/24 --to ip-teql-device
On kernel 2.2x with ipchains works great.