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-users

[Xen-users] Bridging configuration problem on Xen 3.0.3

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Bridging configuration problem on Xen 3.0.3
From: "Ivan Lisenkov" <ivan@xxxxxxxxx>
Date: Wed, 24 Sep 2008 10:55:00 +0400
Delivery-date: Tue, 23 Sep 2008 23:55:50 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Dear All,

In my network configuration guests have ip addresses from one subnet and host from another.

All guests connected to dummy0 interface via bridge xenbr1, peth0 and vif0.0 are connected to xenbr0.

#brctl show
bridge name     bridge id               STP enabled     interfaces
virbr0          8000.000000000000       yes
xenbr0          8000.feffffffffff       no              peth0
                                                        vif0.0
xenbr1          8000.6e5d9a36604a       no              vif1.0
                                                        tap0
                                                        pdummy0
                                                        vif0.1

In this configuration domU can ping dom0 and vice-versa, but domU can't connect to the Internet.

If I add dummy0 to xenbr0 domUs see the Internet, but lost connection to dom0. In my case this is inapropriate.

What i should do to make packets routed properly?

Routing tables for Dom0:

# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
94.75.##2.0     0.0.0.0         255.255.255.224 U     0      0        0 dummy0
94.75.##1.192   0.0.0.0         255.255.255.192 U     0      0        0 eth0
0.0.0.0         94.75.##1.254   0.0.0.0         UG    0      0        0 eth0

dummy0 has 94.75.##2.8  ip address, eth0 on dum0 has 94.75.##1.246 ip address.

For domU:

#route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
94.75.##2.0     0.0.0.0         255.255.255.224 U     0      0        0 eth0
0.0.0.0         94.75.##2.8     0.0.0.0         UG    0      0        0 eth0


Thank you for any help in advance!!!
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Bridging configuration problem on Xen 3.0.3, Ivan Lisenkov <=