Hi all,
in my small home network I have a security camera that is programmed, when it's motion triggered, to send an email using Gmail and save a video to my local NAS.
I would like to be sure that camera is able to send email but not to connect to anything else as I am aware that these security cameras try to reach outside servers (sometimes NTP, sometimes not)
I am thinking about two possible ways to do that but I would prefer to hear experts' opinion first
method 1:
restrict WAN access to security camera (Asus Network map -> client list -> Block Internet Access)
However this will also prevent camera from contacting Gmail server to send email notification, so I was thinking to install a mail server on my local NAS.
This way the security camera will not need WAN access and the email will be handled by NAS, but I am concerned that I might close a security concern and open another one: is running a mail server on local NAS secure?
I know, for example, hosting a website on local NAS is no-no for several reasons, is it the same for a mail server? What are the possible risks?
method 2:
use Firewall -> Network Services Filter GUI and create a rule for security camera ip so that everything else than STMP port is blocked (in case of Gmail should be 465).
However I would like to further restrict by limiting also the destination address, the problem is that I can't put smtp.gmail.com, I need a specific IP (or IP range)
How can I create a rule so that that IP camera can only reach Gmail server?
This still will not prevent camera to be hacked and send data outside, but it's better than nothing.
If you think there could be a better way to solve my problem, feel free to suggest
in my small home network I have a security camera that is programmed, when it's motion triggered, to send an email using Gmail and save a video to my local NAS.
I would like to be sure that camera is able to send email but not to connect to anything else as I am aware that these security cameras try to reach outside servers (sometimes NTP, sometimes not)
I am thinking about two possible ways to do that but I would prefer to hear experts' opinion first
method 1:
restrict WAN access to security camera (Asus Network map -> client list -> Block Internet Access)
However this will also prevent camera from contacting Gmail server to send email notification, so I was thinking to install a mail server on my local NAS.
This way the security camera will not need WAN access and the email will be handled by NAS, but I am concerned that I might close a security concern and open another one: is running a mail server on local NAS secure?
I know, for example, hosting a website on local NAS is no-no for several reasons, is it the same for a mail server? What are the possible risks?
method 2:
use Firewall -> Network Services Filter GUI and create a rule for security camera ip so that everything else than STMP port is blocked (in case of Gmail should be 465).
However I would like to further restrict by limiting also the destination address, the problem is that I can't put smtp.gmail.com, I need a specific IP (or IP range)
How can I create a rule so that that IP camera can only reach Gmail server?
This still will not prevent camera to be hacked and send data outside, but it's better than nothing.
If you think there could be a better way to solve my problem, feel free to suggest