odd telnet problem


 
Thread Tools Search this Thread
Operating Systems Linux odd telnet problem
# 1  
Old 12-21-2004
odd telnet problem

Hey,

I've got a RH9 box running telnet-server 0.17-25. Now i don't know what the problem is and i've been reading all night trying to find somthing like it. I am able to open a telnet session on the box using localhost and 10.10.10.6(machines address) but if i try to do it from another computer it drops the connection saying its refused. If i try to connect to telnet from the machine from the box using the router ip then it dropps the conneciton too. (the router is set to port forward to that computer form port 23.) does anybody have any sudgestions or any input at all? i'm stuck.

if you need any info just let me know, i've done all the basics really but if you need to see any files or anything just let me know.

Thanks
byblyk
# 2  
Old 12-21-2004
Firewall blocking?
Why are you using Telnet by the way? If you have no reasons, and just want to connect to log into the box, you really should consider using SSH.
# 3  
Old 12-21-2004
Yeah the only reason i use telnet is because it's on my own private network where i'm the only user.... so there is not to many worries. I've just got my server in a corner and to work on it is a pain so i like to do it from teh comfort of my desk haha.

As for a firewall. Does RH 9 have a firewall installed? That would be why. If so how could i just drop the firewall? this server is just somthing i like to test out stuff on so really i don't need a firewall... yet anyways haha.

Thanks
Byblyk
# 4  
Old 12-21-2004
You can read about the firewall configuration here;
http://www.redhat.com/docs/manuals/l...-firewall.html

Even with the systems being local, you might want to use SSH just for good practice. I use SSH on all my internal boxes. For which I also use SCP and SFTP for file transferring.
# 5  
Old 12-21-2004
is SSH hard to configure? and what will i need client side? i telnet from a windows box.
# 6  
Old 12-21-2004
ssh is very easy to configure. And a great ssh client for Windows is Putty.
# 7  
Old 12-22-2004
cool thanks for the advice... after i fix my firewall problem, well at least i think its the firewall... lol. I'll set up SSH instead just to play arround.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

odd problem in read lines from file

Hi, I wrote a small program to read lines from a file and count the lines. The program is as below: filename=$1 count=0 cat $filename | while read -r line do printf "%5d:%s\n" $count "$line" count=$((count + 1)) done echo " $count " After I run the program, the result is... (4 Replies)
Discussion started by: jianma
4 Replies

2. UNIX for Dummies Questions & Answers

Odd quirk with xargs and telnet

For a variety of strange reasons, I've set up an arrangement by which a server responds with "Hi there" if I connect on a specified port. This is a typical transaction: # telnet example.com 3334 Trying 123.456.789.101... Connected to example.com. Escape character is '^]'. Hi there... (4 Replies)
Discussion started by: treesloth
4 Replies

3. Linux

telnet problem

ok, i need to test a list of addresses via telnet and make sure that i get a response like the following: telnet anag.testboalo.com443 Trying 100.100.100.100... Connected to anag.testboalo.com. Escape character is '^]'. The thing is, for each address I telnet to, the telnet hangs in... (4 Replies)
Discussion started by: SkySmart
4 Replies

4. Shell Programming and Scripting

Webpage to Telnet via Perl and Expect: Telnet problem?

Somewhat long story: I have a simple Perl CGI script that uses Expect to Telnet to a device and grab some data, and then spits it back to Perl for display on the Webpage. This works for many devices I've tried, but one device just fails, it keeps rejecting the password on this device, only... (1 Reply)
Discussion started by: jondo
1 Replies

5. UNIX for Dummies Questions & Answers

telnet problem

Hello everyone, I have got this following script to telnet to other UNIX boxes from one UNIX box and then run a script to count a certain paramater. The following line connects to the other box(es): (sleep 1; echo $username; sleep 1; echo $password ; sleep 1 ; echo y; sleep 1; echo "\r" ; sleep 1... (2 Replies)
Discussion started by: Rajat
2 Replies

6. AIX

telnet problem

hi all, i have a problem in telnet.when i am using telnet to my new aix server it takes about 5min to open. can any one tell what i have to do.???? (5 Replies)
Discussion started by: rrlog
5 Replies

7. UNIX for Dummies Questions & Answers

odd ftp problem

we migrated from a system with HPUX B.11.0 to HPUX 11.23 i64 the new server is the same IP as the old server. the old server is renumbered to something else to avoid conflict. on the old system, we had a user named "ftp" . There is one person who daily will ftp files to the host using this... (15 Replies)
Discussion started by: LisaS
15 Replies

8. Linux

Odd WLAN Device Problem

I'm trying to help convert my boss over to Linux. He has an HP/Compaq PC on which he installed Fedora Core 4 on. It's got a Linksys wireless card in it and we're using the NDIS wrapper to load the Windows driver for the chipset on that card. 'iwconfig' sees the card. We can configure the card. ... (1 Reply)
Discussion started by: deckard
1 Replies

9. HP-UX

telnet problem, help

Hi, My network layout is: Pub LAN | freeBSD | Internal LAN | + telnet srv on HP-UX 10.x box + other services (http, pop3, smtp, ftp)... I've the following problem: Inside Internal LAN I can connect myself to HP-UX telnet but from Public LAN in some place is refusing me... (5 Replies)
Discussion started by: efrenba
5 Replies

10. IP Networking

telnet problem

Hello friends, The problem is that we have one SunOS5.7 server, while attempting telnet to that server following error is occured - ld.so.1: login: fatal: libc.so.1: open failed: Too many open files The login on console is possible. The inetd daemon is running. inetd.conf and services... (3 Replies)
Discussion started by: rahul72
3 Replies
Login or Register to Ask a Question