Hi,
I have to say i really liked your comparison with the cake story^^ You are absolutely right.
And additionnaly to that, i will say, if you do not know how to close the door properly, don't buy any cake .
To come back to the technical part, i just have to adapt the chain to be sure it is above default router rules:
For the time being, there will be only one camera on the router and nothing else, i will see to adapt it to block the subnet instead if i connect additional devices in the future.
Thank you all for helping .
PS: I also add a rules to block easy4ip using access restrictions in Tomato, just in case.
I have to say i really liked your comparison with the cake story^^ You are absolutely right.
And additionnaly to that, i will say, if you do not know how to close the door properly, don't buy any cake .
To come back to the technical part, i just have to adapt the chain to be sure it is above default router rules:
Code:
iptables -I FORWARD 1 -s 192.168.100.208 -p tcp --dport 587 -j ACCEPT
iptables -I FORWARD 2 -s 192.168.100.208 -j DROP
Thank you all for helping .
PS: I also add a rules to block easy4ip using access restrictions in Tomato, just in case.