Hello, I am configuring OpenSolaris as a domU ontop of an existing Xen 3.2.1 install. The dom0 is Debian Lenny. I have been able to boot the live CD without any errors. I am trying to configure the networking so that I can connect via VNC to finish the installation. The Xen network configuration is network-route as follows : [i](network-script ''network-route netdev=eth0'')[/i] This works perfectly fine with any linux domU. I only have to type : [i]route add DOM0_IP dev eth0 route add default gw DOM0_IP[/i] I have tried typing the same thing in OpenSolaris but I get the following : [i]route add 91.121.221.12 dev xnf0 dev: bad value[/i] -- This message posted from opensolaris.org
On 5 Oct 2009, at 1:47pm, Antoine Benkemoun wrote:> I have tried typing the same thing in OpenSolaris but I get the > following : > > [i]route add 91.121.221.12 dev xnf0 > dev: bad value[/i]The route command on OpenSolaris takes different arguments to that on Linux. Check out the route(1M) manual page.
On 5 Oct 2009, at 2:05pm, Antoine Benkemoun wrote:> I have checked that already. I found the -interface option but it > doesn''t that for argument xnf0 although it is a valid interface. > > Do you have a better idea as to what I could try ?Please provide some more information about the configuration. For example, what is the IP address of dom0, the domU, etc.