All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anton Titov <a.titov@host.bg>
To: xen-devel@lists.sourceforge.net
Subject: Re: Bridged networking broken ? (was: Xen works fine)
Date: Fri, 11 Mar 2005 16:54:41 +0200	[thread overview]
Message-ID: <4231B131.4070709@host.bg> (raw)
In-Reply-To: <1110549691.10034.4.camel@vaughan.hursley.ibm.com>

Actually I've had this problem too, on Gentoo, which comes more or less 
with no packages preinstalled. My network scripts was failing silently 
too and as the server was in colo, the quick solution I found was to 
bring xen-br0 up manually with:

  ifconfig eth0 0.0.0.0 promisc up
  brctl addbr xen-br0
  brctl setfd xen-br0 1
  brctl sethello xen-br0 1
  brctl stp xen-br0 off
  brctl addif xen-br0 eth0
  ifconfig xen-br0 ................. up
  route add default gw ...................

Actually I had very bad problem with machine dropping packets in peak 
hours /~10Mbit network traffic from pages, no big downloads/. I was seening:
Feb 13 22:36:58 carrier ip_conntrack: table full, dropping packet.

in the kernel log all the time, also netstat was reporting many times 
more open connections that was the number of apache processes. I've 
found that there is a bug in connection tracking code, introduced in 
2.6.10 /not sure, but was a recent bug/, I've found a patch for this 
problem, but I was not feeling like patching, recompiling and rebooting 
in peak hours, so I've solved the problem with:

echo 131072 > /proc/sys/net/ipv4/ip_conntrack_max

Hope this helps somebody.

Also does anybody here know about this problem and if it is fixed in xen 
2.0.5, as it is 2.6.10 based too?

Anton Titov


Harry Butterworth wrote:

>I've used 2.0.4 on Sarge and the only problem I had was that the
>networking scripts fail silently if the 'ip' command is not installed.
>Make sure you have it by installing the package iproute.
>
>Harry.
>
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/xen-devel
>
>  
>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

  reply	other threads:[~2005-03-11 14:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-11 13:23 Bridged networking broken ? (was: Xen works fine) JHJE (Jan Holst Jensen)
2005-03-11 14:01 ` Harry Butterworth
2005-03-11 14:54   ` Anton Titov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-03-11 14:05 Ian Pratt
2005-03-11 16:11 JHJE (Jan Holst Jensen)
2005-03-11 16:13 JHJE (Jan Holst Jensen)

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=4231B131.4070709@host.bg \
    --to=a.titov@host.bg \
    --cc=xen-devel@lists.sourceforge.net \
    /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.