Starlink connection to rb951

Hello everyone. I intend to replace my ISP with a starlink mini router

My ISP connection was through PPPoE with a mikrotik rb951

So my Question is when I set up my starlink. Which function should I select from the quick set interface? WISP AP AND AUTOMATIC OR HOME AP OR BASIC AP AND THEN CONNECT MY Starlink to port 1 for easy internet Access. Do I need to reconfigure my router. Thanks

No idea on the specifics of Starlink, but you need to configure your internet connection by hand, because the quick set function is only good for an initial set up and can over write other settings

Starlink mini please

My mikrotik router is already configured and running. Like I said. I use my isp gives me internet access by pppoe connection

So, yes, it does not matter much what your current ISP connection is. What matters is what your Starlink connection requires. This is a Mikrotik forum, so we can tell you how to configure a Mikrotik IF you tell us what type of connection your Starlink device requires.

If you reset to defaults, it should at least "work". If the current config is for PPPoE, it's not just going to work. Now the default on Starlink and MikroTik will get you a double-NAT, which may not be desirable.

So my question is why not just use the Wi-Fi that comes with the Starlink? You can certainly still use the MikroTik as the router if desired by setting "bypass mode" in starlink, but you lose the starlink wi-fi. Alternatively, you can use the RB951 as switch with the starlink act as a router for the default starlink LAN with the RB951 getting some more ethernet ports.

Yes, but OP has a network set up, with wireless, and it should be possible to preserve that, if OP does the leg work and tells us what kind of connection the starlink offers. If the starlink is actually a router in its own right, we need to know that too, or whether the starlink can operate as either bridge or router.

this is the option i want to use. thts why i asked if that will just work if i just check the automatic box instead of the pppoe check box under the internet acquisitions icon from the quick Set on my winbox

If you post your config, we can be sure.

But if you remove/disable PPPoE interface, add ether1 as bridge port, and disable the IP>DHCP Server...that what's it take at a high level. Perhaps quickset has a mode (in upper left corner) for "WISP AP" which have a selector for "Router" or "Bridge" at top, which should also work to get the router setup as a switch.

1 Like

If using Quickset, it's advised to start from default config.

(post deleted by author)

Who are you kidding?
That's the script I wrote.

Post in this thread has been flagged as spam but there is nothing in there indicating it is.
Copy of config is quite common around here.

That's certainly not the export of something...

And randomly ripping with a randomly copied script is certainly not a true export or a logical response to @Amm0 ...

If this isn't spam, please explain to me what you'd call this randomly copied-and-pasted post.

  • Bad export
  • copy paste error
  • whatever
    But not spam.

Spam is unsolicited, unwanted, and often irrelevant electronic messaging sent in bulk, most commonly via email. It can be harmless promotional content, but it is often fraudulent and used for malicious purposes or spreading malware. While email is the most common medium, spam can also be distributed through text messages, social media, and other online platforms.

If you want the definition changed, according to your tastes, you can ask the MikroTik Staff to modify the software on the forum,
I follow the definition given here, since I am using this forum:

It's Spam
This post is an advertisement, or vandalism. It is not useful or relevant to the current topic.

About vandalism, I'm not sure,
but responding with one thing for another to someone who spends his time for free helping people ( @Amm0 ) ,
well, maybe that's vandalism...

# nov/03/2025 11:14:56 by RouterOS 6.49.19
# software id = 
#
# model =
# 
/interface bridge
add admin-mac auto-mac=no comment=defconf name=bridge
add name="bridge1 MikroTik-StaTion 2"
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1 name=pppoe-out1 \
    password= use-peer-dns=yes user=
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no distance=indoors \
    mode=ap-bridge ssid=MikroTik-StaTion tx-power=28 tx-power-mode=\
    all-rates-fixed wireless-protocol=802.11 wps-mode=disabled
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk comment=defconf \
    disable-pmkid=yes mode=dynamic-keys supplicant-identity=MikroTik \
    wpa-pre-shared-key=wpa2-pre-shared-key
add authentication-types=wpa2-psk disable-pmkid=yes mode=dynamic-keys name=\
    "MikroTik-StaTion 2" supplicant-identity=MikroTik wpa2-pre-shared-key=\
    	
/interface wireless
add disabled=no mac-address=F6:1E:57:93:34:39 master-interface=wlan1 name=\
    "MikroTik-StaTion 2" security-profile="MikroTik-StaTion 2" ssid=\
    "MikroTik-StaTion 2" wps-mode=disabled
/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
add name=dhcp_pool2 ranges=10.10.10.2-10.10.10.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge lease-time=1d10m name=\
    local
add address-pool=dhcp_pool2 disabled=no interface=\
    "bridge1 MikroTik-StaTion 2" lease-time=1d10m name=dhcp1
/interface bridge nat
add action=accept chain=srcnat
/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 comment=defconf interface=wlan1
add bridge="bridge1 MikroTik-StaTion 2" interface="MikroTik-StaTion 2"
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface bridge vlan
add bridge=bridge tagged=ether3,bridge vlan-ids=20
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
add interface=pppoe-out1 list=WAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=\
    192.168.88.0
add address=10.10.10.1/24 interface="bridge1 MikroTik-StaTion 2" network=\
    10.10.10.0
/ip dhcp-client
add interface=ether1
/ip dhcp-server network
add address=10.10.10.0/24 dns-server=8.8.8.8,8.8.4.4,9.9.9.9 gateway=\
    10.10.10.1
add address=10.20.20.0/24 gateway=10.20.20.1
add address=192.168.88.0/24 comment=defconf dns-server=192.168.88.1 gateway=\
    192.168.88.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4,1.1.1.1
/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
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
/snmp
set enabled=yes
/system clock
set time-zone-name=Africa/Accra
/system identity
set name=MikroTik-StaTion
/system ntp client
set enabled=yes primary-ntp=85.199.214.99 server-dns-names=0.pool.ntp.org
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN