- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to open telnet port 23
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
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
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
тАО03-06-2007 07:06 AM
тАО03-06-2007 07:06 AM
My two D class servers andmy laptop connected through network switch. I confugured etc/hosts file at both serverd to communicate each other. Now the problem is. if I use hyperterminal at my lap top as console. I can log in my server and can telnet each machine. if I use DOS promt instead. It won't let me use telnet service even I use Ip address or server name. The msg comes " could not open connection to the host, on port 23 connection failed""
please advice how to configure my network where I could telnet from my laptop to my both HP d class servers ??all these machines atteched with network switch.
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-06-2007 07:11 AM
тАО03-06-2007 07:11 AM
Re: how to open telnet port 23
Note it may be a network device that is blocking telnet, check that first. By default in HP-UX telnet is enabled.
vi /etc/inetd.conf
See the line for telnetd
Make sure its not commented. if it is, uncomment it.
Save the file.
inetd -c
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
тАО03-06-2007 07:36 AM
тАО03-06-2007 07:36 AM
Re: how to open telnet port 23
thanks for suggestion.
I checked it there is no coments in inetd file for telnetd
is there any other parameters file need to be chenge or to be configured ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-06-2007 07:41 AM
тАО03-06-2007 07:41 AM
Re: how to open telnet port 23
Try telneting to localhost
telnet localhost
telnet .
telnet
if it works but not from outside the box then its not a problem on the box. If it does not work see that ipfilters the only firewall product I know of that works on HP-UX is not running and blocking the port.
telnet is often blocked btw, because it authenticates in clear text. That means every time you log in the entire network can see your password.
Please consider point assignment if these answers have been helpful.
:-)
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
тАО03-06-2007 07:45 AM
тАО03-06-2007 07:45 AM
Re: how to open telnet port 23
The hyperterm connection is NOT using any network on your laptop, just the serial port.
So is the network on the laptop set up correctly? Can you see 'the world'?
What addresses does it have according to dos: cmd> ipconfig /all
Is it in the same network as the servers?
matching masks?
How smart/dumb is the switch?
DHCP serving to all?
Mac sensitive?
Private lans?
Can you ping the servers? ftp? ssh?
Good luck,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-06-2007 08:10 AM
тАО03-06-2007 08:10 AM
Re: how to open telnet port 23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-06-2007 10:35 AM
тАО03-06-2007 10:35 AM
Re: how to open telnet port 23
2nd box ip is 192.168.152
my note book shown following confguration when I run ipconfig /all cmd
ip address : 192.168.0.139
subnet mask: 255.255.255.0
Default Gateway 192.168.0.1
DHCP server 192.168.0.1
DNS server 192.168.1.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-06-2007 11:52 AM
тАО03-06-2007 11:52 AM
SolutionThey are in different networks:
192.168.0 vs 192.168.1
You may want to temporarely hardcode a 192.168.1 network address or maybe try a simple cmd> ipconfig / renew while connected to the switch/hub/router with the servers.
If you do pick a new hardcoded address for the laptop (network --> properties --> tcp ...), then be sure to ping is first from those servers to make it less likely that it is in use. I'd be tempted to pick 192.168.1.149, or 192.168.1.139.
Cheers,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-06-2007 01:58 PM
тАО03-06-2007 01:58 PM
Re: how to open telnet port 23
Now my laptop is allow me to connect with both boxes through telnet.
thnax all you guy and appreciate for you time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-06-2007 02:23 PM
тАО03-06-2007 02:23 PM
Re: how to open telnet port 23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-06-2007 03:55 PM
тАО03-06-2007 03:55 PM
Re: how to open telnet port 23
sorry for that.Actually I was in hurry to set up this thing. I posted my ip addresses and wait around 2 hours then I called to my freind in USA and he worked out.
Still I'm very sorry and next time will not hesitate to give you points. thanks