Some Mikrotik/IP cam Teething issues

Hey Guys!

This is my first post here...

Got a problem with one of my setups.

Let me begin with the layout.

Main Point (A) - Omni and Grid.
Grid - Points to High site for internet access
Omni - Connection for first Extender Point

Extender Point (B) - Omni and Grid
Grid - Connects to omni at Main Point
Omni - Access for Nodes

Node Point (C) - SXT
SXT - Connects to Omni sy Extender Point

Below I've added a drawn layout to make it a bit easier.


In the attached pic you will see the IP's and where what goes.

The Main aim behind this is to give a server PC access to IP Cameras.

The Two IP Cams are set up on 192.168.5.2 and 192.168.6.2 respectively.

At the moment the camera on the Extender Point is working 100%. However the Camera an the SXT is cuasing issues.

I've got a couple of routes set up and testing fine. ie can ping the LAN of the SXT from the Main Point and visa-virsa. But as soon as the Camera is plugged in to the SXT and the Server tries and connects to it the SXT connection to the Extender Point times out.

I then kick the SXT off the Extender Point and when it reconnects it works again for 30sec more or less then times out again.

I'm a bit of a noob when it comes to these things... but learning as I go...

Any help will be appreciated.

I will post routes that I've added below:


Routes
MAIN POINT

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 A S 0.0.0.0/0 192.168.210.1 1
1 ADC 192.168.1.0/24 192.168.1.1 LAN1 0
2 A S 192.168.5.0/24 192.168.25.2 1
3 A S 192.168.6.0/24 192.168.25.2 1
4 ADC 192.168.25.0/24 192.168.25.1 HBC-MAIN 0
5 A S 192.168.26.0/24 192.168.25.2 1EXTENDER

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 A S 0.0.0.0/0 192.168.25.1 1
1 ADC 192.168.5.0/24 192.168.5.1 LAN1 0
2 A S 192.168.6.0/24 192.168.26.2 1
3 ADC 192.168.25.0/24 192.168.25.2 EXT-GRID-1 0
4 ADC 192.168.26.0/24 192.168.26.1 EXT-OMNI-1 0SXT

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 A S 0.0.0.0/0 192.168.26.1 1
1 ADC 192.168.6.0/24 192.168.6.1 LAN1 0
2 ADC 192.168.26.0/24 192.168.26.2 SXT-ONE 0

It seems that you have an Dynamic IP. Make sure that you change it to static… The process will get easier..

Thank You