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
Discussions
Discussions
Discussions
Forums
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
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-17-2002 07:29 AM
тАО07-17-2002 07:29 AM
can anyone help please, thanks.
stuart
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-17-2002 08:10 AM
тАО07-17-2002 08:10 AM
Re: Telnet
First step, try telnet 127.0.0.1 from your redhat box,
Check also netstat -a | grep telnet to see if *.telnet is in LISTEN state.
Did you restart xinetd after changing telnet to disable no ?
If netstat is Ok and telnet 127.. also then the trouble is in autorization from the network to access to your server.
hth
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-17-2002 08:33 AM
тАО07-17-2002 08:33 AM
Re: Telnet
Its probably your default redhat firewall
settings.
Do the following :
ipchains -F
ipchains -X
and try to telnet now ?
Does it work ?
to disable the firewall do permanently :
chkconfig --del ipchains
hope this helps
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-17-2002 08:45 AM
тАО07-17-2002 08:45 AM
Re: Telnet
did you think about your /etc/securetty file? If you simply rename it telnet should work:
mv /etc/securetty /etc/securetty.save
Allways stay on your bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 12:14 AM
тАО07-18-2002 12:14 AM
Re: Telnet
thanks benoit but when i telnet it says connection refused, netstat -a ?? grep telnet does not display anything and xinetd has been restarted.
Steven,
used ipchains -F & -X commands but it still is not working.
Peter,
i could not find a dir called my on root only one i found was a file called securetty in the main etc folder, called this telnet but still nothing.
please help!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 12:38 AM
тАО07-18-2002 12:38 AM
Solutionit seems, for benoit's question, that you don't have the telnet daemon running.
If you try that you'd get something like this:
[root@zeus /etc]# netstat -a | grep telnet
tcp 0 0 *:telnet *:* LISTEN
into inetd.conf you'd also have a line like this:
telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
if is in the inetd.conf file it will be loaded automagicaly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 01:00 AM
тАО07-18-2002 01:00 AM
Re: Telnet
Telnet has both a client and a server.
Make sure you have the server installed, the package name is telnet-server-
If it is installed, go to /etc/xinetd.d and look at the telnet file:
make sure that the disable field is set to no.
If it was "yes" change it to no save the file and restart xinetd (# service xinetd restart).
HTH.
Oren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 01:08 AM
тАО07-18-2002 01:08 AM