- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux telnet Network... "HELP!!!"
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 05:29 AM
07-15-2002 05:29 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 06:20 AM
07-15-2002 06:20 AM
Re: Linux telnet Network... "HELP!!!"
I'm not sure how the Linux box's are connected to the network (if at all) at the moment.
In order to be able to telnet you will need to have the telnet server & client installed on both machines.
If you are using RedHat linux 7.x you can do a
rpm -qa | grep telnet
If the output is
telnet-
telnet-server-
then you have both installed, if one is missing you need to install the RPM for it (If you are using RedHat network you can just write up2date telnet telnet-server to install them both).
After you have them both installed go to /etc/xinetd.d and edit the telnet file.
Change the disable line to no and save the file.
Now in order for the changes to take effect restart the xinetd service by giving the command (under root): service xinetd restart
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 11:15 AM
07-15-2002 11:15 AM
Solutioninsecure protocol. If
you are on a firewalled network,
then your risk may be lower.
I would recommend ssh. Open-ssh is available for
most distributions. It includes scp (copy) and
sftp (secure-ftp).
Check the documentation at www.tldp.org.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 10:05 PM
07-15-2002 10:05 PM
Re: Linux telnet Network... "HELP!!!"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 02:41 AM
07-16-2002 02:41 AM
Re: Linux telnet Network... "HELP!!!"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 04:26 AM
07-16-2002 04:26 AM
Re: Linux telnet Network... "HELP!!!"
I'm sorry but I think you need to be more specific. Tell us what your end goal is and then give all of the supporting details.
You might want to think about hiring a consultant if you are not sure where you are going with this.
-hal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 04:47 AM
07-16-2002 04:47 AM
Re: Linux telnet Network... "HELP!!!"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 05:04 AM
07-16-2002 05:04 AM
Re: Linux telnet Network... "HELP!!!"
If I understand your last post,
you want to connect to linux and the users should be authentified by a NT server which is running also Citrix ?
Little explanation :
If you want to use Linux as worstation like a winterm, you can do it with Citrix or Terminal Server : Ica client exists on Linux and there's also rdp client (open project rdesktop) - to avoid Citrix which is very expensive !!!!.
If the goal is to replace NT server, you should consider the services provided by these servers :
If it's just file sharing and printing, Linux + Samba can do it, authentication can be done by Linux (It may be a primary domain controler with samba)
- For all the network services (dhcp,dns,proxy,active directory, http, routing/firewalling ...) there are solutions on Linux.
- To replace Citrix, Linux is using X11 which is standard on Unix. But by this way, you cannot run any specific windows (client side) products: for example, Microsoft word cannot work on Linux without an emulator....
In fact : To use Linux as a server, you can do quite all you want,
But to use Linux as a worstation, it's really more difficult (training of users, new clients products.....)
I'm not sure I have properly answer your question, but hope that help !
regards
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 07:12 AM
07-16-2002 07:12 AM
Re: Linux telnet Network... "HELP!!!"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 08:42 AM
07-16-2002 08:42 AM
Re: Linux telnet Network... "HELP!!!"
Samba is your solution.
Samba allows Windows domain
validation, as well as user
validation on a per server
basis. Samba can also be
you Windows domain server.
For users that need shell
access to the server, you
can use ssh for a command
line shell, or VCN for
X-Window display.