* vijay Rajah (vijayrajah at gmail.com) wrote: > Hello, > > I'm trying to get vbox to work with a virtual nic. (in bridged networking > mode). I was able to get the nic up and get a dhcp IP. > > Host -- opensolaris 2009.06 > guest -- opensolaris 2009.06 > > (From host) > 12:33:52 Fri Oct 30 vrajah at vrajah-hp ~ 22 $ifconfig -a > lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 > index 1 > inet 127.0.0.1 netmask ff000000 > inic0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index > 2 > inet 192.168.1.4 netmask ffffff00 broadcast 192.168.1.255 > nge0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 3 > inet 192.168.1.10 netmask ffffff00 broadcast 192.168.1.255 > vboxnet0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4 > inet 192.168.56.1 netmask ffffff00 broadcast 192.168.56.255 > lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 > index 1 > inet6 ::1/128 > > > I was able to install opensolarisl 2009.06 -- configure it to use the inic0 > interface. > I'm unable to ssh in from the network.... Whin i try to login from the host i > log in to the same system (host). > > Can anyone help me...
Did you configure the guest to allow incoming SSH connections from the host? It's not enabled by default. Check the VBOX user manual for details. Cheers, -- Glenn