• MikroTik.com
  • RouterBOARD
  • User Meeting
  • Training
  • User Manual
  • Support
  • Downloads
  • Videos
Register |   * Login | HOME

View unanswered posts | View active topics

Add wireless to Mikrotik RB450  Page 1 of 1
 [ 10 posts ]  Post new topic Reply to topic
  Print view Previous topic | Next topic 
Author Message
costasppc
 Post subject: Add wireless to Mikrotik RB450
PostPosted: Wed May 25, 2011 2:14 pm 
Offline
just joined

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?

Regards
Kostas


Top
 Profile  
 
fewi
 Post subject: Re: Add wireless to Mikrotik RB450
PostPosted: Wed May 25, 2011 3:23 pm 
Offline
Forum Guru
Forum Guru

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.


Top
 Profile  
 
costasppc
 Post subject: Re: Add wireless to Mikrotik RB450
PostPosted: Wed May 25, 2011 3:50 pm 
Offline
just joined

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.


Thank you. How can i set the master-port?

Kostas


Top
 Profile  
 
fewi
 Post subject: Re: Add wireless to Mikrotik RB450
PostPosted: Wed May 25, 2011 3:52 pm 
Offline
Forum Guru
Forum Guru

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.


Top
 Profile  
 
laithmikrotik
 Post subject: Re: Add wireless to Mikrotik RB450
PostPosted: Wed May 25, 2011 8:30 pm 
Offline
Member Candidate
Member Candidate
User avatar

Joined: Wed Apr 13, 2011 2:18 pm
Posts: 248
Karma: 2
nice continuation

_________________
I LIKE MIKROTIK


Top
 Profile  
 
costasppc
 Post subject: Re: Add wireless to Mikrotik RB450
PostPosted: Thu Jun 09, 2011 4:43 pm 
Offline
just joined

Joined: Wed Aug 19, 2009 11:14 am
Posts: 13
Karma: 0
Thanks for the answers, it works fine.

How can I set firewall in order to permit access only to common "surfing" ports (like 80, 443, 25, 143 etc).

Regards

Kostas


Top
 Profile  
 
fewi
 Post subject: Re: Add wireless to Mikrotik RB450
PostPosted: Thu Jun 09, 2011 4:47 pm 
Offline
Forum Guru
Forum Guru

Joined: Tue Aug 11, 2009 2:19 am
Posts: 7737
Karma: 328
http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/Filter

Configure filters in the forward chain that take into account the destination port, protocol, and in-interface.

Code:
/ip firewall filter
add chain=forward connection-state=established action=accept
add chain=forward connection-state=related action=accept
add chain=forward connection-state=invalid action=accept
add chain=forward in-interface=LAN protocol=tcp dst-port=80,443
add chain=forward in-interface=LAN protocol=udp dst-port=53
add chain=forward action=drop


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.


Top
 Profile  
 
costasppc
 Post subject: Re: Add wireless to Mikrotik RB450
PostPosted: Thu Jun 09, 2011 5:12 pm 
Offline
just joined

Joined: Wed Aug 19, 2009 11:14 am
Posts: 13
Karma: 0
Thank you!

Yes, they are on the manual....

Can I use Winbox for that?


Top
 Profile  
 
fewi
 Post subject: Re: Add wireless to Mikrotik RB450
PostPosted: Thu Jun 09, 2011 5:19 pm 
Offline
Forum Guru
Forum Guru

Joined: Tue Aug 11, 2009 2:19 am
Posts: 7737
Karma: 328
Yes. Just click the "New Terminal" button to get a command line interface.

Or translate it into GUI actions. It translates 1:1:
Code:
/ip firewall filter
add chain=forward connection-state=established action=accept

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.


Top
 Profile  
 
costasppc
 Post subject: Re: Add wireless to Mikrotik RB450
PostPosted: Thu Jun 09, 2011 5:36 pm 
Offline
just joined

Joined: Wed Aug 19, 2009 11:14 am
Posts: 13
Karma: 0
Thank you! I will try it.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  Page 1 of 1
 [ 10 posts ] 

Board index » RouterOS » Beginner Basics

All times are UTC + 2 hours


Who is online

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

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Karma functions powered by Karma MOD © 2007, 2009 m157y