Page 1 of 1
Point to Point COnfiguration
Posted: Fri Dec 24, 2004 4:51 pm
by yomiciouz
Please can soembody help me with configuration for a Point to Point link using two MT with 200mW Prism?
I want to plug Device A and Device B at the end of the radios and A should be able to PING B and vice versa.
It was quite easy with senao bridge but not same with MT.
Thank you
Re: Point to Point COnfiguration
Posted: Sat Dec 25, 2004 6:59 pm
by mag
see:
http://www.mikrotik.com/docs/ros/2.8/in ... ss.content
-> quick setup guide.
it's just configuring wireless interfaces (with appropriate band and frequencies), adding ip- addresses, ready.
regards.
matthias
Posted: Tue Dec 28, 2004 11:14 pm
by yomiciouz
I now have the following
Bridge
[admin@Nitel] > int
[admin@Nitel] interface> print
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 wlan2 wlan 0 0 1500
3 R wlan3 wlan 0 0 1500
4 R MyBridge bridge 0 0 1500
[admin@Nitel] interface>
1 R name="wlan3" mtu=1500 mac-address=00:02:6F:31:1C:83 arp=enabled disable-running-check=no interface-type=Prism
mode=bridge ssid="lagose1" frequency=2412 band=2.4GHz-B scan-list=default-ism
supported-rates-b=1Mbps,2Mbps,5.5Mbps,11Mbps supported-rates-a/g="" basic-rates-b=1Mbps basic-rates-a/g=""
max-station-count=2007 fast-frames=no dfs-mode=none antenna-mode=ant-a wds-mode=disabled wds-default-bridge=none
default-authentication=yes default-forwarding=yes hide-ssid=no 802.1x-mode=none
[admin@Nitel] interface wireless>
Station
[admin@Apapa] interface> print
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 wlan1 wlan 0 0 1500
3 R wlan3 wlan 0 0 1500
4 R MyBridge bridge 0 0 1500
[admin@Apapa] interface>
1 R name="wlan3" mtu=1500 mac-address=00:02:6F:05:AA:05 arp=enabled disable-running-check=no interface-type=Prism
prism-cardtype=200mW radio-name="00026F05AA05" mode=station ssid="lagose1" frequency=2412 band=2.4ghz-b
scan-list=default-ism rate-set=configured supported-rates-b=1Mbps,2Mbps,5.5Mbps,11Mbps supported-rates-a/g=""
basic-rates-b=1Mbps basic-rates-a/g="" max-station-count=2007 tx-power=default fast-frames=no dfs-mode=none
antenna-mode=ant-a wds-mode=disabled wds-default-bridge=none wds-ignore-ssid=no update-stats-interval=disabled
default-authentication=yes default-forwarding=yes hide-ssid=no 802.1x-mode=none
[admin@Apapa] interface wireless>
The wireless interface and ether are both bridged in both cases.
The problem now is a laptop attached to the bridge can not ping the laptop attached to the station. But inside the MT I can devices attached.
Help needed!!!
Posted: Tue Dec 28, 2004 11:27 pm
by jarosoup
The problem is that you can't make a "traditional" transparent bridge by bridging the ethernet and wireless interfaces. You need to use WDS to make this work. Ckeck the WDS docs for an example. I've still not heard if traditional transparent wireless bridges (without the need for WDS or EOIP) will be supported in the future...anyone care to comment?
Posted: Tue Dec 28, 2004 11:54 pm
by yomiciouz
So please how can I achieve a simple bridge to connect 2 networks?
Thank you
Posted: Thu Jan 06, 2005 8:45 am
by chiefbmr
Use the WDS example. Then set up a bridge on each side with the ethernet port and WDS interface.
Posted: Thu Jan 06, 2005 10:28 am
by mag
Use the WDS example. Then set up a bridge on each side with the ethernet port and WDS interface.
or build a routed connection (don't put the wlan interface into the bridge group) and use an EoIP-tunnel (with eth in the bridge group). there are examples in the manual.
remember to assign ip-address to the bridge, not to the interface.
Posted: Sun Jan 09, 2005 7:07 am
by JJCinAZ
Using EOIP works better for me. It may be all the VLAN's we use, but the WDS just doesn't seem to work as well as EOIP.
Posted: Fri Jan 21, 2005 5:47 pm
by yomiciouz
Thanks I was able to use WDS but EoIP never worked. I am using MT ver 2.8.11.
What can be done? DO I need an upgrade?
Thanks once more