Feature request: user configurable ssh and ftp ports
SNAKE OS firmware for wlxkj652, ns-k330 and NAS based on str8132 SoC
Brought to you by:
dgazineu
Originally created by: Wagner.L... (code.google.com)@gmail.com
Just like the option we already have now in the Web Admin and Web Server
configuration, where the user can choose the ports to be used.
Many ISPs block incoming requests on known service ports on non commercial
subscribers. Having a flexible configuration would allow users to publish
the services through alternative ports.
Also, it would be interesting from a security perspective, effectively
avoiding basic network port scans.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Wagner.L... (code.google.com)@gmail.com
Sorry, clearly it isn't a "Defect". Couldn't relabel it after sending the issue.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: leotow... (code.google.com)@gmail.com
I just wanted to support Wagner's request, give a HUGE thank you to the developers for the wonderful piece of software they've put together and also ask if there is no way around this limitation?
I don't know, maybe a command line action to change FTP default port.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: wellum... (code.google.com)@gmail.com
As a workaround you could use the chrooted Debian from the Wiki page.
apt-get install anything you want basically and change what ever ports you need.
I only have ssh running on port 22 on snake and all the rest is running on chrooted side like ssh on port 23 so I can log straight into chroot
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: allst... (code.google.com)@gmail.com
Comment 4 by allstsgo, Today (11 hours ago) No need to chrooted debian to change ftp port.
To change the ftp listen port from 21 to another (2100 for example), do this:
SSH to snake (with putty)
cd /etc
vi vsftpd.conf
use arrows to move to the end line
press "o" and a new line will be added
listen_port=2100
press Esc
write :w and enter to save file
write :q to exit vi to command line
Now restart the ftp service and ftp will work on port 2100
The problem*: Each time you reboot the nas, this config will be lost :(
*Edit: Problem solved. To keep port config, before reboot the nas, go to system > Config and Save Config