Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
tftp connection refused
Name: taufiq Date: April 16, 2005 at 00:05:30 Pacific OS: Red Hat Linux 9.0 CPU/Ram: P-III 550 MHz/256 MB
Comment:
hie all, i have set up a network using my linux system. but i can not connect to other pc's using telnet or rlogin or rsh or ssh. when i try the connection is being refused. basically i'm trying tftp to load a kernel image using my network.the tftp is not responding as well. here all the services mentioned above are running under xinetd.others can connect to my pc using those services and load the necessary files also using tftp.but problem is when i try i get a refuse message.i configured tcp_wrapper by allowing all pc's in my network.i can not find what might be the reason so that i can not establish a connection to other pc's using any services and tftp espicially.the net configuration of my pc seems the be same as others on the network.but i can not connect to others though others can connect to me with no problem!..please help me..
Name: 3Dave Date: April 21, 2005 at 07:06:52 Pacific
Reply:
Are the others running the same services as you? Are you able to see the relavent ports open on the other computers with a portscan?
0
Response Number 2
Name: wackajaw Date: April 29, 2005 at 06:22:08 Pacific
Reply:
First check if everything is OK about connection between you and other LAN clients. Just make a quick test; from your console try: $ telnet some-other-pc-ip 22 You must see autentication label of remote SSH server. If don't, check is it running on the remote machine. If remote sshd is up, check is there some refusing rules on your linux machine $ iptables -L -n If yes, flush all of them and test again.telnet to port 22. Good luck
Summary: well u r right, i use mandrake. from RH7.1 to mandrake i can access, but when i try to access from mandrake to RH -i get connection refused. haw can i lower security level? thanks ronen ...
Summary: Hi, I have installed redhat 7.2 linux box and try to test if i can telent to localhost. after I issued command: telnet localhost I get a error message, said: Trying 127.0.01. telnet localhost connect...
Summary: I understand that ssh is a better way to communicate but the institutional setup I'm requires telnet and ftp be available on my computer. I completed a OS update from RH7.3 to RH9.0. The services...