All of lore.kernel.org
 help / color / mirror / Atom feed
* traceroute causes xen reboot from virtual machines
@ 2005-01-27  7:54 prasoon jaiswal
  0 siblings, 0 replies; 2+ messages in thread
From: prasoon jaiswal @ 2005-01-27  7:54 UTC (permalink / raw)
  To: xen-devel

Hi all,

I have successfully installed xen 2.0  on debain linux 2.6.10. I have
two methods to get networking done namely routing and bridging. I am
using UML (user mode linux) mode of bridging as the vif-bridge was not
working for me. It was cutting off my Domain 0 connection from
internet when i start the vif-bridge. Anyway this is what i did to set
up the bridge.

    host# brctl addbr br0   

    host# ifconfig eth0 0.0.0.0 promisc up 

    host# ifconfig vif1.0 0.0.0.0 promisc up 

    host# ifconfig br0 192.168.0.1 netmask 255.255.255.0 up 

    host# brctl stp br0 off 

    host# brctl setfd br0 1 

    host# brctl sethello br0 1 

    host# brctl addif br0 eth0 

    host# brctl addif br0 vif1.0

and bridge is successfully setup.. Now the problem starts... if i run
traceroute from Domain 1,2.. (child domains) linux BOOTS !!!

please look into it.

I know that i shud be using the bridge provided along with xen
(somehow that too isnt working) but UML method of bridging is equally
valid.

thanks in advance

Prasoon Jaiswal


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

^ permalink raw reply	[flat|nested] 2+ messages in thread
* RE: traceroute causes xen reboot from virtual machines
@ 2005-01-28  7:52 Ian Pratt
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Pratt @ 2005-01-28  7:52 UTC (permalink / raw)
  To: prasoon jaiswal, xen-devel

> and bridge is successfully setup.. Now the problem starts... if i run
> traceroute from Domain 1,2.. (child domains) linux BOOTS !!!

Please upgrade to a more recent version of Xen e.g. 2.0.3

traceroute works fine for me.

> I know that i shud be using the bridge provided along with xen
> (somehow that too isnt working) but UML method of bridging is equally
> valid.

Are you sure its not the default 'network' script that is causing you
problems rather than vif-bridge?

Ian


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-28  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-27  7:54 traceroute causes xen reboot from virtual machines prasoon jaiswal
  -- strict thread matches above, loose matches on Subject: below --
2005-01-28  7:52 Ian Pratt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.