General :: Install Telnet In Fedora 8?
Mar 9, 2010
I need to make a test on Fedora 8, with a Telnet... and seems NOT to beenabled.The package is installed, but if I have a look into /etc/xinedtd thereis no TELNET file ?Is there any changes into FEDORA 8 ? How to I configure Telner in Fedora 8 ?
View 6 Replies
ADVERTISEMENT
Feb 18, 2010
I am trying to find the difference between the above two services. Both are under xinetd and can someone please explain the difference between them (is one more secure than the other one?)
View 1 Replies
View Related
Feb 11, 2011
I have a fedora13 server running and for some reason cannot telnet using the hosts ip address. I have disabled the iptables firewall as well as selinux. I have a soap server app that needs to telnet to the fedora13 server. Strange thing is, I can telnet to localhost, just not to hostname or host ip address
View 9 Replies
View Related
May 26, 2011
I am using RHEL 5.4 in vmware and its working fine I configured ssh in rhel and tried to login through Putty from host machine (windows xp sp3) am not able to login, so what should I do fo it frndz.
View 9 Replies
View Related
Nov 11, 2009
Does anyone know of something similar to SecureCRT for linux. Id like a program that keeps a list of devices and when i click it, it would open the session in a tab.
View 3 Replies
View Related
Dec 26, 2010
install telnet in fedora 14 then how to configure telnet?
View 13 Replies
View Related
Dec 26, 2010
I want to start telnet on fedora 14
View 1 Replies
View Related
Dec 18, 2008
I am using fedora core 9. I want to enable telnet and ftp services . I used following commands
service xinetd reload which gives error as unrecognised service and
/etc/init.d/xinetd reload which gives error as no such file or directory
how to install and start this service ?
View 1 Replies
View Related
Oct 28, 2009
I can access the files I need by using the telnet command, but I need to have access to the files in my local file system. Is it possible to mount a shared drive over telnet in the fstab file?
View 8 Replies
View Related
Jan 11, 2009
SSH is initially installed and activated. What are the steps in activating FTP and Telnet on Fedora 10. I know they are non-secure and probably shouldn't be used at all, but I need to know or at least pointed in the right direction.
View 3 Replies
View Related
Mar 8, 2010
I want to allow only ip segment(212.154.75.0/24) to telnet the server(RHEL-7.3).How this can be done using iptables?In the server i gave this command:
# iptables -I FORWARD -s 212.154.75.0/24 -p tcp --dport 23 -j ACCEPT
output is
0 0 ACCEPT tcp -- * * 212.154.75.0/24 0.0.0.0/0 tcp
[code]....
View 3 Replies
View Related
Aug 21, 2010
i set up a MAC power pc with ubuntu. i can ssh into it, but i cannot telnet. this is what i get when i telnet to the host i can only telnet to port 80
[Code]....
View 2 Replies
View Related
Feb 13, 2011
Sent an email by using telnet on port 25 from the terminal. Telnet states my message was sent but I never got it. Is it on the hard disk somewhere. Is there a log file? Where did my email go? Did it go into the ehter? I opened port 25 on my firewall through gnome by selecting 25/smpt checkbox as a trusted service.
View 8 Replies
View Related
Jun 22, 2011
I am using lxterminal to connect to a telnet session on another *nix box.
After I connect, I always have to enter the command
Code:
export TERM=xterm
is there anyway to automate this?
View 3 Replies
View Related
Feb 1, 2010
How to start or stop telnet service in red hat Linux 5
View 2 Replies
View Related
May 11, 2010
I'm a computer technician and I'm interested in learning Linux. I did some research about the different distributions last night decided to try Fedora. I downloaded the latest version of it and installed it onto a brand new machine in my office. Is there a website out there that I can use as a guide for all of the Linux commands. I know that if I wanted to I could just learn my way around the gui, but I want to REALLY learn Linux. I also want to be able to telnet into the machine so that I can access it remotely. How can I set that up? I installed Fedora with all of the default settings and didn't change anything.
View 4 Replies
View Related
Jun 8, 2011
I'm running Telnet Server, VFTP, and VNC on a Fedora 14 box. The box's internal IP is 192.168.1.222 This machine is configured to live in the DMZ, The firewall is up on both the router and this box. I can remote in from home using our external IP. I can FTP. I can Telnet. All using our external IP. When i'm in the office, i can remote in using our external IP. I can FTP. I can Telnet. Again, all with the external IP. If i attempt to telnet 192.168.1.222 i get a connection refused. i can ping the 192.168 address
nmap tells me that all 1000 ports on 192.168.1.222 are closed
nmap tells me that my expected ports are open on the external IP.
.... This is a relatively new conundrum as it "used to work", and only appears not to since our last reboot (power outage). I know i have to be missing something simple here, but i differ to the experts.
View 5 Replies
View Related
Jul 10, 2011
I have a sendmail daemon running on Linux, I can telnet @ port 25 from local shell, however if I telnet from a remote system @ port 25, it doesn't work. There is no firewall in between.
View 3 Replies
View Related
Apr 26, 2010
i have a telnet client src rpm. I need to make some changes in the src and recompile it. i am having problems recompiling src rpm
View 5 Replies
View Related
Mar 24, 2010
I would like to make a telnet connection to one server. I can't do this at first beceause i necesary to connect to another server. I use the program putty and this is the command to connect to my first machine:
[Code]....
View 2 Replies
View Related
Oct 11, 2010
how do I setup/enabled telnet access only for particular directory, when any user log-in on to my server, he gets something like below pattern on to remote server, and only login to specified directory, also he need to run few bash commands.
[ravi@mydomain00 ~]$ telnet mydomain.com
Trying 127.0.0.1...
Connected to mydomain.com (127.0.0.1).
Escape character is '^]'.
[Code]....
View 1 Replies
View Related
May 6, 2011
I am trying to open the telnet port on my system with port 4100 and for the same i have inserted the entries in iptables file using below command./sbin/iptables -A INPUT -s 132.186.208.83/24 -p tcp �-dport 4100 -j ACCEPT.
View 1 Replies
View Related
Sep 8, 2010
I was just checking the configuration file of /etc/xinetd.d/krb5-telnet and i thought of enabling the telnet.I modified the configuration file accordingly and restarted the server.
Code:
# cat /etc/xinetd.d/krb5-telnet
# default: off
[code]...
View 2 Replies
View Related
Jul 20, 2010
I have a temlnet problem -telnet 192.168.0.4 1004 failed.
At 192.168.0.2, "telnet 192.168.0.4" make connection successfully at port 23, however "telnet 192.168.0.4 1000" does not make connection at port 1000.
View 5 Replies
View Related
Apr 6, 2011
i am on CentOS 5.5 ,and unable to do the Telnet. SElinux is in Permissive mode and firewall is off. below are the details for the help. i tried it before and after disabling the firewall and SELinux.
[Code].....
View 14 Replies
View Related
Apr 14, 2011
I've tried searching for this peculiar behavior, but couldn't find a solution that works for it - I have installed Redhat on my system and have a listener running on port 7878. I wanted to check if the port is accessible from a machine on the network, and so i telnet-ed from a remote machine and it worked. Now comes the weird problem - I used the same command (telnet xxx.xxx.xxx.xxx 7878) locally and it was able to telnet. However, if I try to connect using localhost, meaning, "telnet localhost 7878" or "telnet 127.0.0.1 7878", it gives me the following error:
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
Here is my /etc/hosts entry:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
[Code]....
Not sure where the problem is. I expect telnet to connect irrespective of whether i use the IP address OR localhost when i use telnet locally.
View 5 Replies
View Related
May 10, 2010
How to eneble telnet in linux based os?
I'd tried this command:
telnet my pc ip & name
View 3 Replies
View Related
Mar 9, 2010
I've a Windows 7 host OS and I've installed Fedora 11 as a Virtual OS using Virtualbox.I want a friend of mine to connect to my Fedora server using telnet from internet. What I would like to know is how do i configure my Virtualbox to allow my friend to connect to my server. Also, is there any setting I need to change in Fedora to allow this?
View 9 Replies
View Related
May 6, 2009
I did chmod -R g=rwx on /bin , /sbin
now I can not connect to the machine using root through telnet, ssh, scp, rsh or any means.
View 1 Replies
View Related
Jan 19, 2011
I have just a one line script that runs telnet, and even thoughI've looked around I thought maybe someone could just tell me if there is a way to automatically login to the telnet server without having to type it in everytime. It's more of a hassle type of thing, but no matter what I've tried, I can't get anything to work.
View 5 Replies
View Related