Setting up a wifi extender for a camper

Hi, everyone,

I'm setting up an extender to help get the wifi provided by the campground that I have a permanent location in. My plan is to use an SXTsq 5 ac to connect to their WiFi, which is about 300' away from the camper and then connect that to a hap AC Lite, which will provide the wireless for my camper. I have a few questions.

  1. Will this work as I'm planning to do it?
  2. On the SXTsq, do I need to set it as a router or bridge in order to make the connection work?
  3. On the hap AC lite, do I need to set this as a router or bridge to make the connection work?
  4. Can I use Port 5 for the connection between the two devices, so I can use PoE out to power the SXTsq? (I know on the hap AC3, I can change which port is tagged and untagged, but I'm not sure on the ac lite)
  5. Are there any good setup guides or videos showing how to do what I'm trying to accomplish?

Thank you for any information and have a great weekend. :slight_smile:

Patrick.

I would set up both the SXTsq and hap AC lite as Routers.
Reduces broadcast over the wireless link if nothing else.

Also, if you lose the link, you still have a local LAN (and likely can
tether your phone to the hap AC lite)

Change the LAN IP address range and DHCP range on the hap AC lite from the default 192.168.88.0/24 to something else. (Can also change the LAN address on the SXTsq as well)

This can be done using quickset, but take care, see the longer explanation of rule 4 in the link below.

https://forum.mikrotik.com/t/the-twelve-rules-of-mikrotik-club/182164

Yes, you can use ether 5.
I would use winbox, maybe webfig for the following.

Remove ether 5 from the bridge ports list and under interface / list add ether5 to the WAN interface list.
Move the default dhcp client from ether1 to ether5
Add ether1 to the bridge ports list (ether1 is now a LAN port)

I would then go to /ip services and disable all services you don't need.
I would normally disable all (disable-able) services except winbox, on both the hap and the SXTsq.
(You might want web access)

Turn internet detect off.
(Interface tab of Interfaces window, button at top)

or via cli

/interface detect-internet
set detect-interface-list=none internet-interface-list=none lan-interface-list=
none request-interval=2m wan-interface-list=none

And don't forget to remove ether1 from WAN interface list afterwards.