WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Network still broken, new issue as well , 7468:17a9f111f

To: Ewan Mellor <ewan@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] Network still broken, new issue as well , 7468:17a9f111fa93
From: Michael Lessard <michael.lessard@xxxxxxxxx>
Date: Wed, 26 Oct 2005 11:35:15 -0400
Cc: Paul Larson <pl@xxxxxxxxxx>, Ted Kaczmarek <tedkaz@xxxxxxxxxxxxx>, xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 26 Oct 2005 15:32:26 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=pP1FZ8pk4xEFEVEzSIfEfxePy/gWyUR1oYK3lGGeWqUtmj0ZvK4ucYkZOpPRIPQL7UXrVhrqgwyzWxLbTnP0X5yPTkPR8nTO80UcOy89ZNPKW/l3IdJ1CgAWiV1QgbAGdmM1rQdjSfePeNfF4W6XPuMssNd8844aWel69Nsy0y0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20051026122603.GN13783@xxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <1129947991.4325.26.camel@xxxxxxxxxxxxxxxxxxxxxx> <20051025174059.GJ13783@xxxxxxxxxxxxxxxxxxxxxx> <435EB181.6000401@xxxxxxxxxx> <20051025230136.GB13075@xxxxxxxxxxxxxxxxxxxxxx> <c5530b840510251710m710f3bb1ia5214d810df454ef@xxxxxxxxxxxxxx> <20051026072123.GA18324@xxxxxxxxxxxxxxxxxxxxxx> <c5530b840510260514j2008ec8ck3b4a9a86a25c8683@xxxxxxxxxxxxxx> <20051026122603.GN13783@xxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx


On 10/26/05, Ewan Mellor <ewan@xxxxxxxxxxxxx> wrote:
On Wed, Oct 26, 2005 at 08:14:41AM -0400, Michael Lessard wrote:

> On 10/26/05, Ewan Mellor <ewan@xxxxxxxxxxxxx> wrote:
>
>   On Tue, Oct 25, 2005 at 08:10:16PM -0400, Michael Lessard wrote:
>
>   > Bigelow:/etc/xen/scripts# ./blade-network start
>   > /etc/xen/scripts/network-bridge: line 211: /sbin/getcfg: No such file
>   or
>   > directory
>   >
>   > I use Debian Sid ....
>
>   There's a patch for that on the way.  For now, you could just comment
>   out that
>   whole line -- it's SuSE-specific.
>
>   Did the script work anyway?  For me, that error is not a fatal one, and
>   the
>   configuration still succeeds.
>
>   Ewan.
>
> I commend out  the  line,  now  when i start the script no error reported
> but i couldn't ping dom0 from domU, with eth1 bridge too :(

So could you repost the output from brctl show and ifconfig, just as you did
for bug #363 before?  Also, it would be worth having route and iptables -L.

It would also be helpful to know whether you can get packets anywhere -- dom0
to network, network to dom0, domU to network, etc, and if you can figure out
where they are getting lost.

Cheers,

Ewan.

I have two network cards on my computer  :
eth0 connect to -> FW (DMZ 192.168.100.254)
eth1 connect to -> FW (internal network 192.168.10.254)

On my DOM0 i haved configure network
eth0 : up (no ip)
eth1 : 192.168.10.20

On my DOMU i haved configure network
eth1 : 192.168.100.1

ON DOM0
#brctl show
xenbr0          8000.feffffffffff       no              vif8.0
# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
ACCEPT     all  --  anywhere             anywhere            PHYSDEV match --physdev-in vif1.0
ACCEPT     all  --  anywhere             anywhere            PHYSDEV match --physdev-in vif8.0

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:08:54:2F:EA:38
          inet addr:192.168.100.5  Bcast:192.168.100.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:13 errors:0 dropped:0 overruns:0 frame:0
          TX packets:87 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:894 (894.0 b)  TX bytes:16522 (16.1 KiB)
          Interrupt:17 Base address:0xec00

eth1      Link encap:Ethernet  HWaddr 00:08:54:2F:EA:32
          inet addr:192.168.10.20  Bcast:192.168.10.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7597 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4755 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:963119 (940.5 KiB)  TX bytes:667126 (651.4 KiB)
          Interrupt:18 Base address:0xe800

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:76 errors:0 dropped:0 overruns:0 frame:0
          TX packets:76 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:5064 (4.9 KiB)  TX bytes:5064 (4.9 KiB)

vif8.0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:72 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:3024 (2.9 KiB)  TX bytes:0 (0.0 b)

xenbr0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:72 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2016 (1.9 KiB)  TX bytes:0 (0.0 b)


I haved put ip on eth0 to test connectivty from etho on DOM0 and its working ...
I could ping FW from DOM0
but i could'nt ping DOM0 from DOMU



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel