|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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
|
|||
|
|||
|
Windows often doesn't bother answering ping these days, so one half of that isn't really abnormal.
|
| Sponsored Links | ||
|
|
#3
|
||||
|
||||
|
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 | ||
|
![]() |
| Thread Tools | Search this Thread |
| 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 |
|
|