Internet and LAN Extender

Hi - I’m pretty new to Mikrotik, and spent quite a lot of time playing and researching this week. I’ve learned some stuff, but am stuck on a few bits.

The plan is to receive the wifi broadcast from my Starlink router with my MT C53UiG+5HPaxD2HPaxD ax3 device. I then wanted other devices connected to the MT by ethernet (my homelab servers) to be seen on the Starlink LAN via wifi so I can access them locally. I also want those devices to have access to the internet.

At the moment I have got the setup so the MT device connects to my Starlink via wifi, however, the devices on the MT LAN Bridge cant see the internet, though I can ping google.com from the MT terminal.

I’m using the GUI more than the CLI. What am I missing?

# 2024-01-19 21:23:26 by RouterOS 7.13.2
# software id = TFIP-T5R2
#
# model = C53UiG+5HPaxD2HPaxD
# serial number = HF309EC74SC
/interface bridge
add name=LAN-Bridge port-cost-mode=short
add name=Wifi-Bridge port-cost-mode=short
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=FPHQ
/interface wifi
set [ find default-name=wifi1 ] configuration.country="United Kingdom" .mode=\
    station .ssid=FatParamotorHQ disabled=no security=FPHQ
set [ find default-name=wifi2 ] configuration.country="United Kingdom" .mode=\
    station-bridge .ssid=FatParamotorHQ disabled=no security=FPHQ
/ip pool
add name=dhcp_pool0 ranges=192.168.1.2-192.168.1.254
add name=dhcp_pool1 ranges=192.168.1.2-192.168.1.254
add name=dhcp_pool2 ranges=192.168.1.2-192.168.1.254
add name=dhcp_pool3 ranges=192.168.1.2-192.168.1.254
add name=dhcp_pool4 ranges=192.168.1.2-192.168.1.254
add name=dhcp_pool5 ranges=192.168.1.2-192.168.1.254
add name=dhcp_pool6 ranges=192.168.1.2-192.168.1.254
/ip dhcp-server
add add-arp=yes address-pool=dhcp_pool6 interface=LAN-Bridge name=dhcp1
/interface bridge port
add bridge=LAN-Bridge fast-leave=yes interface=ether1 internal-path-cost=10 \
    path-cost=10 trusted=yes
add bridge=LAN-Bridge fast-leave=yes interface=ether2 internal-path-cost=10 \
    path-cost=10
add bridge=LAN-Bridge interface=ether3 internal-path-cost=10 path-cost=10
add bridge=LAN-Bridge interface=ether4 internal-path-cost=10 path-cost=10
add bridge=LAN-Bridge interface=ether5 internal-path-cost=10 path-cost=10
add bridge=LAN-Bridge fast-leave=yes interface=*B internal-path-cost=10 \
    path-cost=10 trusted=yes
add bridge=Wifi-Bridge interface=wifi1 internal-path-cost=10 path-cost=10 \
    trusted=yes
add bridge=Wifi-Bridge interface=wifi2 trusted=yes
/interface list member
add interface=Wifi-Bridge list=WAN
add interface=LAN-Bridge list=LAN
/ip address
add address=192.168.1.3/24 interface=LAN-Bridge network=192.168.1.0
add address=192.168.1.4 disabled=yes interface=Wifi-Bridge network=\
    192.168.1.0
/ip dhcp-client
add interface=Wifi-Bridge
/ip dhcp-server lease
add address=192.168.1.11 client-id=1:bc:24:11:52:fe:92 mac-address=\
    BC:24:11:52:FE:92 server=dhcp1
/ip dhcp-server network
add address=192.168.1.0/24 dns-none=yes gateway=192.168.1.1
/ip dns
set allow-remote-requests=yes
/ip firewall nat
add action=masquerade chain=srcnat out-interface=Wifi-Bridge
/system clock
set time-zone-name=Europe/London
/system note
set show-at-login=no

I’ve run into a dead end so tried a different approach.
I set up the MT in default settings to give a default wifi signal to connect to my router.
In this configuration the internet would come into the WAN eth1 connection.
I set the second wifi radio wifi2 to station and connected it to my existing starlink wifi to get internet access SSID=“FatParamotorHQ”. I added this device to the WAN list.

When I connect my laptop to the MT wifi (wifi1) SSID=“Homelab” I get a similar problem - it sees no internet. The devices connected to the MT router by ethernet see no internet.

In the MT terminal I can ping google with no problems.

How can I configure the NT so the ethernet ports and the wifi1 can see the internet coming via wifi2?

Many thanks … Shaun

