JW wrote:
>
> Hi,
>
> I changed port 21 in port 1333 in /etc/proftpd.conf (using
> the template /etc/e-smith/templates/etc/proftpd.conf/05port)
> and I did a reboot. After the reboot port 21 is changed in
> port 1333 in /etc/proftpd.conf. When WS_FTP Pro is connecting
> to x.x.x.x:1333, I get the message "Connect failure". When I
> connect to x.x.x.x:21, everything is working????????????
Its started via inetd right?
Youd have to modify the entry in /etc/xinetd.conf to not use the default service of ftp, but a custom entry with a port = 1333 directive; or else I guess you can (via templates etc.) add an entry to /etc/services called "proftpd 1333/tcp #custom ftp listen port" and then (via templates etc.) instead of using service ftp { } change the ftp to be proftpd and then expand your templates and restart xinetd with service xinetd restart
--
Damien