Here's some more info. The IP address of one VM is ping-able from
another  to start with. But once I try to SSH in, it fails and is no
longer ping-able.

-bash-3.2# ping 192.168.2.2
192.168.2.2 is alive
-bash-3.2# ssh  [EMAIL PROTECTED]
^C
-bash-3.2# ping 192.168.2.2
no answer from 192.168.2.2
-bash-3.2#

Interesting? Has anyone got internal network to work on an Opensolaris host?

Regards,
Manoj

Manoj Joseph wrote:
> Hi,
> 
> I am trying to create an internal network between two vboxes running
> centos 4.4 and opensolaris build 84.
> 
> The adapters come up fine but it looks like the two VMs can't talk to
> eachother.
> 
> Here's what I did
> 
> [EMAIL PROTECTED]:/vm/Machines/osol$ VBoxManage modifyvm osol -nic2 intnet
> VirtualBox Command Line Management Interface Version 1.5.51
> (C) 2005-2008 innotek GmbH
> All rights reserved.
> 
> [EMAIL PROTECTED]:/vm/Machines/osol$ VBoxManage modifyvm osol -intnet2 intnet
> VirtualBox Command Line Management Interface Version 1.5.51
> (C) 2005-2008 innotek GmbH
> All rights reserved.
> 
> [EMAIL PROTECTED]:/vm/Machines/osol$ VBoxManage modifyvm rhel -nic2 intnet
> VirtualBox Command Line Management Interface Version 1.5.51
> (C) 2005-2008 innotek GmbH
> All rights reserved.
> 
> [EMAIL PROTECTED]:/vm/Machines/osol$ VBoxManage modifyvm rhel -intnet2 intnet
> VirtualBox Command Line Management Interface Version 1.5.51
> (C) 2005-2008 innotek GmbH
> All rights reserved.
> 
> And here's how the network is configured on the VMs.
> 
> centos 4.4
> ----------
> 
> [EMAIL PROTECTED] ~]# uname -a
> Linux localhost.localdomain 2.6.9-42.EL #1 Sat Aug 12 09:17:58 CDT 2006
> i686 i686 i386 GNU/Linux
> [EMAIL PROTECTED] ~]# ifconfig eth1
> eth1      Link encap:Ethernet  HWaddr 08:00:27:5B:4B:43
>           inet addr:172.16.90.2  Bcast:172.16.255.255  Mask:255.255.0.0
>           inet6 addr: fe80::a00:27ff:fe5b:4b43/64 Scope:Link
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:41 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:50 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:1000
>           RX bytes:2624 (2.5 KiB)  TX bytes:2268 (2.2 KiB)
>           Interrupt:10 Base address:0xc060
> 
> [EMAIL PROTECTED] ~]# route
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use
> Iface
> 10.0.2.0        *               255.255.255.0   U     0      0        0 eth0
> 172.16.0.0      *               255.255.0.0     U     0      0        0 eth1
> 169.254.0.0     *               255.255.0.0     U     0      0        0 eth1
> default         172.16.255.254  0.0.0.0         UG    0      0        0 eth1
> [EMAIL PROTECTED] ~]# ping 172.16.90.1
> PING 172.16.90.1 (172.16.90.1) 56(84) bytes of data.
>>From 172.16.90.2 icmp_seq=1 Destination Host Unreachable
>>From 172.16.90.2 icmp_seq=2 Destination Host Unreachable
> 
> opensolaris 79a
> ---------------
> -bash-3.2# uname -a
> SunOS solaris 5.11 snv_84 i86pc i386 i86pc
> -bash-3.2# ifconfig pcn1
> pcn1: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500
> index 3
>         inet 192.168.2.1 netmask ffffff00 broadcast 192.168.2.255
>         ether 8:0:27:dc:98:7c
> -bash-3.2# netstat -rn
> 
> Routing Table: IPv4
>   Destination           Gateway           Flags  Ref     Use     Interface
> -------------------- -------------------- ----- ----- ---------- ---------
> default              10.0.2.2             UG        1          0 pcn0
> 10.0.2.0             10.0.2.15            U         1          2 pcn0
> 192.168.2.0          192.168.2.1          U         1          0 pcn1
> 127.0.0.1            127.0.0.1            UH        1         41 lo0
> 
> Routing Table: IPv6
>   Destination/Mask            Gateway                   Flags Ref   Use
>    If
> --------------------------- --------------------------- ----- ---
> ------- -----
> ::1                         ::1                         UH      1
> 21 lo0
> -bash-3.2# ping 192.168.2.2
> no answer from 192.168.2.2
> 
> Cheers
> Manoj
> 


_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to