Problem: Solaris 10 to Windows XP Connectivity


 
Thread Tools Search this Thread
Operating Systems Solaris Problem: Solaris 10 to Windows XP Connectivity
# 1  
Old 01-19-2012
Problem: Solaris 10 to Windows XP Connectivity

Smilie
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 Oracle client), for learning purposes.

I have made entries in the hosts files, eg:

%SystemRoot%\system32\drivers\etc\hosts on XP

and

/etc/hosts on Solaris 10,

of the respective IP addresses and names of each of the two systems, but with
no outcome. Both machines are connected to the same 10/100 Fast Ethernet switch.

If anyone could offer me the solution it would be very helpful (and any other necessary info regarding a Windows XP to Oracle 10g/Solaris 10 setup).

Many thanks,
patcom
# 2  
Old 01-19-2012
What exactly is the network arrangement?

What are their IP addresses?
# 3  
Old 01-19-2012
Hi Corona688,

Thanks for responding so soon.

XP (from ipconfig command):
Windows IP Configuration

Ethernet adapter Local Area Connection:

IP Address ................................: 10.25.80.31
Subnet Mask .............................: 255.255.255.0
Default Gateway ........................: 10.25.80.254



Solaris 10 (various commands):
bash-3.2#
bash-3.2# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
bge0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 2
inet 10.25.80.36 netmask ffffff00 broadcast 10.25.80.255
ether 0:3:ba:d9:a0:56
bash-3.2#
bash-3.2#
bash-3.2# routeadm
Configuration Current Current
Option Configuration System State
---------------------------------------------------------------
IPv4 routing disabled disabled
IPv6 routing disabled disabled
IPv4 forwarding disabled disabled
IPv6 forwarding disabled disabled

Routing services "route:default ripng:default"

Routing daemons:

STATE FMRI
disabled svc:/network/routing/legacy-routing:ipv4
disabled svc:/network/routing/legacy-routing:ipv6
disabled svc:/network/routing/ndp:default
disabled svc:/network/routing/rdisc:default
disabled svc:/network/routing/ripng:default
disabled svc:/network/routing/ripng:quagga
disabled svc:/network/routing/route:default
disabled svc:/network/routing/zebra:quagga
disabled svc:/network/routing/rip:quagga
disabled svc:/network/routing/ospf:quagga
disabled svc:/network/routing/ospf6:quagga
disabled svc:/network/routing/bgp:quagga
bash-3.2#
bash-3.2#
bash-3.2# netstat -rn

Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ---------- ---------
default 10.25.80.254 UG 1 0 bge0
10.25.80.0 10.25.80.36 U 1 1 bge0
224.0.0.0 10.25.80.36 U 1 0 bge0
127.0.0.1 127.0.0.1 UH 1 124 lo0
bash-3.2#
bash-3.2#
bash-3.2# ping 10.25.80.254
no answer from 10.25.80.254
bash-3.2#
bash-3.2#
bash-3.2#





I'm assuming that 10.25.80.254 (showing as Default Gateway on both computers) is the IP of the switch.
Thanks for your time with this,
patcom SmilieSmilieSmilie
# 4  
Old 01-20-2012
switches are switches, not routers; they have no IP and do nothing but switch traffic based on MAC addresses.

I don't know where the 254 came from. That's not invalid exactly, but not a common value for a gateway. What's your router?

Can your windows machine ping the IP address of your solaris machine?

You won't be able to ping the windows machine, because windows doesn't answer ping these days.

Last edited by Corona688; 01-20-2012 at 05:03 PM..
# 5  
Old 01-21-2012
Windows XP does answer pings (I just tried it). You need to turn on routing in the Solaris box so it can route to the Windows box.
svcadm enable svc:/network/routing/route:default
and make sure svc:/network/routing-setup is online.
# 6  
Old 01-22-2012
Windows XP does answer pings only if configured to. Windows and most third party firewalls disable it by default.

*.*.*.254 is a valid router IP address, and probably the most common after *.*.*.1 on /24 networks, but it doesn't matter here anyway.

Both machines are on the same subnetwork so routing isn't involved. Enabling the routing service on the Solaris side isn't going to have any effect on this ping issue.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Help with Windows to Unix connectivity

Hi Can we pass the parameter from the excel in windows and invoke the unix shell script from excel VBA by passing this parameter and get the results of shell script to the excel sheet? We tried to get the things in unix independently but we still strucked in connecting the excel to... (5 Replies)
Discussion started by: bikky6
5 Replies

2. Solaris

installation problem solaris,windows,suse on same machine

Hi all, Previously I had both opensuse 11.3 and Windows XP SP2 on my PC, there was no problem at all.I was able to access all documents in Windows from opensuse. Now when I wanted to install solaris 10 on the same machine there were 2 problems ... 1. Windows is not accessible from solaris... (3 Replies)
Discussion started by: M.Choudhury
3 Replies

3. Solaris

Problem in File/Dir sharing between a windows and solaris

Hi , We are trying to share a particular directory between solaris running from VMware installed on Win7 box] and windows box. We tried the SWAT utility of samba, and made all possible changes for sharing. We committed the changes and we were clueless what need to be done further.. referred... (0 Replies)
Discussion started by: BalajiUthira
0 Replies

4. Solaris

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... (3 Replies)
Discussion started by: mailsachin245
3 Replies

5. AIX

Connectivity from WIndows to AIX

Hi, We have installed oracle on a AIX machine and when we try to connect to AIX machine from oracle client installed on a windows machine or do a telnet to AIX machine on 1521 port , it throws an error connection refused on port 1521 , where all the ports and firewalls are open from windows to... (2 Replies)
Discussion started by: adityakp123
2 Replies

6. Solaris

Windows / Open Solaris dual boot problem.

Okay, let me sketch the problem. I did have a ubuntu / Windows XP dual boot scenario that ran grub as my boot loader. I decided I wanted to try out solaris, so I popped in the opensolaris CD and hit install and told it to format and install over my linux partition. Of course it did that, and... (2 Replies)
Discussion started by: syndex
2 Replies

7. UNIX for Advanced & Expert Users

problem in making autossh between windows and solaris

Dear all I am facing one problem which is related to enabling Autossh between windows and solaris machine. If suppose their are two servers, server A is having windows and server B is having Solaris.I install openssh server software for windows through sourceforge.net site. What my requirement... (7 Replies)
Discussion started by: girish.batra
7 Replies

8. IP Networking

Sco Unix 4.3 Windows Connectivity

I have a client who is operating a SCO UNIX 4.3 server with Informix 4.12. My problem is that I need to get hold of the data using a Windows PC. Where the hell do I start? :confused: Thanks Richard. rgray@euriskotechnology.com (3 Replies)
Discussion started by: euriskotech
3 Replies

9. UNIX for Advanced & Expert Users

Connectivity B/w Unix & windows

i want to install ScO UNIX 5.1 in a windows 98 system. i want it as a DUAL BOOT system. can i doit? If yes How. and also i want to network unix with my clients. is it poosible to network both unix & windows thru a single network card. if yes how? also i wanted to know that thru a switch can i... (3 Replies)
Discussion started by: jigs
3 Replies
Login or Register to Ask a Question