Hello,
I’ve inherited mikrotic infrastructure and there is problem with public vlan, which should go to APs.
I have 3 switches: There is bridgePUBLIC on switch1 with DHCP running for 10.10.32.0/24 site, pair of PUBLIC/LAN vlans on physical ports.
Switch1 ehter1 is uplink to Zyxel, which gives DHCP for LAN (10.10.30.0/24) and is bridged via bridgeLAN with other ports
Switch3 ether1 is connected to Switch1 ether3. On both S1E3 and S3E1 there are vlan pairs mentioned above.
For testing purposes I’m using Switch3 ether2 for PUBLIC conectivity.
When i connect device to S3E2 i’d get ip from DHCP on S1bridgePUBLIC.
Problem is, that i cannot connect to internet, in fact a cannot get out through S1.
So far i can ping S1bridgePUBLIC (10.10.32.1), S1bridgeLAN (10.10.30.189) and thats it.
Masquerade rule is/was set up on S1 to no avail
chain=srcnat action=masquerade src-address=10.10.32.0/24 src-address-type="" out-interface=bridgeLAN nth=1,1 log=yes log-prefix="pubmasq
Default routes are set up
# DST-ADDRESS PREF-SRC GATEWAY D
0 A S 0.0.0.0/0 10.10.30.1
1 ADC 10.10.30.0/24 10.10.30.198 bridgeLAN
2 ADC 10.10.31.0/24 10.10.31.1 bridgeSERV
3 ADC 10.10.32.0/24 10.10.32.1 bridgePUBLIC
It will take some time to trim full config dump, but is there something i coul have overlooked?