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] Server moved - networking stopped

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Server moved - networking stopped
From: "Russell Horn" <albanach@xxxxxxxxx>
Date: Wed, 5 Sep 2007 18:12:07 +0100
Delivery-date: Wed, 05 Sep 2007 10:12:38 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=El2L1S+y34HpsAclJVeKp2bSDOF7MK40OBJZn5JkhcizNhK0NtlLHKns7pkixO27Yy5unl1rUPsf0c8Hni0MB4QBpmzDTU+RbUmDh6KiFd5JV9C4ek9XHDMNFcEV6Mnlt8xHx45r/DdOl171DxCAgKH/H8QK0NJks2cOUhv03fg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=O2PDPKEty/hUei+yhzBcUux56TcdZh1Nb2WnEHa6fX6YP+MDUir6EzESXRzbtnqmCsDjWf9YyL8sHc1q4SN0/yKGeoCyO+GNv/af6CgW4GdHDVRvWhiOb6W4GJ0SQi5FwYQx7okw9HDikBzVcjUMDK48pabKtLgwoD1DRfKbjmw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
This is all on SuSE enterprise 10

Our server was moved to a new location last night. After powerup there
was no sign of networking so our ISP reconfigured the box. Outbound
connectivity had previously been through eth1 but is now through eth0

Since restarting Xen I now have no network connectivity through the hosts.

I have tried to provide all the relevant details below. If anyone has
a moment to take a look and offer a suggestion as to why my networking
may be down, I'd love to hear it. Thanks.

Our configuration is as follows.

eth0      Link encap:Ethernet  HWaddr 00:1A:A0:05:7E:F9
          inet addr:111.222.82.76  Bcast:111.222.82.255  Mask:255.255.255.0

We have 111.222.93.104/29 routed through that IP

At the command prompt I did
# modprobe dummy
# ifconfig dummy0 111.222.93.105 netmask 255.255.255.248 up

That gives me:

dummy0    Link encap:Ethernet  HWaddr 26:65:C6:05:99:96
          inet addr:111.222.93.105  Bcast:111.222.93.111  Mask:255.255.255.248

Which looks okay.

I restart xen:

# rcxend restart

And my bridge appears:

xenbr0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
          inet addr:111.222.93.105  Bcast:0.0.0.0  Mask:255.255.255.248

starting a machine makes a vif appear too:

vif3.0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
          inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link

The networking part of xend-config.sxp looks like this:

(network-script 'network-virtual bridgeip="111.222.93.105/29"
brnet="111.222.93.104/29" netdev="eth0"')

(vif-script vif-bridge)

The variables section in network virtual are:

vifnum=${vifnum:-0}
bridgeip=${bridgeip:-111.222.93.104/29}
brnet=${brnet:-111.222.93.105/29}
netmask=${netmask:-255.255.255.248}
bridge=${bridge:-xenbr${vifnum}}

I'm not aware of any changes to the vif-bridge script

I am unable to ping the vm from dom0

>From an external host I can ping the bridge IP

Traceroutes from an external host to 111.222.93.107 do not receive a
reply from the bridge IP. I'm unsure if they should.

Traceroutes to 111.222.93.105 (the bridge ip itself) do receive a reply.

The only vm config for networking is:

vif = [ 'mac=00:16:3e:9a:d4:33' ]

Where the MAC address is changed in each vm script.

As I say, this config worked until yesterday,  My only change today
was in xend-config.sxp changing eth1 to eth0

Thanks again,

Russell

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

<Prev in Thread] Current Thread [Next in Thread>