problem to bridge ether1 with wlan1 wlan2 wlan3

im new in this and i have problem to configure my mikrotik, i want to share my interenet connection with other client using wirelles connection. my ether1 ip adress is 192.168.2.2 gateway 192.168.2.1 and i have inthernet connection on ether1 but i cant to bridge to wlan. on wlan3 i have ap bridge and using hotspot for client connection, client can connect to hotspot but haven`t internet, on wlan1 and wlan2 will be bridge for other ap bridge.

can anyone tell me how to bridge my internet connection from ether1 to wlan3 and wlan1,wlan2


thanks

Create a bridge containing ether1, wlan1, wlan2 & wlan3. Move IP address from ether1 to the bridge.

i need more info how to do that, can you tell me
do i need to make port in bridge and how to move ip address from entire to bridge

thanks



Create a bridge containing ether1, wlan1, wlan2 & wlan3. Move IP address from ether1 to the bridge.

Once logged into WinBox select Bridge.

  1. In Bridge select Bridges tab, select +, name your bridge wirebridge set your MTU if other than 1500 and make sure ARP is enabled. Click OK (you have created the bridge)
    Command line alternative: /interface bridge add name=wirebridge disabled=no

  2. Now we need to assign ports to be used by the bridge.
    In the Bridge GUI now select Ports. select +, in the add Ports screen assign ether1 to wirebridge. (this action will be duplicated for each port you wish to add to the Bridge itself wlan1, wlan2, wlan3, etc,.)
    Command line alternative: /interface bridge port set ether1,wlan1,wlan2,wlan3 bridge=wirebridge

  3. It’s probably going to be best to MAC Telnet into the router using NeighborViewer for this phase to keep from being disconnected during changes.
    Once into the router by MAC Telnet Enter SAFE MODE ‘Ctrl x’:
    Use this command /ip address add address=192.168.3.2/24 interface=ether1 (we just re-assigned ether1 with a new IP)
    Now this command /ip address print (we just printed the IP assignment to all ports)

We need to delete the original ether1 line 192.168.2.2, notice the number to the left of the interface we want to get rid of.
Numbering will begin with 0 and work up depending on how many interfaces are in the device
Use this command /ip address remove 0 (or whatever number the orignal ether1 192.168.2.2 is)
Now this command /ip address add address=192.168.2.2/24 interface=wirebridge
Once again with /ip address print
Make sure that all ports are properly assigned IP’s and most importantly that wirebridge is 192.168.2.2/24 and also that the original ether1 has been deleted.

It might be a good time here to verify that all ports are running: /interface print
This will print out the status of all ports, just to the right of each ports numbering we used to delete IP’s with earlier you should see R next to each port. wlan1,wlan2,wlan3 will be the only one(s) not denoting an R next to it, ether1 and wirebridge should be active though.

Should any of your ports not be running use the following for each port requiring enabling
/interface enable ether1 [this is just an example]

Now that all ports are assigned to be used by wirebridge you want to exit SAFE MODE ‘Ctrl x


Hope this will help

Regards

unbelivalible, its working


thanks you very much

you are greate

Good to hear

you are welcome…

this is ok but i have another problem

in first problem i was talking about my first mikrotik (i calling him mikrotik1) but i want to send my signal to another mikrotik. i have two more mikrotik (i calling tham mikrotik2 and mikrotik3)

wlan3 is ap bridge hotspot and its working ok (i have internet), but my wlan1 and wlan2 are bridge and not working, i can ping from mikrotik1 to my mikrotik2 and mikrotik3, also i have ping from mikrotik2 and mikrotik3 to mikrotik1 but i haven`t internet.

i can to login from mikrotik2 and kikrotik3 to mikrotik1 but i cant ping dns and i havent internet

my english is bad

can you help me


thanks

Dear bro,

I have the same configuration as what you mentioned above, but I can't find the SSID of my 2 other Wireless Interfaces, I only get 1 named WLAN1 running.. So the client can't get the signal from other 2 Wireless interfaces, is it something wrong here?

Flags: X - disabled, D - dynamic, R - running

NAME TYPE RX-RATE TX-RATE MTU

0 R ether1 ether 0 0 1500
1 X ether2 ether 0 0 1500
2 X ether3 ether 0 0 1500
3 R wlan1 wlan 0 0 1500
4 wlan2 wlan 0 0 1500
5 wlan3 wlan 0 0 1500
6 R bridge1 bridge 0 0 1500


thks n rgds,

Men Fung

Try removing wlan1 & wlan2 from the bridge that should allow the other MT devices to connect wirelessly.

thanks for answer, but my problem is still same. in bridge now i don¸t have anything

Flags: L - local, E - external-fdb
BRIDGE MAC-ADDRESS ON-INTERFACE AGE
[admin@MikroTik] interface bridge host>

Flags: X - disabled, I - invalid, D - dynamic

ADDRESS NETWORK BROADCAST INTERFACE

0 ;;; hotspot network
10.5.50.1/24 10.5.50.0 10.5.50.255 wlan3
1 192.168.3.1/24 192.168.3.0 192.168.3.255 wlan1
2 192.168.4.1/24 192.168.4.0 192.168.4.255 wlan2
3 192.168.2.3/24 192.168.2.0 192.168.2.255 ether1
4 192.168.2.2/24 192.168.2.0 192.168.2.255 wirebridge
[admin@MikroTik] >

Flags: X - disabled, D - dynamic, R - running

NAME TYPE RX-RATE TX-RATE MTU

0 R ether1 ether 0 0 1500
1 R wlan1 wlan 0 0 1500
2 R wlan2 wlan 0 0 1500
3 R wlan3 wlan 0 0 1500
4 R wirebridge bridge 0 0 1500
[admin@MikroTik] >

