Risky? DMZ & NAS - What Could Go Wrong?

  • Thread starter Thread starter kandelabr
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 12K views
kandelabr
Messages
110
Reaction score
0
Hello,

i've just got a home NAS and it has an option to use it as a FTP server, but if i want to use it as one, i need to set its ip to be the "DMZ computer" in router's settings.

i know it's a security risk for computers, but is it also for a NAS? i can set the precise username and password for those that will be connecting, and that user will only have access to specified folder and nothing else.

what could go wrong?*

________________________________
* sarcasm not specifically excluded
 
Physics news on Phys.org
i would very strongly advise against placing anything in the DMZ on the router. This opens up the system to the internet and can potentially cause problems. Allowing full access from the internet will afford a malicious user the opportunity to access your NAS' administration page which is dangerous.
The best option, if you want to run an ftp, is assign your NAS a static IP address and setup port forwarding on the router and forward all data on port 21 to your NAS. THis will let you access your ftp with minimal risk.
 
that's a good idea.
let me try :)

thanks,
kandelabr
 
kandelabr said:
Hello,

i've just got a home NAS and it has an option to use it as a FTP server, but if i want to use it as one, i need to set its ip to be the "DMZ computer" in router's settings.

i know it's a security risk for computers, but is it also for a NAS? i can set the precise username and password for those that will be connecting, and that user will only have access to specified folder and nothing else.

what could go wrong?*

________________________________
* sarcasm not specifically excluded


In a FTP server, everything is transmitted in clear text over the network. So, the username and the password can be easily sniffed.
I suggest you set up a SSH server on the computer (in order to use SCP); and forget the FTP server on the NAS.