| Adding New telnet Service to Different Port | | | | Problem | Client would like to add new telnetd with different port.
| | | | Solution | EnvironmentAIX Version 5.x - Using your preferred editor, edit the file /etc/inetd.conf by adding the following:
telnet80 stream tcp6 nowait root /usr/sbin/telnetd telnetd
Note: Port number 80 is being used in this example. - Using your preferred editor, edit the file /etc/services by adding the following:
telnet80 80/tcp
- Now run the following command:
refresh -s inetd
| | | | | | | Historical Number | | isg1pTechnote1404 | | | | |
No comments:
Post a Comment