Windows Server 2003
1831672 Members
1978 Online
110029 Solutions
New Discussion

server not available

 
donkarnash_1
Frequent Advisor

server not available

Hi I have a DL380 G1 server and ML570 G3 both running on Windows 2003 server SP1 and up to date firmware. I have assigned proxy ip addresses to the server and when I ping it thru the command line, I can successfully ping the 570 from 380. But the other way is giving error "new-server" is not accessible. You might not have permission...The network name could not be found.
Can anyone suggest what I need to do. Thanks
4 REPLIES 4
Roger Faucher
Honored Contributor

Re: server not available

Hi:

Are they in the same Domain/Workgroup? Are they in the same IP subnet?

Make a great day!

Roger
Make a great day!

Roger
donkarnash_1
Frequent Advisor

Re: server not available

Roger, yes they are on the same ip subnet. Here is the more details from route -print

dbtestsrv
IPv4 Route Table
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 02 a5 43 4d aa ...... HP NC7131 Gigabit Server Adapter - Network Load
Balancing Filter Device
0x3 ...00 50 8b 05 55 a8 ...... HP Network Team #1 - Network Load Balancing Fil
er Device
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.19.97.254 10.19.97.6 10
10.19.97.0 255.255.255.0 10.19.97.6 10.19.97.6 10
10.19.97.6 255.255.255.255 127.0.0.1 127.0.0.1 10
10.255.255.255 255.255.255.255 10.19.97.6 10.19.97.6 10
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.23.0 255.255.255.0 192.168.23.61 192.168.23.61 20
192.168.23.61 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.23.255 255.255.255.255 192.168.23.61 192.168.23.61 20
224.0.0.0 240.0.0.0 10.19.97.6 10.19.97.6 10
224.0.0.0 240.0.0.0 192.168.23.61 192.168.23.61 20
255.255.255.255 255.255.255.255 10.19.97.6 10.19.97.6 1
255.255.255.255 255.255.255.255 192.168.23.61 192.168.23.61 1
Default Gateway: 10.19.97.254
===========================================================================
Persistent Routes:
None

new-socnts11

IPv4 Route Table
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x10003 ...00 02 a5 6b bb e9 ...... HP NC3134 Fast Ethernet NIC #2
0x10004 ...00 02 a5 6b bb e8 ...... HP NC3134 Fast Ethernet NIC
0x10005 ...00 14 c2 63 93 75 ...... HP Network Team #1 - Network Load Balancin
Filter Device
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.19.96.252 10.19.96.80 30
0.0.0.0 0.0.0.0 10.19.96.253 10.19.96.80 30
0.0.0.0 0.0.0.0 10.19.96.254 10.19.96.80 30
10.19.96.0 255.255.255.0 10.19.96.80 10.19.96.80 30
10.19.96.80 255.255.255.255 127.0.0.1 127.0.0.1 30
10.255.255.255 255.255.255.255 10.19.96.80 10.19.96.80 30
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.23.0 255.255.255.0 192.168.23.60 192.168.23.60 10
192.168.23.60 255.255.255.255 127.0.0.1 127.0.0.1 10
192.168.23.255 255.255.255.255 192.168.23.60 192.168.23.60 10
224.0.0.0 240.0.0.0 10.19.96.80 10.19.96.80 30
224.0.0.0 240.0.0.0 192.168.23.60 192.168.23.60 10
255.255.255.255 255.255.255.255 10.19.96.80 10.19.96.80 1
255.255.255.255 255.255.255.255 192.168.23.60 10004 1
255.255.255.255 255.255.255.255 192.168.23.60 192.168.23.60 1
Default Gateway: 10.19.96.254
===========================================================================
Persistent Routes:
None
Roger Faucher
Honored Contributor

Re: server not available

Hi:

I'm sorry but your environment is not clear to me. Could you tell us more about it? Where is the proxy server? What are its IN and OUT IP addresses? A drawing might help.

Make a great day!

Roger
Make a great day!

Roger
Rune J. Winje
Honored Contributor

Re: server not available

You have a subnet mask of 255.255.255.0 and the respective server IP's look to be

10.19.97.6 with default GW 10.19.97.254
second IP/SM
192.168.23.61

10.19.96.80 with default GW 10.19.96.254
second IP/SM
192.168.23.60

So the 10.19.9x.y addresses are on different subnets and the routing info for the 192.168.23.6x addresses looks a bit different between the servers.

ipconfig /all on both servers and some description of how the servers are connected is of interest. Including if the cables from the network team go to the same or different network switches...

You could also try tracert to see what path the ping tries to take.


Cheers,
Rune