how to change default builtin Telnet, FTP, WebShare ports?
Hey all,
if some of you recall I had major sharing woes because, as I finally found out, my cable isp blocks all ports below a certain number... at least FTP, Telnet (21-22), and Web (80) are blocked.
I downloaded CrushFTP and its just an amazing piece oh software... best FTP server I have ever seen. I changed the port to anything above 5000 and ftp works finally.
But what about builtin Telnet and Personal Web Sharing? In OS 9 you had the option to change the port number for Personal Web Sharing. Is there any .plist .com .pref I can hack to change its port number? Also, if I could use builtin FTP rather than depend on Crush, that would be great, thanks
ZO
if some of you recall I had major sharing woes because, as I finally found out, my cable isp blocks all ports below a certain number... at least FTP, Telnet (21-22), and Web (80) are blocked.
I downloaded CrushFTP and its just an amazing piece oh software... best FTP server I have ever seen. I changed the port to anything above 5000 and ftp works finally.
But what about builtin Telnet and Personal Web Sharing? In OS 9 you had the option to change the port number for Personal Web Sharing. Is there any .plist .com .pref I can hack to change its port number? Also, if I could use builtin FTP rather than depend on Crush, that would be great, thanks
ZO
Comments
I think you can change the ftpd, httpd, and telnetd ports by modifying your /etc/services file. You may need to add the following line to your /etc/httpd/httpd.conf file to change you Personal Web sharing port (to port 8080 in the example):
Listen 8080
To get more information, type the following in a Terminal:
man httpd
man telnetd
man ftpd
man services
Hope this helps.
I don't want to be blamed for messing up someone's computer...
Find another provider if possible. If you're in some long-term contract, check the fine print and if there's no mention of the port-blocking, raise hell.
I have to still read the fine print, but I will try Brian J's suggestions. Worse comes to worse I can use CrushFTP for FTP and I just saw yesterday that on VersionTracker that SSH Helper was updated. I have yet to install it but from what I gather it lets me setup the SSH Telnet server settings (port and everything) so that would be good. The only thing missing would be for Personal Web Sharing... I have also downloade ROXEN Server for that, but looks damn complicated.. havent even installed it yet.
I'm also a bit on a tight budget right now so investing in a new ADSL Modem isnt what I can do right now.
try 'man apache' or whatever, as getting these services to use higher ports is/should be pretty simple. An extra arg when it is initialized. ie -p 3120 or something.
Ah well, all the same to me in the end seeing that I will be getting around it one way or another... I feel a "Fvck the system" fits in well at this point