Results 1 to 2 of 2
I would like to support following sevices on non-standard port uisng INETD running on Red Hat LINUX:
SSH, SNMP, FTP
Does anyone see any issue with doing this? I would ...
- 01-21-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 8
INETD support on non-standard port
I would like to support following sevices on non-standard port uisng INETD running on Red Hat LINUX:
SSH, SNMP, FTP
Does anyone see any issue with doing this? I would appreciate your comments.
Thanks
- 01-21-2011 #2
Under RHEL it will be xinetd. Those services are usually run as daemons rather than through xinetd, but configuring them to run on non-standard ports through xinetd shouldn't be any more difficult than configuring them to run on standard ports through xinetd. You'll probably need to modify the standard ports for the services in /etc/services.


Reply With Quote