[Bug 204010] Re: networking not working

2008-03-27 Thread Dirk Opfer
Todd: Attached the complete diff.

[EMAIL PROTECTED]:~$ more config.diff | grep -i "xen"
--- config-2.6.22-14-xen2008-02-12 05:41:08.0 +0100
+++ config-2.6.24-12-xen2008-03-13 01:35:22.0 +0100
-# Linux kernel version: 2.6.22-14-xen
+# Linux kernel version: 2.6.24-12-xen
+# CONFIG_X86_XEN is not set
+CONFIG_X86_64_XEN=y
-CONFIG_X86_64_XEN=y
-CONFIG_X86_XEN_GENAPIC=y
+CONFIG_X86_XEN_GENAPIC=y
 CONFIG_XEN_PCIDEV_FRONTEND=y
 # CONFIG_XEN_PCIDEV_FE_DEBUG is not set
 CONFIG_NETXEN_NIC=m
-# CONFIG_TCG_XEN is not set
+CONFIG_TCG_XEN=m
 CONFIG_XEN=y
-CONFIG_XEN_INTERFACE_VERSION=0x00030205
+CONFIG_XEN_INTERFACE_VERSION=0x00030207
 # XEN
 # CONFIG_XEN_UNPRIVILEGED_GUEST is not set
 CONFIG_XEN_PRIVCMD=y
 CONFIG_XEN_XENBUS_DEV=y
-CONFIG_XEN_BACKEND=y
-CONFIG_XEN_BLKDEV_BACKEND=y
-CONFIG_XEN_BLKDEV_TAP=y
-CONFIG_XEN_NETDEV_BACKEND=y
+CONFIG_XEN_BACKEND=m
+CONFIG_XEN_BLKDEV_BACKEND=m
+CONFIG_XEN_BLKDEV_TAP=m
+CONFIG_XEN_NETDEV_BACKEND=m
 # CONFIG_XEN_NETDEV_PIPELINED_TRANSMITTER is not set
-CONFIG_XEN_NETDEV_LOOPBACK=y
-CONFIG_XEN_PCIDEV_BACKEND=y
+CONFIG_XEN_NETDEV_LOOPBACK=m
+CONFIG_XEN_PCIDEV_BACKEND=m
 CONFIG_XEN_PCIDEV_BACKEND_VPCI=y
 # CONFIG_XEN_PCIDEV_BACKEND_PASS is not set
 # CONFIG_XEN_PCIDEV_BACKEND_SLOT is not set
+# CONFIG_XEN_PCIDEV_BACKEND_CONTROLLER is not set
 # CONFIG_XEN_PCIDEV_BE_DEBUG is not set
-# CONFIG_XEN_TPMDEV_BACKEND is not set
-CONFIG_XEN_BLKDEV_FRONTEND=y
-CONFIG_XEN_NETDEV_FRONTEND=y
+CONFIG_XEN_TPMDEV_BACKEND=m
+CONFIG_XEN_BLKDEV_FRONTEND=m
+CONFIG_XEN_NETDEV_FRONTEND=m
+CONFIG_XEN_GRANT_DEV=m
 CONFIG_XEN_FRAMEBUFFER=y
 CONFIG_XEN_KEYBOARD=y
 CONFIG_XEN_CONSOLE=y
 CONFIG_XEN_SCRUB_PAGES=y
-CONFIG_XEN_DISABLE_SERIAL=y
+# CONFIG_XEN_DISABLE_SERIAL is not set
 CONFIG_XEN_SYSFS=y
-CONFIG_XEN_COMPAT_030002_AND_LATER=y
-# CONFIG_XEN_COMPAT_030004_AND_LATER is not set
+# CONFIG_XEN_COMPAT_030002_AND_LATER is not set
+CONFIG_XEN_COMPAT_030004_AND_LATER=y
+# CONFIG_XEN_COMPAT_030100_AND_LATER is not set
 # CONFIG_XEN_COMPAT_LATEST_ONLY is not set
-CONFIG_XEN_COMPAT=0x030002
+CONFIG_XEN_COMPAT=0x030004
 CONFIG_XEN_SMPBOOT=y
+CONFIG_XEN_BALLOON=y
+CONFIG_XEN_DEVMEM=y


** Attachment added: "config.diff"
   http://launchpadlibrarian.net/12921653/config.diff

-- 
networking not working
https://bugs.launchpad.net/bugs/204010
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 204010] Re: networking not working

2008-03-27 Thread Dirk Opfer
I don't think this has something todo with the network bridge. Tcpdump
shows the packets on vifx.0 in dom0. But the packets don't reach the
domU.

Using a 2.6.22-12-xen kernel for domU and the stock 2.6.24-12 for dom0
without changing the configuration, networking works out of the box.

-- 
networking not working
https://bugs.launchpad.net/bugs/204010
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 204010] Re: networking not working

2008-03-20 Thread Dirk Opfer
Same problem here. Can you ran ifconfig in dom0 and domu?

I have:
domu:
~# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:16:3E:5D:DC:2A
  inet addr:192.168.200.240  Bcast:192.168.200.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:51 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:0 (0.0 b)  TX bytes:2142 (2.0 KB)

So no packets received.

dom0:
.
peth0 Link encap:Ethernet  HWaddr 00:1b:fc:ff:5a:a6
  inet6 addr: fe80::21b:fcff:feff:5aa6/64 Scope:Link
  UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
  RX packets:9844 errors:0 dropped:0 overruns:0 frame:0
  TX packets:6152 errors:0 dropped:0 overruns:0 carrier:1
  collisions:0 txqueuelen:1000
  RX bytes:10245463 (9.7 MB)  TX bytes:792792 (774.2 KB)

vif1.0Link encap:Ethernet  HWaddr fe:ff:ff:ff:ff:ff
  inet6 addr: fe80::fcff::feff:/64 Scope:Link
  UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
  RX packets:51 errors:0 dropped:0 overruns:0 frame:0
  TX packets:109 errors:0 dropped:777 overruns:0 carrier:0
  collisions:0 txqueuelen:32
  RX bytes:1428 (1.3 KB)  TX bytes:9707 (9.4 KB)

After 109 TX packets all other packets are dropped.

-- 
networking not working
https://bugs.launchpad.net/bugs/204010
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs