Telnet in unix


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Telnet in unix
# 1  
Old 09-14-2009
Data Telnet in unix

Dear Sir,

I have got 2 systems
A. Compaq Prolient 400 Unix Server - IP address 192.168.0.10 (450 Mhz speed & 512 MB RAM) Old
B. HCL 2700HLN Unix Server - IP address 192.168.0.2 (73 GB X 4 - Raid HD & 4 GB RAM with 2 LAN Broadcom BCM5721 ) - New

Both systems are loaded with Unix 5.0.5

using telnet from New system, I can access the old system
(Telnet 192.168.0.10 )
But from Old system, I get a message telnet : Unable to connect to remote host: Connection refused
(telnet 192.168.0.2 )
Same way if I access the telnet from a Windows XP PC to New system (telnet 192.168.0.2), I get the same message. But if I give ping 192.168.0.2 from windows Pc or Old Unix server it is working.

Can anybody help me

My mailid is <removed>

Advance thanks,

RajeshSmilie

Last edited by vgersh99; 09-14-2009 at 09:18 AM.. Reason: removed email per forum rules
# 2  
Old 09-14-2009
What OS is running on the new system? Most newer Unices don't start a Telnet daemon by default, as it's being considered insecure, but run SSH instead.
# 3  
Old 09-14-2009
Both systems are loaded with SCO 5.0.5
# 4  
Old 09-14-2009
On the new machine, check that inetd is running.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Connecting to UNIX through telnet

I have setup a new UNIX system for a client in Cali. The issue I am having is I do not remember how or what to set in the server to allow connectivity to the server using "telnet" If anyone can help, it will be much appreciated. Thanks in advance (4 Replies)
Discussion started by: tlong
4 Replies

2. Windows & DOS: Issues & Discussions

telnet from unix to dos

hi eveybody, i use sco unix as server and dos as client . how i can connect from unix server to dos client ( how to telnet to dos and run commands?)? thanks. (8 Replies)
Discussion started by: shrb78
8 Replies

3. SCO

telnet from unix to dos

hi eveybody, i use sco unix as server and dos as client . how i can connect from unix server to dos client ( how to telnet to dos and run commands?)? thanks. (1 Reply)
Discussion started by: shrb78
1 Replies

4. Cybersecurity

telnet from unix to dos

hi eveybody, i use sco unix as server and dos as client . how i can connect from unix server to dos client ( how to telnet to dos and run commands?)? thanks. (1 Reply)
Discussion started by: shrb78
1 Replies

5. UNIX for Dummies Questions & Answers

Unix Telnet session

Hi Is there any way whilst in a telnet session you can view your client machine name that you are using to connect to the Unix box ? :eek: (2 Replies)
Discussion started by: mlucas
2 Replies

6. HP-UX

question about telnet to HP unix 11

When using telnet connect to HP unix 10, it will get a pty/ttyxx terminal, but using telnet connect to HP unix 11, it will get a pts/tx terminal. I want to ask is, can I using telnet connect to HP unix 11 and get a pty/ttyxx terminal ?? :confused: thx a lot (3 Replies)
Discussion started by: zetadhell
3 Replies

7. IP Networking

can ping but can not telnet UNIX

I have one problem and it is giving me hard time I can ping my windows machine root@x1ChXpress:/sbin >ping 192.168.129.66 192.168.129.66 is alive root@x1ChXpress:/sbin >netstat -rn Routing Table: Destination Gateway Flags Ref Use Interface... (3 Replies)
Discussion started by: amon
3 Replies

8. UNIX for Dummies Questions & Answers

telnet to server from unix

i need to automate a process in which i telnet to a server, execute some PGP commands and return. i need to do this from a script on our Unix server. All attempts have failed. i get the expected message defining the escape character, but no attempt to login is made. (4 Replies)
Discussion started by: rgard
4 Replies

9. UNIX for Dummies Questions & Answers

Telnet in UNIX

I would like to know if there exist any diference between the telnet in UNIX and Windows. the probles is when I try to connect through a socket to a server running unix i don't receive a response. Connecting with the same source code to a windows server I receive response (the initial message and... (1 Reply)
Discussion started by: ferreat
1 Replies

10. Cybersecurity

Unix Commands for Telnet

Hi I am new to unix. I have a question: what are all the unix commands that I have to do for telnet for my site www.supremexbox.com. My server is www.your-site.com. Please help me. Thanks. (2 Replies)
Discussion started by: Sorcerer
2 Replies
Login or Register to Ask a Question