* pmol@wm.sk [2006-09-30 10:40:01]> i''ve sucessfully run the prebuilt OpenSolaris domU
> (solaris-b44) image
> on a Linux dom0. My domain config file contains the line:
>
> vif = [''bridge=xenbr0,mac=00:16:32:32:54:18'']
>
> On the solaris domU, an ipconfig -a shows only the loopback
> interface.What''s the interface name suposed to be? Does it needs
som
> special setup?
The driver name is ''xnf'', so the interface should be
''xnf0''. Solaris
doesn''t plumb network interfaces under IP unless told to do so, which
you can do with:
# ifconfig xnf0 plumb
and then you can set an address, netmask, etc. (don''t for get to mark
it ''up''!).
Having the interface plumbed at boot time is controlled by (for
example) /etc/hostname.xnf0. That file should have been created
during the ''first boot'' configuration of the system.
If ''ifconfig xnf0 plumb'' fails then there is some problem that
we can
look into.
dme.
--
David Edmondson, Sun Microsystems, http://www.dme.org