Accessing subnet

Hello!

I have a Mikrotik Hex S @ 192.168.88.1, mostly default config.
I installed a switch on ether3 that defaults to 192.168.0.1.

I can access the switch if I change my PC’s ip to 192.168.0.2.

How can I set up my router to allow access to the 192.168.0.1 subnet from an 192.168.88.x IP?

I have tried adding /ip address 192.168.0.1/24 to the bridge. But that loops me to the router’s webfig when I access 192.168.0.1, which is normally at 192.168.88.1.


[admin@MikroTik] > /export hide-sensitive
# may/09/2020 17:06:57 by RouterOS 6.46.6
# software id = 98GZ-DMUI
#
# model = RB760iGS

/interface bridge
add admin-mac=74:4D:28:E1:95:56 arp=local-proxy-arp auto-mac=no comment=defconf \
    fast-forward=no name=bridge
/interface ethernet
set [ find default-name=ether1 ] name=ether1-WAN
set [ find default-name=ether2 ] name=ether2-Wifi
set [ find default-name=ether3 ] name=ether3-Warehouse
set [ find default-name=ether4 ] name=ether4-Server
set [ find default-name=ether5 ] disabled=yes
set [ find default-name=sfp1 ] disabled=yes
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge name=defconf
/queue type
add kind=pcq name=download pcq-classifier=dst-address pcq-dst-address6-mask=64 \
    pcq-limit=25KiB pcq-rate=15M pcq-src-address6-mask=64 pcq-total-limit=\
    200KiB
add kind=pcq name=upload pcq-classifier=src-address pcq-dst-address6-mask=64 \
    pcq-limit=25KiB pcq-rate=2M pcq-src-address6-mask=64 pcq-total-limit=200KiB
add kind=pcq name=pcq pcq-classifier=src-address,dst-address \
    pcq-dst-address6-mask=64 pcq-limit=25KiB pcq-src-address6-mask=64 \
    pcq-total-limit=200KiB
/queue simple
add dst=ether1-WAN limit-at=1M/6M max-limit=2M/15M name=queue1 queue=\
    upload/download target=192.168.88.0/24 total-queue=pcq
/interface bridge port
add bridge=bridge comment=defconf interface=ether2-Wifi
add bridge=bridge comment=defconf interface=ether3-Warehouse
add bridge=bridge comment=defconf interface=ether4-Server
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=sfp1
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1-WAN list=WAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=\
    192.168.88.0
add address=192.168.5.100/24 interface=ether1-WAN network=192.168.5.0
add address=192.168.0.1/24 interface=bridge network=192.168.0.0
/ip dhcp-client
add comment=defconf interface=ether1-WAN
/ip dhcp-server lease

/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf gateway=192.168.88.1 netmask=24
/ip dns
set allow-remote-requests=yes servers=1.1.1.1,8.8.8.8
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
/ip firewall address-list
add address=192.168.88.149 list=Cameras
add address=192.168.88.148 list=Cameras
/ip firewall filter
add action=accept chain=input comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
    invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment=\
    "defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
    in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
    ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
    ipsec-policy=out,ipsec
add action=accept chain=forward comment=\
    "defconf: accept established,related, untracked" connection-state=\
    established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=\
    invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" \
    connection-nat-state=!dstnat connection-state=new in-interface-list=WAN
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
    connection-state=established,related disabled=yes
add action=drop chain=forward out-interface-list=WAN src-address-list=Cameras
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=\
    out,none out-interface-list=WAN
/ip route
add distance=1 gateway=192.168.5.1
/system clock
set time-zone-name=America/Chicago
/system logging
add disabled=yes topics=dhcp
add topics=firewall
/system routerboard settings
set silent-boot=yes
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN

What kind of switch is that?
If you need to access the switch to reset it to a LANIP that works on your subnet of .88
Simply plug the switch to the ethernet port on your PC, change the DHCP ipv4 settings on the PC to match the switch, then access the switch and reset its IP to the .88 subnet.
Note its mac address and then on the MT enter a fixed static LANIP for that mac address tot he IP you set in.

Basically control the switch dont contort your router setting to try and reach the switch.
TAME THAT PUPPY!!!