The followings show u how to configure the psa listen to port 21 (telnet) rather than default port 8443.
I wrote this because the port 8443 is blocked in LAN's envrionment.
- vi /usr/local/psa/admin/conf/httpsd.conf
- line #178
- Change to:
then,
- vi /etc/services
- line #47-48
Code:
telnet 23/tcp
telnet 23/udp
- Change to:
Code:
telnet 24/tcp
telnet 24/udp
then,
- /etc/init.d/xinetd stop
- /etc/init.d/psa stop
- /etc/init.d/xinetd start
- /etc/init.d/psa start