# 2024-01-20 17:29:12 by RouterOS 7.13.2
# software id = TFIP-T5R2
#
# model = C53UiG+5HPaxD2HPaxD
# serial number = HF309EC74SC
/interface bridge
add admin-mac=78:9A:18:62:FE:9B auto-mac=no comment=defconf name=bridge
/interface wifi
set [ find default-name=wifi2 ] channel.band=2ghz-ax .skip-dfs-channels=\
    10min-cac .width=20/40mhz configuration.mode=station .ssid=FatParamotorHQ \
    disabled=no security.authentication-types=wpa2-psk,wpa3-psk .ft=yes \
    .ft-over-ds=yes
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=FPHQ
/interface wifi
set [ find default-name=wifi1 ] channel.band=5ghz-ax .skip-dfs-channels=\
    10min-cac .width=20/40/80mhz configuration.mode=ap .ssid=Homelab \
    disabled=no security=FPHQ security.authentication-types=wpa2-psk,wpa3-psk \
    .ft=yes .ft-over-ds=yes
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
add name=pool-homelab ranges=192.168.1.10-192.168.1.254
add name=dhcp_pool3 ranges=192.168.1.10-192.168.1.254
/ip dhcp-server
add address-pool=dhcp_pool3 interface=bridge name=dhcp1
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge broadcast-flood=no interface=wifi1
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface detect-internet
set wan-interface-list=all
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
add interface=wifi2 list=WAN
/ip address
add address=192.168.1.131 comment=defconf interface=bridge network=\
    192.168.1.0
/ip dhcp-client
add comment=defconf interface=wifi2
/ip dhcp-server network
add address=192.168.1.0/24 comment=defconf dns-server=192.168.1.1 gateway=\
    192.168.1.1 netmask=24
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
/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=fasttrack-connection chain=forward comment="defconf: fasttrack" \
    connection-state=established,related hw-offload=yes
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
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
    ipsec-policy=out,none out-interface-list=WAN
/ipv6 firewall address-list
add address=::/128 comment="defconf: unspecified address" list=bad_ipv6
add address=::1/128 comment="defconf: lo" list=bad_ipv6
add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6
add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6
add address=::/96 comment="defconf: ipv4 compat" list=bad_ipv6
add address=100::/64 comment="defconf: discard only " list=bad_ipv6
add address=2001:db8::/32 comment="defconf: documentation" list=bad_ipv6
add address=2001:10::/28 comment="defconf: ORCHID" list=bad_ipv6
add address=3ffe::/16 comment="defconf: 6bone" list=bad_ipv6
/ipv6 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 ICMPv6" protocol=\
    icmpv6
add action=accept chain=input comment="defconf: accept UDP traceroute" port=\
    33434-33534 protocol=udp
add action=accept chain=input comment=\
    "defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=\
    udp src-address=fe80::/10
add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 \
    protocol=udp
add action=accept chain=input comment="defconf: accept ipsec AH" protocol=\
    ipsec-ah
add action=accept chain=input comment="defconf: accept ipsec ESP" protocol=\
    ipsec-esp
add action=accept chain=input comment=\
    "defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=input comment=\
    "defconf: drop everything else not coming from LAN" in-interface-list=\
    !LAN
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 packets with bad src ipv6" src-address-list=bad_ipv6
add action=drop chain=forward comment=\
    "defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" \
    hop-limit=equal:1 protocol=icmpv6
add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=\
    icmpv6
add action=accept chain=forward comment="defconf: accept HIP" protocol=139
add action=accept chain=forward comment="defconf: accept IKE" dst-port=\
    500,4500 protocol=udp
add action=accept chain=forward comment="defconf: accept ipsec AH" protocol=\
    ipsec-ah
add action=accept chain=forward comment="defconf: accept ipsec ESP" protocol=\
    ipsec-esp
add action=accept chain=forward comment=\
    "defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=forward comment=\
    "defconf: drop everything else not coming from LAN" in-interface-list=\
    !LAN
/system clock
set time-zone-name=Europe/London
/system note
set show-at-login=no
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN

I seem like not seeing any route?

What is the output of
/ip route print
?

Using your second config

From memory, the starlink will be handing out 192.168.1.x IP addresses, so without some fiddling
you can’t have a 192.168.1.x address on the Mikrotik’s bridge, for this mode of operation.

add address=192.168.1.131 comment=defconf interface=bridge network=
192.168.1.0

Indicates a /32 network.
(Except change .1.x to most anything else I am going to use .2.x)

You will want something like

add address=192.168.2.131/24 comment=defconf interface=bridge network=
192.168.2.0

Then in the dhcp network section and pool, you should change the settings to point at the mikrotik bridge

/ip dhcp-server network
add address=192.168.2.0/24 dns-none=yes gateway=192.168.2.131

and similarly with the pool.

One other option, (that with luck might work)

They have implemented very recently station pseudo bridge for the new wifi,
This may allow you to bridge from the mikrotik to the starlink.
(In which case you can have a .1.x ip address on the bridge, but dhcp is sent from the starlink)
Turn off rstp on the mikrotik bridge, it seems to cause issues in this mode.