- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ping to port not working, 3 NICs,
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
04-21-2006 02:43 AM
04-21-2006 02:43 AM
Re: ping to port not working, 3 NICs,
On your PC type:
traceroute 10.1.236.233
and see if it can reach the server.
If it cannot get there, then ask your network administrator to connect it up and define a route from your switch/router.
Remember, only traffic that needs to get to that IP/interface should get to that IP/interface. Other users can connect via the other IPs. Its all to do with your your goals are.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 02:44 AM
04-21-2006 02:44 AM
Re: ping to port not working, 3 NICs,
If you do a telnet while locally connected on that server does it work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 03:05 AM
04-21-2006 03:05 AM
Re: ping to port not working, 3 NICs,
tracert from my pc works ok
telnet from the server to that ip works ok, i get the login.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 03:13 AM
04-21-2006 03:13 AM
Re: ping to port not working, 3 NICs,
Can you check the firewall logs to see if your telnet is being blocked?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 03:25 AM
04-21-2006 03:25 AM
Re: ping to port not working, 3 NICs,
I have anohter server on 10.1.236.x
from there i can ping and telnet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 03:34 AM
04-21-2006 03:34 AM
Re: ping to port not working, 3 NICs,
Have you tried changing your PC IP address in the 10.1.236.0 network, for example assign to it the same IP address which is assigned to the other server on which the telnet works. After disconnecting that one from the network first of course.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 05:25 AM
04-21-2006 05:25 AM
Re: ping to port not working, 3 NICs,
You can use ip_strong_es_model with a value of 1 or 2 to cause source IP to be included in route selection, which will have the effect of generally causing traffic to go out the same NIC on which it arrived - there is more to it than just that though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 08:00 AM
04-21-2006 08:00 AM
Re: ping to port not working, 3 NICs,
can you tell me how to set that value and where
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 09:14 AM
04-21-2006 09:14 AM
Re: ping to port not working, 3 NICs,
you should search the rest of the forums for discussions involving ip_strong_es_model for all the caveats and such.
the "best" way to have multiple NICs in the same IP subnet though is the aforementioned use of Auto Port Aggregation...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2006 01:27 AM
04-24-2006 01:27 AM
Re: ping to port not working, 3 NICs,
my purpose here is to
1) config 3 NIC's with difft IPs
2) able to telnet into each one
Why I am not able to telnet to 3rd one.
I swapped IP address, still the same problem
with the 3rd one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2006 02:00 AM
04-24-2006 02:00 AM
Re: ping to port not working, 3 NICs,
From the long going discussion I observe that you can ping and telnet from 10.1.236.50 to 10.1.236.233.
From your PC you can ping but not telnet.
Lets try to eliminate some known problems from whatever you have tried uptill now.
1. Routing not proper - but since ping worked, it means routing is proper.
2. Network traffic problem - ping works and telnet does not work is common when there is heavy network traffic on the subnet. - Try ping for a longer period and see if there is 0% packet loss - try
ping 10.1.236.233 -n 25 (from 10.1.236.50 server)
From your PC also try ping for a longer time, let us know the results.
3. Firewall ports not opened - This is also possible - check with your networks team if telnet is blocked from other networks to 10.1.236.233 (Because uptill now you have succeded to telnet on the same subnet only)
Also please attache following outputs
netstat -s
netstat -in
netstat -nr
Regards,
Ninad
- « Previous
-
- 1
- 2
- Next »