- Community Home
- >
- Networking
- >
- Legacy
- >
- Communications and Wireless
- >
- Unable to connect to servers in diffrent networks
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2007 08:31 PM
02-20-2007 08:31 PM
Unable to connect to servers in diffrent networks
I have a windows 2003 running with ip 16.X.X.X
and UX server with ip 15.x.x.x
the issue is i am not able to access the UX server from windows server. i am trying to access specific port.
Please Help !
Aloy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2007 10:02 PM
02-20-2007 10:02 PM
Re: Unable to connect to servers in diffrent networks
You need to do routing between these two networks, and if you have already router doing that, then check other issues like it may the firewall blocking the port.
Good Luck !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2007 10:06 PM
02-20-2007 10:06 PM
Re: Unable to connect to servers in diffrent networks
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2007 04:55 AM
02-21-2007 04:55 AM
Re: Unable to connect to servers in diffrent networks
Start, Run, cmd, OK then type:
ping 15.x.x.x
(any replies)
tracert -d 15.x.x.x
ipconfig
(what mask and gateway are you using)
exit
Do you know how you get from what network to another? Is there a router or Layer 3 switch involved? Normally unless your mask is something ridiculous these are two separate subnets and some routing must take place even if they are plugged into side by side ports on the same switch.
Ron
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2007 05:49 AM
02-21-2007 05:49 AM
Re: Unable to connect to servers in diffrent networks
Add to Ron's suggestions, i have a hint.
Add another IP address to your Windows 2003 as a secondary IP, and in this case this OS will route between these 2 networks, and i think you can access it.
This scenario will work in case that you don't have a router, so say 2 PCs connected to a hub, and each PC has an IP in different range, so this tip will help you to establish a communication between the 2 PCs.
Good Luck !!!