mikrotik hex configured and running fine - default bridge WAN and lan1 (192.168.88.0), added different subnets on lan3 (192.168.2.0) and lan5 (192.168.5.0) - aqll working fine. However i can only browse/winbox the MR on 192.168.88.1 - I cannot connect on 192.168.2.1 or 192.168.5.1?? Is there a way for this to work??
You have some Error in your Config.
If you Post the config of the Mikrotik device, we can help
/export hide-sensitive file=anynameyouwish
Please see attached as requested - any assistance appreciated
myrouter.rsc (3.38 KB)
In general access to winbox should be controlled by the admin.
Never access winbox from the internet (Unless you enter the router by vpn first)
Dont leave winbox open to every LAN user (they have no need).
There are ways to nail it down, for future thinking.
Your setup is although not wrong, confusing and over cooked.
Well you have a number of choices.
a. define each ethernet separately
ether2
ether3
ether4
ether5
b. Since ether4 and ether5 you want to be on teh same subnet it makes sense
ether2 ip address=
ether3 ip address=
Bridge - ip address=
(bridgeports -ether4,ether5)
ether2= LAN member
ether3=LAN member
Bridge=LAN member
In general, one only needs vlans if one runs out of ports compared to subnets and this is also typically means one has a smart device down the line (AP or switch). Since this is not the case no need for vlans yet.
hmm … so no idea why i cannot browse to MT via other subnets? I have used Ubuntu EdgeRouters and you can browse from any subnet
Try this… FROM
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
add interface=ether3 list=LAN
TO
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
add interface=ether3 list=LAN
add interface=bridge5 list=LAN