When connecting to the Starlink router directly, Play Store work, PUBG and some other sites work, but when connecting Starlink to mikrotik ether1 and exit is ether3, set ip to ether3,dhcp work for ether3 and dns mode and NAT work users connect to the Internet normally but the store does not work PUBG for example do not work and some sites, where is the error please
Hi and welcome,
I am afraid your description is not really clear enough.
We do not have a crystal ball ...
What is PUBG ? Game perhaps ?
What device are you using ?
How is it configured ?
If you do not show the config, how do you think anyone is able to show you the error ?
I think the mistake is to think you can get help without providing the details you know,
and without thinking, "What details would I need to answer myself?".
BUT people now have more empathy for Artificial Deficiency than for other people.
The customer asks the mechanic on the phone, "Why won't the car start? I've put on my seatbelt."
What should the mechanic answer WITHOUT asking the customer any more questions?
If you're not using the starlink wifi, you can set it "bypass" mode in the starlink app. I suspect the problem is a "double-NAT" as some applications/games don't work through one.
MikroTik does pitch these as "home" units... but does not provide docs/KBs/etc that home user expect. e.g. missing some "Using StarLink with RouterOS..." that save us the trouble on the forum, since thread could see that KB, then come back...
@Amm0 the problem is pretending that just because someone plays "PlayerUnknown's BattleGrounds," everyone should play it. It seems impossible that someone wouldn't know it, so obviously they use the anagram/abbreviation, because it's perfectly normal for everyone to know it...
Do you see what I mean?
i so sorry …
I sincerely apologize for not providing details; my question was silly.
After connect Starlink to MikroTik , some apps stop working. For example, Google Play, TikTok, etc. , when using a VPN, they work normally.
model = L009UiGS-2HaxD
serial number = HJ30ADZP8MJ
/ip pool
add name=dhcp_pool0 ranges=10.10.10.2-10.10.10.254
/ip address
0 D 192.168.1.20/24 192.168.1.0 ether1
1 10.10.10.1/24 10.10.10.0 ether3
/ip dhcp-server
add address-pool=dhcp_pool0 interface=ether3 name=dhcp1
/ip address
add address=10.10.10.1/24 interface=ether3 network=10.10.10.0
/ip dhcp-client
add default-route-tables=main interface=ether1
/ip dhcp-server network
add address=10.10.10.0/24 gateway=10.10.10.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4,9.9.9.9
/ip firewall nat
add action=masquerade chain=srcnat src-address=10.10.10.0/24
[admin@MikroTik] >
i so sorry …
I sincerely apologize for not providing details; my question was silly.
After connect Starlink to MikroTik, some apps stop working. For example, Google Play, TikTok, etc. , when using a VPN, they work normally.
model = L009UiGS-2HaxD
serial number = < redacted >
/ip pool
add name=dhcp_pool0 ranges=10.10.10.2-10.10.10.254
/ip address
0 D 192.168.1.20/24 192.168.1.0 ether1
1 10.10.10.1/24 10.10.10.0 ether3
/ip dhcp-server
add address-pool=dhcp_pool0 interface=ether3 name=dhcp1
/ip address
add address=10.10.10.1/24 interface=ether3 network=10.10.10.0
/ip dhcp-client
add default-route-tables=main interface=ether1
/ip dhcp-server network
add address=10.10.10.0/24 gateway=10.10.10.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4,9.9.9.9
/ip firewall nat
add action=masquerade chain=srcnat src-address=10.10.10.0/24
[admin@MikroTik] >