Results 1 to 3 of 3
I want to configure following serivices on non-standard (or not well-known)port uisng RED-HAT LINUX INETD:
-TELNET, SSH, SNMP, FTP
1) Is there any issue/limitation doing this?
2) Any caveat or ...
- 01-20-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 8
Services on not well-known ports using INETD
I want to configure following serivices on non-standard (or not well-known)port uisng RED-HAT LINUX INETD:
-TELNET, SSH, SNMP, FTP
1) Is there any issue/limitation doing this?
2) Any caveat or peculiarities related to any of the services?
I would appreciate your comments/suggestions.
Thanks
- 01-21-2011 #2
Rehat/CentOS uses xinetd for this process now. It's reasonably easy to change the ports, I think - you just edit the /etc/services file to use a different port and make sure the service's configuration file in /etc/xinetd.d has the service enabled, then restart xinetd. Of course, you don't want to more a service onto a port that is used by another, non-xinetd service.
Linux user #126863 - see http://linuxcounter.net/
- 01-21-2011 #3Just Joined!
- Join Date
- Jan 2011
- Posts
- 8
Thanks for the reply. Out RedHat version is packaged with INETD only. So is it any different supporting services (SSH, SNMP, etc.) using INETD?
Thanks.


Reply With Quote