Ubuntu :: Enable Telnet Service Reachable Via Standard P 23?
Apr 30, 2010
need to talk to ubuntu 10.04 via normal telnet. nstalled telnet from repository, this allows me now to contact other machines from this ubuntu, but I need also to contact this ubuntu from other machines. What do I need to do to enable telnet service reachable via standard p 23?
View 4 Replies
ADVERTISEMENT
Aug 27, 2010
I have telnet service intalled(apt-get install telnetd), but when I type telnet, I'm getting the following error:
bash: /usr/bin/telnet: No such file or directory
View 9 Replies
View Related
Feb 1, 2010
How to start or stop telnet service in red hat Linux 5
View 2 Replies
View Related
Sep 20, 2010
I googled it and found this information: To enable the telnet service, login to the server as the root user account and run the following commands:
Code:
# chkconfig telnet on
# service xinetd reload
but the very first command did not work.
So, how do we...
[1] start and stop telnet service on UNIX / Linux?
[2] specify configurations / settings for the telnet service to accept or deny connections
View 7 Replies
View Related
Mar 5, 2011
I have been searching for the past hour trying to figure out how I can enable telnet on my Ubuntu 10.10 Virtual Machine.I am using VirtualBox to run my VM. I am trying to access that VM using PuTTy but most everything I have seen says I have to enable telnet first.The directions that I have found say to go to System > Administration > Services and enable telnet.I have nothing called Services under Administration.
View 9 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
Jan 27, 2010
How can I enable telnet login in a slackware derivative? (specifically Backtrack 3)Needing telnet because I'm unable to get ssh login working through a reverse ssh tunnel.
View 3 Replies
View Related
Feb 8, 2016
I have a few computers running linux and windows and I like to be able to telnet and to ftp but these services are not active I look into system settings but I can not find anything on were to start them.I already try using ssh but it just hangs and nothing happened also I tried to use the graphical app for ftp but same result host not reachable.
View 10 Replies
View Related
Oct 13, 2010
I have a task I need to enable root telnet on SLES 11.I know about security hole, it is a must requirement accordingly to executing some scripts.Telnet works for the other user , but not for rootSSH work properly.Added pts/0 .. pts/24 to the /etc/securetty
View 5 Replies
View Related
Sep 12, 2009
how to enable and disable these services: FTP,Email,Web server,Firewall,Telnet,LAN? Is there any general way to manage services?
View 1 Replies
View Related
Sep 25, 2009
I have opened/added the ports 1812 and 1813 (both tcp & udp) for radius server in the firewall.
when i use the command : telnet localhost 1812 , the connection says "refused", i get the following messages code...
View 2 Replies
View Related
Jul 17, 2011
I have found the following info on my machine
user@ubuntu:/etc/xinetd.d$ cat daytime
# default: off
# description: An internal xinetd service which gets the current system time
[code]....
View 1 Replies
View Related
Jan 18, 2011
can anyone please provide useful command for :
1)ways to enable/disable OS service(FTP/Email/Web server/Firewall/telnet/Lan file sharing)
2) basic interaction with the OS ( checking information/Open Files/Running Program)
3)Boot-loading configuration and customization
4)installation/uninstallation of programs/system patches
5)System configuration(Time setting/Date setting/User login detail change/Access right control)
View 3 Replies
View Related
Apr 5, 2011
I have installed squid 2.6 in my cent os 5 machine. The installation location was
Code:
# ./configure@--prefix=/usr/local/squid
Normally with RPM base squid,to start and stop squid we use
# service squid start
# service squid stop
Now with source code based installation the start and stop services are not working.
View 19 Replies
View Related
Sep 13, 2010
php gd function problem on RHEL5 php & http server is working ,php-gd is install but service is not active.
View 1 Replies
View Related
Mar 16, 2011
I have accidentally stoped gdm3 service with BootUP-Manager and now i cant enable it again. I can start it from terminal with sudo service gdm3 start i have tryed to dpkg-reconfigure gdm3 and purge/install. This are services running on startup [ + acpid
[ - ] anacron
[ + ] apache2
[ + ] atd
[code].....
View 3 Replies
View Related
Feb 3, 2011
I have a slackware 12 distro (actually backtrack 3) that I want to enable FTP logins. So I start the proftp service with in.proftpd But when I attempt login with ftp, I get "530 Login incorrect" after entering the correct password for the account.
View 5 Replies
View Related
Mar 15, 2011
I am getting the error Cannot Enable Service SUSEFirewall2_setup when I try to set up the firewall in Yast.
11.4 x86-64
KDE 4.6.00
View 1 Replies
View Related
Jun 25, 2011
When installing Samba and Webmin I use the application "system-config-services" or (if it is easier to find for you that way) menu->Administration->Service management. In this application I can start the services I need (nmb, smb, webmin), but the enable/disable at startup setting is greyed out... Even when I start the application as root it still gives me no possibility to configure the services to start up on boot. This should be possible. It works this way in Fedora 13 and Fedora 14, so why not in Fedora 15?
Before reporting a bug, I would like to ask if other users here have the same problem (and -if possible- a solution)... In the mean tim I guess it is back to the old way of configurating services - sigh..
[edit] I tried to remove the [SOLVED] from the title, but the forum software does not seems to allow me to do that... I thought it was solved by installing xinetd, but I was happy a bit too early. I still have no answer for this problem.
View 6 Replies
View Related
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
Apr 19, 2010
I hope I am not repeating a thread. I am trying something very simple: To remotely connect from a ubuntu desktop to another ubuntu server (physically not reachable). When I ping the server, it seems to be fine. However, when I try to ssh, the connection is closed by the host. I am the only one using the server. It worked fine a few hours ago and I was trying to copy a lot of data using a couple of scp sessions. At some point the connection was closed and I cannot access the server anymore.
View 2 Replies
View Related
Aug 28, 2010
I have a remote machine on which my server application runs. The remote server is linux based. What and all steps I would required do to IDENTIFY and SOLVE if The server is not reachable
View 2 Replies
View Related
Jul 28, 2011
I dont even know where to start looking on Google.Just in case this matters, for completeness.I've an inactive eth0 (wired ethernet link) with static IP.Other possibly relevant details:I'm using an old 802.11b card. Cant imagine this is relevant, because the internet is working fine as far as pinging anything outside the local network goes.
View 2 Replies
View Related
Feb 10, 2010
I recently installed Deluge 1.2.0 from the following PPA:[URL]I using this on two different Linux computers. One is running Linux Mint 8 and the other is running Ubuntu Netbook Remix 9.10. The first time on either computer when I enable WebUI in the Deluge GUI it works fine. However if I ever disable it in plugins section I am subsequently unable to re-enable it (doesn't appear in the side panel again). Rebooting or reinstalling Deluge seems to have no effect.Is this a bug or am I doing something wrong?
View 3 Replies
View Related
Feb 19, 2010
I am working on Redhat Linux. While connecting internet through modem.Modem is configured. After activate both modem(ppp0) and eth0. When i restart my network service it is showing RTNETLINK :network isn't reachable...
View 1 Replies
View Related
Aug 28, 2010
I have a remote machine on which my server application runs. The remote server is linux based. What and all steps I would required do to IDENTIFY and SOLVE for following two problems
1. The server is not reachable
View 5 Replies
View Related
Mar 7, 2011
Was trying to understand the behavior of TCP when the server becomes unreachable . For this I am using vsftpd and the default linux ftp client to check the behavior.I was trying the following things. Was Trying to download a file from an FTP server using the FTP client as anonymous user. While the file is getting downloaded, I removed the network cable from the FTP server to understand the behavior of TCP when the server becomes unreachable.
As per the functionality of TCP/IP , when the server becomes unreachable for whatever reason , the client tries retransmitting the data till it can send the data or it timeouts. But in my above experiment using FTP , I can see that the FTP client is not trying to retransmit data at all . This I came to know using by sniffing FTP traffic at the client side. Is this expected or default FTP client available in Linux does not obey TCP/IP functionality properly ?
View 2 Replies
View Related
Dec 8, 2009
I have two machines, one used as client and the other as server. I want to check if the port 7080 on server reachable from the client machine.How can I do that? Using telnet?
View 12 Replies
View Related
Feb 13, 2011
Until yesterday everthing was working perfectly. Today I started my Debian Lenny and internet doesn't work. I can't ping my router successfully:
Code:
takada:/home/sam# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.97 icmp_seq=1 Destination Host Unreachable
[code].....
View 2 Replies
View Related
May 3, 2011
A question that I've asked myself (and google) many times but never got to an answer.Scenario:ServerA) postfix Primary MXServerB) postfix Backup MXAccording to the rfc a source mailserver can decide where to send email e.g.send an email to backup even is primary is reachable up and running.So my questions are: 1) how do I (live I mean) replicate messages arrived on any server to the other?2) How do I synchronise sent messages, message deletion, folder creation/deletion.Imapsync goes half way towards the solution but it needs to be run manually one off and you must specify source and destination.All I wanted really is a user to be able to use either server without having to worry about primary/secondary or what so ever.
View 4 Replies
View Related