I thought I would try xen again, the last time I could not get Dom0 connected to the router and gave up. The network documentation in the wiki seems to imply that the ifconfig/route comands for eth0 remain the same, although eth0 is now a virtual device. After booting dom0 and starting xend, netstat gave the usual output but I was unable to ping my router. Stopping iptables had no effect. Looking again at the wiki article, I found a link to a thread (http://lists.xensource.com/archives/html/xen-devel/2005-01/msg00425.html) that implied you had change the IP definitions to use interface xen-br0. Am I reading this right? If not, what changes should I make to the IP set-up? TIA -Robin. -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain''t no Ten Commandments an'' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Robin,> Datum: Thu, 4 May 2006 19:09:11 +0700 > I thought I would try xen again, the last time I could not get Dom0 > connected to the router and gave up. The network documentation in the > wiki seems to imply that the ifconfig/route comands for eth0 remain the > same, although eth0 is now a virtual device.Right. I don''t know of you have some special, complicated setup (please describe, if so), but with a more or less "normal" dom0 I have not to make any changes after installing xen to get networking going. I had some machines with broken acpi tables where netowrking didn''t work fine, but then yopu have errors in dmesg output. Do you have any errors in xend log, syslog, dmesg?> After booting dom0 and starting xend, netstat gave > the usual output but I was unable to ping my router. Stopping iptables > had no effect. Looking again at the wiki article, I found a link to a > thread >(http://lists.xensource.com/archives/html/xen-devel/2005-01/msg00425.html)This is about xen 2.0.x and quite old, I wouldn''t bet anything that it is valid for any newer xen version. At least the bridge name is xenbr0 in xen 3 now. What version of xen are you using, which package, or from which source did you install, how does you config file look, do you see any error messages? Henning _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thursday 04 May 2006 21:26, Henning Sprang wrote:> Hi Robin, > > > Datum: Thu, 4 May 2006 19:09:11 +0700 > > I thought I would try xen again, the last time I could not get Dom0 > > connected to the router and gave up. The network documentation in the > > wiki seems to imply that the ifconfig/route comands for eth0 remain the > > same, although eth0 is now a virtual device. > > Right. I don''t know of you have some special, complicated setup (please > describe, if so), but with a more or less "normal" dom0 I have not to make > any changes after installing xen to get networking going. > I had some machines with broken acpi tables where netowrking didn''t work > fine, but then yopu have errors in dmesg output. > Do you have any errors in xend log, syslog, dmesg?Nothing unusual.> What version of xen are you using, which package, or from which source did > you install, how does you config file look, do you see any error messages?I am using the latest 3.0.2 + 2.6.16 kernel form Gentoo. I let xend-config.sxp default, as it seemed to be what I wanted. -Robin. -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain''t no Ten Commandments an'' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Robin Atwood wrote:> I thought I would try xen again, the last time I could not get Dom0 connected > to the router and gave up. The network documentation in the wiki seems to > imply that the ifconfig/route comands for eth0 remain the same, although eth0 > is now a virtual device. After booting dom0 and starting xend, netstat gave > the usual output but I was unable to ping my router. Stopping iptables had no > effect. Looking again at the wiki article, I found a link to a thread > (http://lists.xensource.com/archives/html/xen-devel/2005-01/msg00425.html) > that implied you had change the IP definitions to use interface xen-br0. Am I > reading this right? If not, what changes should I make to the IP set-up? > > TIA > -Robin. >try to boot without iptables in any runlevel and with xend in default runlevel. There is some conflict with Gentoo network srcipt and xen bridge script. http://bugs.gentoo.org/show_bug.cgi?id=111684 HTH _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thursday 04 May 2006 23:10, Tuan Van wrote:> Robin Atwood wrote: > > I thought I would try xen again, the last time I could not get Dom0 > > connected to the router and gave up. The network documentation in the > > wiki seems to imply that the ifconfig/route comands for eth0 remain the > > same, although eth0 is now a virtual device. After booting dom0 and > > starting xend, netstat gave the usual output but I was unable to ping my > > router. Stopping iptables had no effect. Looking again at the wiki > > article, I found a link to a thread > > (http://lists.xensource.com/archives/html/xen-devel/2005-01/msg00425.html > >) that implied you had change the IP definitions to use interface xen-br0. > > Am I reading this right? If not, what changes should I make to the IP > > set-up?Ok, that fixed it. I stopped iptables *before* starting xend and then the router was accessible. I feel rather naked without the firewall, so I will have to look into that before going on. Meanwhile, every time I move the PS/2 mouse I get a million messages like: evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 28 Any idea what that''s about? Cheers... -Robin. -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain''t no Ten Commandments an'' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Friday 05 May 2006 10:21, Robin Atwood wrote: ...> Meanwhile, every time I move the > PS/2 mouse I get a million messages like: > evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 28 > > Any idea what that''s about?Jep. Thats the debug module for the event system... rmmod "evbug" to resolve that. Or, unless you plan to debug some input hardware drivers, remove the evbug driver completely from your kernel. Or, maybe try adding a line "evbug" to /etc/hotplug/blacklist, to prevent automatic loading of that module. /Ernst _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Friday 05 May 2006 15:29, Ernst Bachmann wrote:> On Friday 05 May 2006 10:21, Robin Atwood wrote: > ... > > > Meanwhile, every time I move the > > PS/2 mouse I get a million messages like: > > evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 28 > > > > Any idea what that''s about? > > Jep. Thats the debug module for the event system... > rmmod "evbug" to resolve that. > Or, unless you plan to debug some input hardware drivers, remove the evbug > driver completely from your kernel. > > Or, maybe try adding a line "evbug" to /etc/hotplug/blacklist, to prevent > automatic loading of that module.Thanks Ernst, you are a mine of useful information! -Robin. -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain''t no Ten Commandments an'' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Robin Atwood wrote:> > Ok, that fixed it. I stopped iptables *before* starting xend and then the > router was accessible. I feel rather naked without the firewall, so I will > have to look into that before going on.try to add firewall (I use shorewall) to the line "before" in /etc/init.d/xend . in fact, add any service that has "need net" to that line or it won''t work because xend start/restart silently bring down ethX will cause all servicea that have "need net" in their init scripts to stop also. be careful not to restart xend if you are remote connect. you will lose connection. HTH Tuan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Sunday 07 May 2006 12:52, Tuan Van wrote:> Robin Atwood wrote: > > Ok, that fixed it. I stopped iptables *before* starting xend and then the > > router was accessible. I feel rather naked without the firewall, so I > > will have to look into that before going on. > > try to add firewall (I use shorewall) to the line "before" in > /etc/init.d/xend . in fact, add any service that has "need net" to that > line or it won''t work because xend start/restart silently bring down > ethX will cause all servicea that have "need net" in their init scripts > to stop also. be careful not to restart xend if you are remote connect. > you will lose connection.I noticed that! I found that "rc-update add xend boot" resulted in a painless boot. -Robin. -- ---------------------------------------------------------------------- Robin Atwood. "Ship me somewheres east of Suez, where the best is like the worst, Where there ain''t no Ten Commandments an'' a man can raise a thirst" from "Mandalay" by Rudyard Kipling ---------------------------------------------------------------------- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users