Is my NAS accessible from the Internet?

1

I have a FreeNAS server set up to do nightly backups for my various Windows machines. I turned SSH on to make administration a little easier - I have plenty of Linux VMs and it's easier for me to SSH in and do administrative tasks (e.g. running badblocks for the first time on new drives) from there.

All my systems are behind a Netgear router which does not have port fowarding, DMZ, or anything else of that kind enabled. Am I correct in believing that it is impossible for anyone to SSH into (or otherwise access) my NAS outside of the local network? I can't, but for all I know, there's some kind of attack or packet spoofing that would make it possible.

Thanks!

Shamshiel

Posted 2014-06-16T21:31:32.873

Reputation: 13

It would depend on the setup of the Netgear router. Attach a computer to what is normally the internet facing connection on the Netgear and run nmap on it, to see which ports are open. That will tell you the possible vulnerabilities. – Roland Smith – 2014-07-06T13:10:32.230

Answers

1

By default, it is not possible to access your NAS from the Internet, because you haven't setup port forwarding or a DMZ.

If someone is able to hack into your computer (by means of spyware/trojan virus/etc) they can get onto the NAS from there. If they get on your PC, they usually can access all your data. You should not be worried about this unless you have no antivirus software. I just mention this to be thorough.

LPChip

Posted 2014-06-16T21:31:32.873

Reputation: 42 190

+1 but I dont like the term "not possible." its extremely unlikely, but there could be security flaws in the firmware that allows remote access, or other unlikely scenarios. – Keltari – 2014-06-16T21:42:06.160

@Keltari Although you are right, it would still require a skilled hacker to get through that would know which router he has and which vulnerabilities it has. Based on the scope of this question, I found not possible to be a better choice of words than extremely unlikely. Everything can be hacked if you have the knowledge and tools, but it is not helping Shamshiel in any way. – LPChip – 2014-06-17T07:49:20.780