All of lore.kernel.org
 help / color / mirror / Atom feed
* more on current pull
@ 2004-07-12 23:33 ron minnich
  2004-07-12 23:53 ` Ian Pratt
  2004-07-13  8:04 ` Mike Wray
  0 siblings, 2 replies; 7+ messages in thread
From: ron minnich @ 2004-07-12 23:33 UTC (permalink / raw)
  To: xen-devel


xm is really nice, I have to say. Easy to use and debug

I am occasionally seeing my network just go away. For example, I did this:
xend start
xm create vmid=1
telnet 127.1 9601
   (wait a while, admire output stuff, see that it fails to nfsroot since 
   I didn't set one up) 
xm destroy 1
   (dom 1 goes away)
at that point, I've got no eth0. 

Should I be using some other eth for the dom0->domN networking?  Is there
something else I'm doing wrong?

thanks

ron
p.s. are you using your own s-expression library for parsing or ... I'm 
curious because all our cluster tools here use s-expressions for internal 
comms.



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

^ permalink raw reply	[flat|nested] 7+ messages in thread
* RE: more on current pull
@ 2004-07-13  0:07 James Harper
  2004-07-13  0:17 ` Ian Pratt
  2004-07-13  0:19 ` Mark Williamson
  0 siblings, 2 replies; 7+ messages in thread
From: James Harper @ 2004-07-13  0:07 UTC (permalink / raw)
  To: Ian Pratt, ron minnich; +Cc: xen-devel

> When you run "xend start", you should see a bridge device being
> created (xen-br0), and the IP address and routes that previously
> were set up for eth0 being transferred to xen-br0. Doing the
> transfer is necessary because of an oddity in the Linux bridge
> code.

How can I stop this behaviour? I set up my own bridges in
/etc/network/interfaces eg:

auto br0
iface br0 inet static
  address 192.168.200.210
  netmask 255.255.255.0
  gateway 192.168.200.203
  bridge_ports eth0
  up sleep 10 && ifconfig eth0 promisc

(that last line is because of a bug in the tlan network driver re:
promisc mode - I've sent a patch to the lkml but it's so far just been
ignored).

And i'd much rather xend not create the bridge for me. Imho, it is not
xend's place to create the bridge, just to add vif's to bridges, and it
would muck up firewall rules that rely on interface specifications if on
boot the interface is eth0 then later on xen-br0.

Other things that might break on changing interfaces midstream are:
DHCP
samba
static routes

I understand that xend doing this means that it 'just works' for anyone
trying out xen with a reasonably standard config, but it's just a pain
for me.

Any ideas?

thanks

James



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com

^ permalink raw reply	[flat|nested] 7+ messages in thread
* RE: more on current pull
@ 2004-07-13  0:32 James Harper
  0 siblings, 0 replies; 7+ messages in thread
From: James Harper @ 2004-07-13  0:32 UTC (permalink / raw)
  To: Ian Pratt; +Cc: ron minnich, xen-devel

> If you've already got everything setup how you want before xend
> starts, then just edit /etc/xen/xend-config.sxp to set:
>  (network-script /bin/true)

Perfect. Thanks.

James


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com

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

end of thread, other threads:[~2004-07-13  8:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-12 23:33 more on current pull ron minnich
2004-07-12 23:53 ` Ian Pratt
2004-07-13  8:04 ` Mike Wray
  -- strict thread matches above, loose matches on Subject: below --
2004-07-13  0:07 James Harper
2004-07-13  0:17 ` Ian Pratt
2004-07-13  0:19 ` Mark Williamson
2004-07-13  0:32 James Harper

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.