I'm stuck with my network configuration.
I would like to have 2 subnets: one for my home network and second for IP monitoring.
But 'monitoring' subnet should not have access to my home, but I would like to have access to monitoring network from my home network.
Shortly:
Code: Select all
/ip address> print
0 192.168.11.1/24 192.168.11.0 Eth1-Lan
1 192.168.12.1/24 192.168.12.0 Eth2-Monitoring
First quick try was to drop connection between those 2 networks and add masquerade for out.interface Eth2-Monitoring but it fails.
Can anyone tell me how such thing should be correctly configured ? Is it event possible to do something like that ?
Details:
Code: Select all
/ip route> print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 192.168.8.1 1
1 ADC 192.168.11.0/24 192.168.11.1 Eth1-Lan 0
2 ADC 192.168.12.0/24 192.168.12.1 Eth2-Monitoring 0
Mariusz