I’m new to MikroTik.
I made a setup with 3 networks for different purpose, one was created by default.
eth1 is main gateway
eth2 is default creaed nw 192.168.88.0
I created 2 other networks:
eth 3-4 10.157.5.0
eth 5-10 10.157.10.0
My problem is that I only can access the WebFig from the default network on port eth2 at address 192.168.88.1
Accessing WebFig from port 3-4 on 10.157.5.1 or from eth 5-10 an address 10.157.10.1 os not working.
Ca anyone help me configuring the router to access Webfig from the other networks as well?
From each of my subnets i can ping the respective address
from ports belonging to 192.168.88.0 i can ping 192.168.88.1
from ports belonging to 10.157.5.0 i can ping 10.157.5.1
from ports belonging to 10.157.10.0 i can ping 10.157.10.1
I’m not able to ping 192.168.88.1 from 10.157.5.0 or 10.157.5.1 with i might be OK because I only want to allow WebFig.
Shouldn’t be I able to simply access WebFig one x.x.x.1 on each subnet?