I'm planning to make a bridge with 1 pair of wAP 60G.
Like this:
ISP (DHCP) ---(Wired)--- wAP 60G ---(Wireless)--- wAP 60G ---(Wired)--- Switch (or something)
But I stuck from very beginning. There is no way to configure wireless interface!
I can just assign IP address and gateway for bridge interface via DHCP.
[admin@MikroTik] /interface> print
Flags: D - dynamic, X - disabled, R - running, S - slave
If you are using Wireless Wire kit - devices are pre-configured as transparent bridge and this usage case will work without any extra configuration.
In your case devices has not linked together, check if power is supplied to both of them.
Hi antonsb, Thanks for the answer.
These device is not Wireless Wire Kit I think. Exact name of product is “wAP 60G AP”
I could scan each others. But I’d like to know how to connect each of wAP 60G AP devices.
There is an Wiki page about connect interface “Wireless” but there is no connect-list on w60g.
I found something on Wiki about making one device as ap and another device as station.
Now devices are connected.
/interface w60g set wlan60-1 password=“put_your_safe_password_here” ssid=“put_your_new_ssid_here” disabled=no mode=ap-bridge
/interface w60g set wlan60-1 password=“put_your_safe_password_here” ssid=“put_your_new_ssid_here” disabled=no mode=station-bridge
I only read subclause Setting up Wireless in Initial_Configuration document.
w60g is not mentioned in the document, so I think wireless and w60g are same.