- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cant telnet into another subnet
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
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
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-05-2007 08:05 AM
тАО02-05-2007 08:05 AM
cant telnet into another subnet
Example. I can telnet any host on 142.238.210.x but cannot do so on 142.238.64.x The ip address of the host is 142.238.210.236.
I can ping to the gateway, but telnet is not possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2007 09:43 AM
тАО02-05-2007 09:43 AM
Re: cant telnet into another subnet
Most likely possible causes.
1) telnet is not secure, some routers now can be configured to block it.
2) No telnet server at the other end. Check the configuration of inetd.conf
3) Firewalls often block telnet
For items 1/3 see the network administrator.
For item 2, fix it admin :-)
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2007 04:31 PM
тАО02-05-2007 04:31 PM
Re: cant telnet into another subnet
1. Is the host on 142.238.210.x pingable?
2. Is that host on 142.238.210.x accepting telnet from any other host on same subnet of 142.238.210.x.
3. If answer to 2 is Yes, its clear that router in between blocking the traffic on port 23(whatever) from subnet 142.238.210.x to 142.238.64.x.
4. If the answer to 2 is No, its certain that issue is with telnet'ed server. You need to check for telnet services and config.
Cheers!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2007 11:13 PM
тАО02-05-2007 11:13 PM
Re: cant telnet into another subnet
(255.255.192.0,255.255.224.0 .......)
2) check you have a route ( default or 142.210.128.0 ( depending of your netmask))
3) check the peer have a route to your 142.38.64.X
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2007 12:12 AM
тАО02-06-2007 12:12 AM
Re: cant telnet into another subnet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2007 03:06 AM
тАО02-06-2007 03:06 AM
Re: cant telnet into another subnet
Hi:
You could make a linkloop comand to the machine you want to ping, to se if there is a layer2 problem.
If you do not have this level conect├Г┬нvity, it could be a layer1 problem
If you have link, check the routing table with netstat -r
You should have a default route so the ip packets go that way when the destination is not known, is not in the same subnet.
Do you have access to the gateway ? Can you ping the destination subnet from that point ?
If not, there it is your problem. If not, maybe the destination hosts you are "pinging", may be do not have the right ( come back ) routes
I hope it helps