- Sep 26, 2016
- 42
- 13
Hi guys and girls
/mnt/mtd/Config holds, amongst other stuff, the network config files. It's as far as I can tell the only partition that is writable. In there you can find the IP information (xxx characters have been added be me):
This is the LAN-side of the NVR going to my home network:
BONDED = 0
BRIDGEEDED = 1
PRIO = 0
HOSTIP = 192.168.xxx.xxx
SUBMASK = 255.255.255.0
GATEWAYIP = 192.168.xxx.xxx
MTU = 1500
DEFAULT_ETH = eth0
This is the camera subnet on the NVR. You can change it but the GUI does not allow it to be in the same subnet as above:
BONDED = 0
BRIDGEEDED = 1
HOSTIP = 10.1.0.1
SUBMASK = 255.255.0.0
GATEWAYIP = 10.1.0.1
MTU = 1500
PRIO = 1
Does anyone know what the first 3 parameters do? I changed BRIDGEEDED to 1 as you can see in red but that made the NVR unreachable
. I assumed it would bridge the "camera subnet" and the NVR-subnet together. But that did not turn out very well. Still tracking down my console cable to change it back
full disclosure:
The camera's are put in a separate subnet on the NVR if you connect them directly to an NVR PoE-port. I don't like that as you loose direct access to the camera's themselves.
I'm trying to modify the config so that either the interfaces are bridged or the camera's reside in the same subnet as the NVR.
/mnt/mtd/Config holds, amongst other stuff, the network config files. It's as far as I can tell the only partition that is writable. In there you can find the IP information (xxx characters have been added be me):
This is the LAN-side of the NVR going to my home network:
BONDED = 0
BRIDGEEDED = 1
PRIO = 0
HOSTIP = 192.168.xxx.xxx
SUBMASK = 255.255.255.0
GATEWAYIP = 192.168.xxx.xxx
MTU = 1500
DEFAULT_ETH = eth0
This is the camera subnet on the NVR. You can change it but the GUI does not allow it to be in the same subnet as above:
BONDED = 0
BRIDGEEDED = 1
HOSTIP = 10.1.0.1
SUBMASK = 255.255.0.0
GATEWAYIP = 10.1.0.1
MTU = 1500
PRIO = 1
Does anyone know what the first 3 parameters do? I changed BRIDGEEDED to 1 as you can see in red but that made the NVR unreachable


full disclosure:
The camera's are put in a separate subnet on the NVR if you connect them directly to an NVR PoE-port. I don't like that as you loose direct access to the camera's themselves.
I'm trying to modify the config so that either the interfaces are bridged or the camera's reside in the same subnet as the NVR.