octopus
Part of the Furniture
I'm trying to get my ip cameras working from my IOT-network (br53) I have FORWARD's rules to br0 and they seem get populated,
can se packet counter changing.
In my Reolink app I can see speed counter (kbps) get full speed.
Problem is when I have ip-camera on bridge br53
I can't see any stream on bridge (br0), but packet counter getting full speed.
That get me wonder if I missing any port from br53 to br0 forwarding.
In that case it's (58200)
I scrats my head about this, any thoughts or hints?
can se packet counter changing.
In my Reolink app I can see speed counter (kbps) get full speed.
Problem is when I have ip-camera on bridge br53
I can't see any stream on bridge (br0), but packet counter getting full speed.
That get me wonder if I missing any port from br53 to br0 forwarding.
In that case it's (58200)
I scrats my head about this, any thoughts or hints?
iptables -I FORWARD -i br0 -s 192.168.50.0/24 -d 192.168.53.12 -j ACCEPT
iptables -I FORWARD -i br53 -s 192.168.53.12 -d 192.168.50.0/24 -j ACCEPT
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
260 15600 ACCEPT all -- br53 * 192.168.53.12 192.168.50.0/24
545 32700 ACCEPT all -- br0 * 192.168.50.0/24 192.168.53.12
Last edited: