|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
RHEL 6 plain telnet & ftp servers
I am being pushed from AIX onto RHEL 6 and after our first 'chuck it on' install, I have a problem. Where is the old (okay insecure) telnet & ftp server? I know that they are probably regarded as archaic now, but the source servers do not have the SSH tools, so I've got to somehow transfer the data. Apart from this, I have CRT from VanDyke which is very nice, but the company will not pay the upgrade fee to get the SSH version, so that's going to be a pain. I do have a closed network, so I'm not too worried about packet snooping. For a 20+ year support of AIX (with forays into and eventually out of Solaris, SCO Unixware, Dynix, TI-UX) & HP-UX, I'm feeling especially vulnerable as I've never been so stuck. Internet searches send me all over the place without a good target. ![]() I don't even have the client side tools installed. Code:
# time find / -name telnet -o -name ftp /var/ftp real 0m0.40s user 0m0.19s sys 0m0.20s # time find / -name telnetd -o -name ftpd real 0m0.40s user 0m0.19s sys 0m0.21s # Any suggestions? (without laughing please) ![]() If I can get the executables, I am happy to set up inetd.conf - oh no! Where's that gone now? What's all this almost empty /etc/inittab? ![]() Despair! At least from HP-UX I've got the lvm commands such as vgdisplay.I was aware of a reference sheet to ease conversions, but I can't seem to find that at the moment either. Maybe I'm just having a bad day. ![]() Robin |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Quote:
Maybe you have xinetd instead of inetd? Being a service wrapper, it's always been kind of optional -- I've personally never understood the use, some distros have it, some don't. On systems which don't, network daemons would just be system services. |
| Sponsored Links | ||
|
|
#3
|
||||
|
||||
|
Quote:
Well, RHEL 6 has vsftpd as the FTP server and telnet-server package for the telnet server. To install these pacakges, you would have to make use of the installation DVD as yum repository. Let me help you with that: 1. Create a file /etc/yum.repos.d/local.repo with the following contents: Code:
[LocalRepo] name=DVD Repo baseurl=file:///mnt/dvd enabled=1 gpgcheck=0 2. Create a dir /mnt/dvd and mount the DVD there Code:
mount -t iso9660 -o ro /dev/sr0 /mnt/dvd 3. Use yum command to install the packages Code:
yum install vsftpd telnet-server xinetd -y /etc/inittab is almost empty because Sys V init has been abandoned to embrace upstart which can start multiple services simultaneously reducing the overall boot time. /etc/inittab is there just to define the default runlevel. Hope this gets you started! |
|
#4
|
|||
|
|||
|
Many thanks. but I think that the media images were copied onto the base server that we have cloned, so it seems to find them :-Code:
# yum whatprovides vsftpd telnet-server xinetd
Loaded plugins: product-id, rhnplugin, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
vsftpd-2.2.2-6.el6.x86_64 : Very Secure Ftp Daemon
Repo : rhel-x86_64-server-6
Matched from:
vsftpd-2.2.2-6.el6_2.1.x86_64 : Very Secure Ftp Daemon
Repo : rhel-x86_64-server-6
Matched from:
vsftpd-2.2.2-6.el6_0.1.x86_64 : Very Secure Ftp Daemon
Repo : rhel-x86_64-server-6
Matched from:
vsftpd-2.2.2-11.el6.x86_64 : Very Secure Ftp Daemon
Repo : rhel-x86_64-server-6
Matched from:
1:telnet-server-0.17-47.el6_3.1.x86_64 : The server program for the Telnet
: remote login protocol
Repo : rhel-x86_64-server-6
Matched from:
1:telnet-server-0.17-47.el6.x86_64 : The server program for the Telnet remote
: login protocol
Repo : rhel-x86_64-server-6
Matched from:
1:telnet-server-0.17-46.el6.x86_64 : The server program for the Telnet remote
: login protocol
Repo : rhel-x86_64-server-6
Matched from:
2:xinetd-2.3.14-31.el6.x86_64 : A secure replacement for inetd
Repo : rhel-x86_64-server-6
Matched from:
2:xinetd-2.3.14-34.el6.x86_64 : A secure replacement for inetd
Repo : rhel-x86_64-server-6
Matched from:
2:xinetd-2.3.14-29.el6.x86_64 : A secure replacement for inetd
Repo : rhel-x86_64-server-6
Matched from:
2:xinetd-2.3.14-35.el6_3.x86_64 : A secure replacement for inetd
Repo : rhel-x86_64-server-6
Matched from:
2:xinetd-2.3.14-33.el6.x86_64 : A secure replacement for inetd
Repo : rhel-x86_64-server-6
Matched from:
vsftpd-2.2.2-11.el6.x86_64 : Very Secure Ftp Daemon
Repo : installed
Matched from:
Other : Provides-match: vsftpdWe will have 'fun' no doubt. Am I right in my reading that csftp is on port 21 therefore will accept plain old FTP? Thanks again, Robin ---------- Post updated at 03:39 PM ---------- Previous update was at 12:56 PM ---------- YES! ![]() ![]()
|
| Sponsored Links | |
|
|
#5
|
||||
|
||||
|
Quote:
![]() |
| The Following User Says Thank You to admin_xor For This Useful Post: | ||
rbatte1 (12-10-2012) | ||
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cfengine / puppet for rhel servers | jaysunn | Red Hat | 1 | 06-21-2010 03:14 AM |
| RHEL 4, simltaneous maximum ftp/telnet sessions allowed | newbie07 | UNIX for Advanced & Expert Users | 2 | 01-14-2008 07:48 AM |
| RHEL 4, simltaneous maximum ftp/telnet sessions allowed | newbie07 | Red Hat | 2 | 01-14-2008 05:03 AM |
| telnet & ftp in linux AS4 with root account | bong02 | Red Hat | 3 | 07-20-2006 08:53 AM |
| diable telnet & ftp | pradeep_desh | UNIX for Advanced & Expert Users | 1 | 06-05-2006 01:14 PM |
|
|