Hi all, I want to change the port ftpd uses. Currently my Mac is behind a Linksys firewall/router. Ports 21, 22, and 80 are open. I want to put the ftpd on some non-standard port just to add a little to security.
As a test, I went into /etc/services and changed ftp's line to look like this:
ftp 2121/tcp
Then I did a kill -HUP <inetd pid>. From the outside I could still connect through port 21. So then I just killed inetd and manually restarted it. Same problem. I still connected at port 21. Is there something special I need to do? Any special configuration file I need to edit?
Help
As a test, I went into /etc/services and changed ftp's line to look like this:
ftp 2121/tcp
Then I did a kill -HUP <inetd pid>. From the outside I could still connect through port 21. So then I just killed inetd and manually restarted it. Same problem. I still connected at port 21. Is there something special I need to do? Any special configuration file I need to edit?
Help