I've got it booting. It sees a network interface on eth0, but it doesn't have 
connectivity. DHCP doesn't get an address, and manually assigning one doesn't 
help. I can access the console with VNC, so I know it's up and running. Just 
not sure how to debug the network. It's almost like dom0 (Opensolaris) isn't 
routing the packets. 

OpenSolaris b123 dom0
Ubuntu 9.10 installed via hvm

I modified the config file and re-imported it with virsh to set up PV mode. The 
config follows. 

  <name>ubuntu-pv</name>
  <uuid>c12e6738-9a17-330c-dba2-354436f56acf</uuid>
  <os>
    <type>linux</type>
    <kernel>/xen/guests/ubuntu/vmlinuz-2.6.28-11-server</kernel>
    <initrd>/xen/guests/ubuntu/initrd.img-2.6.28-11-server</initrd>
    <cmdline>root=/dev/xvda1 rw console=hvc0</cmdline>
  </os>
  <memory>2097152</memory>
  <vcpu>2</vcpu>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <interface type='bridge'>
      <source bridge='e1000g0'/>
      <target dev='vif5.0'/>
      <mac address='00:16:3e:2e:11:ed'/>
      <script path='vif-vnic'/>
    </interface>
    <disk type='block' device='disk'>
      <driver name='phy'/>
      <source dev='/dev/zvol/dsk/rpool/xen/ubuntu'/>
      <target dev='xvda'/>
    </disk>
    <input type='mouse' bus='ps2'/>
    <console tty='/dev/pts/7'/>
    <graphics type='vnc' port='-1'/>
  </devices>
</domain>
-- 
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to