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] network start loses the network

To: Ian Pratt <m+Ian.Pratt@xxxxxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] network start loses the network
From: Mike Wray <mike.wray@xxxxxx>
Date: Thu, 26 May 2005 12:18:37 +0100
Delivery-date: Thu, 26 May 2005 11:27:15 +0000
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/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
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050317)
Since updating from unstable yesterday I'm losing the network
when xend starts. The culprit appears to be the 'network' script.
Details below. I just noticed that if I run 'network start' by hand
I get this error:

*network start bridge=xen-br0 netdev=eth0 antispoof=yes
iptables v1.2.7a: can't initialize iptables table `filter': iptables who? (do 
you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

What version of iptables is needed now?

I also noticed that in xend-config.sxp I have
(vif-antispoof     no)

But the message above shows 'antispoof=yes'. Something got broke.

Before it runs I have this:

[mjw@dhcp-28-24 scripts]$  route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
15.144.24.0     0.0.0.0         255.255.248.0   U     0      0        0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         15.144.24.1     0.0.0.0         UG    0      0        0 eth0

eth0      Link encap:Ethernet  HWaddr 00:60:B0:FC:F3:6D
          inet addr:15.144.28.24  Bcast:15.144.31.255  Mask:255.255.255.255
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4534 errors:0 dropped:0 overruns:0 frame:0
          TX packets:213 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:443795 (433.3 Kb)  TX bytes:37427 (36.5 Kb)
          Interrupt:18 Base address:0x7ce0

After it runs I have the following and no network:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
15.144.24.0     0.0.0.0         255.255.248.0   U     0      0        0 veth0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 veth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         15.144.24.1     0.0.0.0         UG    0      0        0 veth0

eth0      Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
          UP BROADCAST RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:1434 errors:0 dropped:0 overruns:0 frame:0
          TX packets:178 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:149013 (145.5 Kb)  TX bytes:32691 (31.9 Kb)
          Interrupt:18 Base address:0x7ce0

veth0     Link encap:Ethernet  HWaddr 00:60:B0:FC:F3:6D
          inet addr:15.144.28.24  Bcast:15.144.31.255  Mask:255.255.255.255
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:197 errors:0 dropped:0 overruns:0 frame:0
          TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:18011 (17.5 Kb)  TX bytes:1428 (1.3 Kb)

vif0.0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:14 errors:0 dropped:0 overruns:0 frame:0
          TX packets:197 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1428 (1.3 Kb)  TX bytes:18011 (17.5 Kb)

xen-br0   Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:193 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:14775 (14.4 Kb)  TX bytes:0 (0.0 b)


Mike



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

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