Hi all, trying to repurpose my old router to connect to wired connections in my lab through the hAP wireless interface. It’s pretty much the same as this post: http://forum.mikrotik.com/t/routerboard-configuration-as-wifi-client/145843/1
I’m at the point where my hAP is connected to the serving router and get’s an IP, but when I plug in an ethernet cable, I get a self assigned IP on my device if it’s using DHCP and can’t connect to anything. I’ve tried adding and removing wlan1 from the bridge and neither seems to work. I also added a masquerate rule on srcnat with out device as wlan1 with no luck. Any suggestions?
These are the actual steps I followed:
Step 1: Reset Configuration
This helps avoid conflicts from old settings.
In Winbox/WebFig: System > Reset Configuration
Check “No Default Configuration” or “Reset Configuration Without Defaults” depending on your MikroTik version.
Step 2: Set Wireless Interface to Station Mode
Go to Wireless > Interfaces
Double-click the wireless interface (usually wlan1)
Set the Mode to station or station-pseudobridge
station is better if your main Wi-Fi router gives DHCP to clients (most do)
Set the SSID to your Wi-Fi network name
Go to Wireless > Security Profiles, create or edit one with your Wi-Fi password
Step 3: Connect to Wi-Fi
Go back to Wireless > Interfaces
Assign the security profile
Enable the wireless interface and connect
Step 4: Get IP from the Main Router
Go to IP > DHCP Client
Add a new client on the wlan1 interface
Wait for it to get an IP from your main router
Step 5: Bridge to Ethernet (LAN)
Option A: Bridge Mode (simpler if you’re not doing routing/NAT)
Go to Bridge > Bridge
Create a new bridge (e.g., bridge1)
Add ether1, ether2, etc. AND wlan1 to the bridge