I have an NVR connected to my router and it acts as a DHCP server for its attached cameras.
So I configured my NVR to have its ip address as 192.168.1.200 and its DHCP network as 10.0.100.0/24.
At the router (RT-AC87u), I added a static route pointing to my NVR.
When I ping 192.168.1.200 or 10.0.100.1, it responds ok as a directly attached device should.
But when I try to ping the NVR's attached cameras ip addresses, it just won't respond.
I can watch the cameras stream without a problem but not able to ping them.
Is there something wrong with my configuration or something else?
Thanks
So I configured my NVR to have its ip address as 192.168.1.200 and its DHCP network as 10.0.100.0/24.
At the router (RT-AC87u), I added a static route pointing to my NVR.
netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
10.0.100.0 192.168.1.200 255.255.255.0 UG 0 0 0 br0
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
10.0.100.0 192.168.1.200 255.255.255.0 UG 0 0 0 br0
When I ping 192.168.1.200 or 10.0.100.1, it responds ok as a directly attached device should.
arp -an
? (192.168.1.200) at xx:xx:xx:xx:xx:xx [ether] on br0
? (192.168.1.200) at xx:xx:xx:xx:xx:xx [ether] on br0
traceroute 10.0.100.1
1 10.0.100.1 (10.0.100.1) 2.842 ms 5.275 ms 8.611 ms
1 10.0.100.1 (10.0.100.1) 2.842 ms 5.275 ms 8.611 ms
But when I try to ping the NVR's attached cameras ip addresses, it just won't respond.
traceroute 10.0.100.101
1 * * *
2 * * *
3 * * *
1 * * *
2 * * *
3 * * *
I can watch the cameras stream without a problem but not able to ping them.
Is there something wrong with my configuration or something else?
Thanks