Networking with the XAPI toolstack

From Xen
Revision as of 12:32, 16 December 2011 by MikeCamel (talk | contribs) (Created page with "Currently, Project Kronos does not include scripts to configure networking automatically. To get networking working, you'll need to set up the bridge manually: <pre> brctl addb…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Currently, Project Kronos does not include scripts to configure networking automatically. To get networking working, you'll need to set up the bridge manually:

brctl addbr xenbr0
brctl addif xenbr0 eth0


You may need to move the IP address to the bridge rather than the physical interface. Having done this, try a pif-scan:

xe pif-scan

This should create the network for your interface.