FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
133 views 1 comments
by

Have a camera that is sending stuff into the cloud.
Want to block it.
I can still access the camera from another computer through the cloud. http://157638.seetong.com
(ps this is not my camera)

When I open CLI the rule looks like this:

zone_wan_dest_DROP all -- 192.168.1.53 anywhere  /* !fw3: block CAM */

1 Answer

+2 votes
by anonymous

Hello,

You can add two rules in Netwok->Firewall->Custom rules:

iptables -A FORWARD -s 192.168.1.53 -d 192.168.1.0/24 -j ACCEPT
iptables -A FORWARD -s 192.168.1.53 -j DROP
This will allow you to access the camera from any device in 192.168.1.0/24 and forbid everything else.
Regards,
Best answer
by anonymous

Thank you!
This worked  :)

I also found out that I can used the "Traffic Rules" to make a block from MAC to internet:
 

Block CAM from internet
All
From any host in lan with source MAC 08:45:5A:00:00:94
To any host in wan
Discard forward