Telnet in UNIX


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Telnet in UNIX
# 1  
Old 06-18-2004
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 the request for a login and password). The code i am developing is in java and i connect using a simple Socket sock = new Socket(servername,23); ...... If you can help me I'll appreciate very much.
# 2  
Old 06-24-2004
Have you tried just telnetting to the UNIX server? You have to do that first to insure telnet is allowed. That may be what is holding you up.
 
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. UNIX for Advanced & Expert Users

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 ... (3 Replies)
Discussion started by: tatacoffee
3 Replies

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

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