Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

Closed Thread    
 
Thread Tools Search this Thread Display Modes
    #1  
Old 07-05-2012
Users Awaiting Email Confirmation
 
Join Date: Jun 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
How to ping from Windows to Solaris 10 and vice versa?

Hi all,

I installed Oracle virtual box 4.1.8 on my desktop. I installed Windows 2008 server R2 as one instance and Solaris 10 as another instance. When am trying to ping from Windows to solaris and vice-versa, ping not working.


Code:
windows IP : 10.1.47.24
Solaris IP : 10.1.47.25
 
netstat -nr output from solaris
 
Routing Table: IPv4
  Destination           Gateway           Flags  Ref     Use     Interface
-------------------- -------------------- ----- ----- ---------- ---------
10.1.47.0            10.1.47.25           U         1          0 e1000g0
224.0.0.0            10.1.47.25           U         1          0 e1000g0
127.0.0.1            127.0.0.1            UH        4         60 lo0

Any idea why am not able to ping from one server to another?

Thanks,
JK

Last edited by methyl; 07-05-2012 at 04:13 PM.. Reason: please use code tags
Sponsored Links
    #2  
Old 07-05-2012
Mead Rotor
 
Join Date: Aug 2005
Location: Saskatchewan
Posts: 16,371
Thanks: 490
Thanked 2,534 Times in 2,417 Posts
Windows often doesn't bother answering ping these days, so one half of that isn't really abnormal.
Sponsored Links
    #3  
Old 07-05-2012
roman015's Avatar
Registered User
 
Join Date: Jul 2012
Location: In the present
Posts: 6
Thanks: 1
Thanked 4 Times in 3 Posts
I once tried to make a network of 4 Ubuntu machines and I couldn't get them to ping each other "as is". I had to set up VirtualBox to actually create a dhcp server for the devices, after which they could ping each other (And their ip addresses changed as well too) and Then I could do whatever networking I wanted between the devices.

Google for "vboxmanage to create network". You should be able to find links which suggest a command like this one:

Code:
VBoxManage dhcpserver add --netname intnet --ip 192.168.59.1 \     --netmask 255.255.255.0 --lowerip 192.168.59.2 --upperip 192.168.59.255

Hope this helps...
Sponsored Links
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Problem with scp from one server to the other (but not vice versa) mrrossi UNIX for Dummies Questions & Answers 2 01-12-2012 07:27 AM
Windows network share visible to Solaris 9 host and vice versa jamba1 Solaris 1 05-24-2011 03:06 AM
Uppercase to lowercase and vice versa jacky29 Shell Programming and Scripting 5 03-28-2011 04:33 AM
Pdf to text conversion and vice versa saltysumi Shell Programming and Scripting 2 10-30-2009 12:13 AM
QNX host cannot ping SCO host, vice versa gavon IP Networking 2 08-20-2001 08:57 PM



All times are GMT -4. The time now is 02:57 PM.