Networking with the XAPI toolstack
From Xen
Jump to navigationJump to search
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.