All of lore.kernel.org
 help / color / mirror / Atom feed
From: bert hubert ahu@ds9a.nl
To: lartc@vger.kernel.org
Subject: [LARTC] TEQL: 2 Mbit eth1 + 2Mbit eth2 = 1Mbit teql0
Date: Tue, 10 Oct 2000 13:46:50 +0000	[thread overview]
Message-ID: <marc-lartc-98373938216766@msgid-missing> (raw)
In-Reply-To: <marc-lartc-98373938216763@msgid-missing>

<PRE>On Tue, Oct 10, 2000 at 02:12:25PM +0200, Daniel Bergqvist wrote:

&gt;<i> I use FTP to test the connection. Both the modems shows high traffic so I
</I>&gt;<i> see that both are used. On both routers I have a four-port network card and
</I>&gt;<i> it works fine as a router between eth0 &lt;-&gt; eth1 and eth0 &lt;-&gt; eth2. I have
</I>&gt;<i> run tcpdump and it shows that both interfaces are used. How do I see packet
</I>&gt;<i> loss?
</I>
This will show you &quot;tc -s qdisc ls&quot;

Can you check to see if you are running with reverse path filtering enabled? 
cat /proc/sys/net/ipv4/conf/eth0
cat /proc/sys/net/ipv4/conf/eth1

And turn it off if it was on:

echo 0 &gt; /proc/sys/net/ipv4/conf/eth0/rp_filter
echo 0 &gt; /proc/sys/net/ipv4/conf/eth1/rp_filter

Regards,

bert hubert

-- 
PowerDNS                     Versatile DNS Services  
Trilab                       The Technology People   
'SYN! .. SYN|ACK! .. ACK!' - the mating call of the internet


</PRE>

      parent reply	other threads:[~2000-10-10 13:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-10 11:40 [LARTC] TEQL: 2 Mbit eth1 + 2Mbit eth2 = 1Mbit teql0 Daniel
2000-10-10 12:40 ` bert
2000-10-10 13:46 ` bert [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-98373938216766@msgid-missing \
    --to=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.