Good afternoon!
I have a Map2nd. I reset config with 'no default config' for a clean slate as I had no plans to use this as a firewall. My plans are to use this as a transparent bridge that will connect to my mobile hotspot and I can connect the ether ports to proprietary devices so they can reach update servers. This works as expected on ether2. I can winbox the device and get internet access + DHCP from my mobile hotspot when I connect a cable to ether2. When I conenct a cable to ether1, I get nothing. No winbox, no DHCP, no internet. From my limited knowledge, I have everything configured accordingly.... Below is my RSC. Can anybody point me in the right direction here?
# 2023-09-11 23:01:47 by RouterOS 7.11.2
# software id = 0U37-IDH4
#
# model = RBmAP2nD
# serial number = <removed>
/interface bridge
add admin-mac=DC:2C:6E:3F:1F:66 auto-mac=no comment=defconf fast-forward=no \
name=bridge0
/interface pwr-line
set [ find default-name=pwr-line1 ] disabled=yes
/interface list
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk mode=dynamic-keys name=Tyler \
supplicant-identity="" wpa2-pre-shared-key=SuperSecretPassword123
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce \
country="united states" disabled=no frequency=auto mode=\
station-pseudobridge security-profile=Tyler ssid=Tyler
/interface bridge port
add bridge=bridge0 comment=defconf ingress-filtering=no interface=ether1
add bridge=bridge0 comment=defconf ingress-filtering=no interface=ether2
add bridge=bridge0 comment=defconf ingress-filtering=no interface=wlan1
/ip neighbor discovery-settings
set discover-interface-list=all
/ip settings
set max-neighbor-entries=8192
/ipv6 settings
set disable-ipv6=yes max-neighbor-entries=8192
/interface list member
add comment=defconf interface=bridge0 list=LAN
/ip dhcp-client
add comment="bridge0 DHCP" interface=bridge0
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/routing bfd configuration
add disabled=no interfaces=all min-rx=200ms min-tx=200ms multiplier=5
add disabled=no interfaces=all min-rx=200ms min-tx=200ms multiplier=5
add disabled=no interfaces=all min-rx=200ms min-tx=200ms multiplier=5
add disabled=no interfaces=all min-rx=200ms min-tx=200ms multiplier=5
/system clock
set time-zone-name=America/New_York
/system identity
set name=Tyler_MAP