|
|
Subject:
Unix
Category: Computers > Operating Systems Asked by: tecate21-ga List Price: $3.00 |
Posted:
08 May 2004 13:05 PDT
Expires: 07 Jun 2004 13:05 PDT Question ID: 343272 |
Think this through, give a complete answer! How can you deny all incoming telnet requests, while still allowing outgoing sessions. You may not use TCP Wrappers as an answer, but you can take some hints! (here's a freebie, hosts.allow and such are part of the TCP Wrappers package). | |
| |
|
|
There is no answer at this time. |
|
Subject:
Re: Unix
From: ps258-ga on 17 May 2004 12:57 PDT |
The generic answer is to disable the telnet server by editing it out of /etc/inetd.conf and telling inetd to re-read it's config file with something like 'kill -HUP `cat /var/run/inetd.pid`' but the specifics will vary a bit depending on your vendor. |
Subject:
Re: Unix
From: tinus-ga on 08 Jun 2004 17:01 PDT |
Another way to do this (in most cases) is by commenting the telnet 23/tcp line in /etc/services (like this: # telnet 23/tcp ) and then restarting inetd or xinetd. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |