I am using Ubuntu 10.04 LTS - Lucid Lynx
I have installed Ubuntu server (10.10) using Oracle VM VirtualBox
How to access from host machine to that guest machine.
IP of host machine: *.55.21.16
IP of guest machine: 10.0.2.15
ssh-server on the guest machine is correctly working with:
$ sudo netstat -lntp | grep 22
tcp6 0 0 :::22 :::* LISTEN 3574/sshd
How do I connect to that host machine.
Before placing this question I tried http://mydebian.blogdns.org/?p=148 but its not working for me.
Host machine configuration (ifconfig)
eth0 Link encap:Ethernet HWaddr 00:21:9b:45:7d:06
inet addr:1**.1*.99.15 Bcast:1*2.1*.255.255 Mask:255.255.0.0
inet6 addr: fe**::221:9bf*:fe55:7d06/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:323824 errors:0 dropped:0 overruns:0 frame:0
TX packets:67861 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:124446873 (124.4 MB) TX bytes:8365574 (8.3 MB)
Memory:fe9e0000-fea00000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:58 errors:0 dropped:0 overruns:0 frame:0
TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:7412 (7.4 KB) TX bytes:7412 (7.4 KB)