Joined: Wed Aug 19, 2009 11:14 am Posts: 13
Karma: 0
Hello,
We have a Mikrotik RB450 (no miniPCI). I need to add wireless capability in order to use the hotspot function. I have been told that I can use a regular wireless AP in bridge mode with one of the ethernet ports.
Can someone help me how can I bridge one of the en interfaces with an AP?
Joined: Tue Aug 11, 2009 2:19 am Posts: 7737
Karma: 328
If your Hotspot is configured on ether2, and ether3 is available, set the master-port of ether3 to ether2. The two are now bridged via the built in chipset at wire speed. Now plug a LAN port of the AP into ether3, give the AP an IP on the Hotspot network (yuck), and turn off the DHCP server on the AP. That's it.
_________________ Specific answers require specific questions. When in doubt, post the output of "/ip address print detail", "/ip route print detail", "/interface print detail", "/ip firewall export", and an accurate network diagram.
Joined: Wed Aug 19, 2009 11:14 am Posts: 13
Karma: 0
fewi wrote:
If your Hotspot is configured on ether2, and ether3 is available, set the master-port of ether3 to ether2. The two are now bridged via the built in chipset at wire speed. Now plug a LAN port of the AP into ether3, give the AP an IP on the Hotspot network (yuck), and turn off the DHCP server on the AP. That's it.
Joined: Tue Aug 11, 2009 2:19 am Posts: 7737
Karma: 328
Code:
/interface ethernet { set [find name=ether3] master-port=ether2 };
Or double click it in winbox and set that dropdown.
_________________ Specific answers require specific questions. When in doubt, post the output of "/ip address print detail", "/ip route print detail", "/interface print detail", "/ip firewall export", and an accurate network diagram.
Not to be snippy, but all of these questions are answered in the manual.
_________________ Specific answers require specific questions. When in doubt, post the output of "/ip address print detail", "/ip route print detail", "/interface print detail", "/ip firewall export", and an accurate network diagram.
Click on the IP button, select the Firewall button. Go to the Filter tab. Click + to add a rule. Set the Chain dropdown to 'forward', the Connection State dropdown to 'established', and the Action drop down to 'accept'. Rinse and repeat for the other rules.
_________________ Specific answers require specific questions. When in doubt, post the output of "/ip address print detail", "/ip route print detail", "/interface print detail", "/ip firewall export", and an accurate network diagram.
Users browsing this forum: Google [Bot] and 9 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum