Connectivity between Solaris 10 in VMWare and windows Host


 
Thread Tools Search this Thread
Operating Systems Solaris Connectivity between Solaris 10 in VMWare and windows Host
# 1  
Old 06-17-2010
Connectivity between Solaris 10 in VMWare and windows Host

I have installed Open Solaris 10 on VMware which is hosted on Windows XP, my PC.

I would like to have a connection between Solaris and Windows, so that i can SSH/Telnet from windows to Solaris. I don't have any Internet connection.

Please help me with the network connection settings i have to change in Solaris and windows.
# 2  
Old 06-18-2010
Hi,

If you are using VMWare, usually VMWare creates some virtual network device. You may check those virtual network device. Mine (in Ubuntu) called vmnet1, vmnet8.

Then, check whether your Virtual-Machine is NAT or bridged. Usually it is NAT.

So, if your Virtual-Machine is NAT, and your vmnet8 address is for example: 172.16.20.1, then your all Virtual-Machines would be 172.16.20.2-254

Easier Trick:
If your Virtual-Machine is NAT, the default gateway of Virtual-Machine is the IP-Address of your Real-Machine.

Give it a try Smilie
# 3  
Old 06-18-2010
Bug

Quote:
Originally Posted by shadowdancer
Hi,

If you are using VMWare, usually VMWare creates some virtual network device. You may check those virtual network device. Mine (in Ubuntu) called vmnet1, vmnet8.

Then, check whether your Virtual-Machine is NAT or bridged. Usually it is NAT.

So, if your Virtual-Machine is NAT, and your vmnet8 address is for example: 172.16.20.1, then your all Virtual-Machines would be 172.16.20.2-254

Easier Trick:
If your Virtual-Machine is NAT, the default gateway of Virtual-Machine is the IP-Address of your Real-Machine.

Give it a try Smilie
AM a newbie... can you please explain in detail. Any other link to this will suffice.Smilie
# 4  
Old 06-18-2010
Form your Solaris, run this:

Code:
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000
e1000g0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 2
        inet 172.16.240.129 netmask ffffff00 broadcast 172.16.240.255
        ether 0:c:29:64:3b:37

That 172.16.240.129 is my Solaris VM IP-Address.
So, from my windows, just putty (or any other ssh client) to that IP-Address.

I think yours maybe the same.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Create an unconfigured VMware host from a template that is set to do firstboot --reconfig

I have an Oracle Linux 7.1 vsphere host built. It's be preconfigured with our security configurations. What I would like to do is unconfigure this host. Then set the host to do firstboot --reconfigure. how do I do that using /etc/sysconfig/firstboot? I've tried setting ... (10 Replies)
Discussion started by: os2mac
10 Replies

2. UNIX for Dummies Questions & Answers

Configure network connectivity as guest O.S under vmware

Hi! I am not sure if this is the right place to post this question. What I did was to download vmware onto my laptop, them install a linux distro as a guest O.S., on VM network configuration I have used "bridge", them I used Virtual Network Editor to chose the network interface, but as I write... (4 Replies)
Discussion started by: fretagi
4 Replies

3. Solaris

Windows 7 Host Cannot ping Solaris 10 DNS on VM

Hello All, Host - Windows 7 64 BIT Guest OS - Solaris 10 64 on VMWARE workstation Problem : I can not ping solaris VM from my host OS. please suggest the solution. Host OS:ipconfig /all Windows IP Configuration Host Name . . . . . . . . . . . . : INPS01900LT ... (5 Replies)
Discussion started by: sunil_1111
5 Replies

4. Solaris

Change hostID of Solaris 10 virtual/guest machine installed by Virtual Box 4.1.12 on Windows-XP host

Trying to set or modify the randomly set hostID of a Solaris 10 virtual/guest machine that I installed on a Windows-XP host machine (using Virtual Box 4.1.12). I was able to set/modify the hostname of the Solaris 10 virtual/guest machine during installation as well as via the Virtual Box... (4 Replies)
Discussion started by: Matt_VB
4 Replies

5. Solaris

Problem: Solaris 10 to Windows XP Connectivity

:wall: Hello Solaris Users. Although a fundamental skill I am still new to connecting computers together in order that they can see each other, ie. via ping-ing of IP's and/or hostnames. I wish to install Oracle 10g database on Sun Blade 1500 and access this from Windows XP laptop (running... (5 Replies)
Discussion started by: patcom
5 Replies

6. Solaris

Windows network share visible to Solaris 9 host and vice versa

Hi, I have a Windows server running WinSVR 2008R2 with a network share configured \\hostname\JSS_Share I would like to be able to mount this share on a Solaris host running Solaris 9. I would also like to mount a directory on the Solaris host and make it visible to the Windows server. The idea... (1 Reply)
Discussion started by: jamba1
1 Replies

7. Red Hat

can't ping to my VMWare CentOs after seting host name

Im using CentOs 5.5 , i tried to change the host name to be for example my_server_1 , according to the web i changed the /etc/sysconf/network to look like this : NETWORKING=yes NETWORKING_IPV6=no #HOSTNAME=localhost.localdomain HOSTNAME=my_server_1 and changed the hosts file to look like this... (1 Reply)
Discussion started by: umen
1 Replies

8. Solaris

Solaris on Vmware host of vista

Hi I am planning to install solaris as a virtual machine on vista as host os. My requirements are I want to access virtual machine from vista using putty. So how to assign static ip to virtual machine ? In future i might have to virtual machines so i want communication between them as... (3 Replies)
Discussion started by: ankurk
3 Replies

9. Solaris

Can not ping from Solaris VMWare to Windows

Dear All, I have installed Sun Solaris 10 on VMWare 6.5 completely and i have configured IP address already. Solaris's IP Address (on VMWare) is 192.168.10.241 and Windows xp that contain VMWare IP address is 192.168.10.125, but when i ping from solaris to my windows it didn't response at all.... (3 Replies)
Discussion started by: veasnabee
3 Replies

10. Linux

What's better for running Windows software in Linux, Wine or Windows VMware?

What are the differences, advantages, and disadvantages? (1 Reply)
Discussion started by: Advice Pro
1 Replies
Login or Register to Ask a Question