and my wlan3 (hotspot still working) but wlan1 and wlan2 bridge not

any other advice

regards

Can you scan for wlan1 OR wlan2 with another device and see them?

i can to ping bouth location, i can login bouth location with ip address, for example my wlan1 is bridge to my mikrotik2 wlan1 station with ip address 192.168.4.50 and i can login with winbox to that location

Flags: X - disabled, D - dynamic, R - running

NAME TYPE RX-RATE TX-RATE MTU

0 R ether1 ether 0 0 1500
1 R wlan1 wlan 0 0 1500
2 R wlan2 wlan 0 0 1500
3 wlan3 wlan 0 0 1500
4 R wirebridge bridge 0 0 1500
[admin@MikroTik] >

Flags: X - disabled, I - invalid, D - dynamic

ADDRESS NETWORK BROADCAST INTERFACE

0 192.168.4.50/24 192.168.4.0 192.168.4.255 wlan1
1 ;;; hotspot network
10.5.50.1/24 10.5.50.0 10.5.50.255 wlan2
[admin@MikroTik] >


do you have any mesanger (icq...)?

AIM => giganetwireless

i can¸t to download aim, have some virus on my pc and always restart whan i want to download

please try to explain me here

OK I need to know a little more about how you have each wireless card set, antennas, etc..

First open a new terminal in MT1 and run this command:
/interface wireless print
Copy this output and paste into your reply here at the BB.
I need to look at how you have each interface setup.

Also tell me what type of antenna each MINIPCI is being connected to.

Flags: X - disabled, R - running
0 X name=“wlan1” mtu=1500 mac-address=00:19:5B:76:11:78 arp=enabled disable-running-check=no
interface-type=Atheros AR5213 radio-name=“00195B761178” mode=bridge ssid=“BRZILINK1” area=“”
frequency-mode=superchannel country=no_country_set antenna-gain=0 frequency=2437 band=2.4ghz-b/g scan-list=default
rate-set=default supported-rates-b=1Mbps,2Mbps,5.5Mbps,11Mbps
supported-rates-a/g=6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,54Mbps basic-rates-b=1Mbps basic-rates-a/g=6Mbps
max-station-count=2007 ack-timeout=dynamic tx-power-mode=default noise-floor-threshold=default
periodic-calibration=default periodic-calibration-interval=60 burst-time=disabled dfs-mode=none antenna-mode=ant-a
wds-mode=disabled wds-default-bridge=none wds-default-cost=100 wds-cost-range=50-150 wds-ignore-ssid=no
update-stats-interval=disabled default-authentication=yes default-forwarding=yes default-ap-tx-limit=0
default-client-tx-limit=0 proprietary-extensions=post-2.9.25 hide-ssid=no security-profile=default
disconnect-timeout=3s on-fail-retry-time=100ms preamble-mode=both compression=no allow-sharedkey=no

1 R name=“wlan2” mtu=1500 mac-address=00:19:5B:76:0C:6A arp=enabled disable-running-check=no
interface-type=Atheros AR5213 radio-name=“00195B760C6A” mode=ap-bridge ssid=“BRZILINK2” area=“”
frequency-mode=superchannel country=no_country_set antenna-gain=0 frequency=2412 band=2.4ghz-b scan-list=default
rate-set=default supported-rates-b=1Mbps,2Mbps,5.5Mbps,11Mbps
supported-rates-a/g=6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,54Mbps basic-rates-b=1Mbps basic-rates-a/g=6Mbps
max-station-count=2007 ack-timeout=dynamic tx-power-mode=default noise-floor-threshold=default
periodic-calibration=default periodic-calibration-interval=60 burst-time=disabled dfs-mode=none antenna-mode=ant-a
wds-mode=disabled wds-default-bridge=none wds-default-cost=100 wds-cost-range=50-150 wds-ignore-ssid=no
update-stats-interval=disabled default-authentication=yes default-forwarding=yes default-ap-tx-limit=0
default-client-tx-limit=0 proprietary-extensions=post-2.9.25 hide-ssid=no security-profile=default
disconnect-timeout=3s on-fail-retry-time=100ms preamble-mode=both compression=no allow-sharedkey=no

2 R name=“wlan3” mtu=1500 mac-address=00:17:9A:C8:CE:B5 arp=enabled disable-running-check=no
interface-type=Atheros AR5213 radio-name=“00179AC8CEB5” mode=ap-bridge ssid=“BRZA-VEZA” area=“”
frequency-mode=superchannel country=no_country_set antenna-gain=0 frequency=2412 band=2.4ghz-b/g scan-list=default
rate-set=default supported-rates-b=1Mbps,2Mbps,5.5Mbps,11Mbps
supported-rates-a/g=6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,54Mbps basic-rates-b=1Mbps basic-rates-a/g=6Mbps
max-station-count=2007 ack-timeout=dynamic tx-power=25 tx-power-mode=all-rates-fixed noise-floor-threshold=default
periodic-calibration=default periodic-calibration-interval=60 burst-time=disabled dfs-mode=none antenna-mode=ant-a
wds-mode=disabled wds-default-bridge=none wds-default-cost=100 wds-cost-range=50-150 wds-ignore-ssid=no
update-stats-interval=disabled default-authentication=yes default-forwarding=yes default-ap-tx-limit=0
default-client-tx-limit=0 proprietary-extensions=post-2.9.25 hide-ssid=no security-profile=default
disconnect-timeout=3s on-fail-retry-time=100ms preamble-mode=both compression=no allow-sharedkey=no
[admin@MikroTik] >

i done it. it was problem with NAT. thank you very much for help and greate tips


regards

excellent…