Hi all
First let me say that i posted this problem to the Croatian mikrotik forums (i’m from Croatia) and no one there could’t (or didn’t know)
find where the problem is, but i’m confident that you will be able to.
For this problem you will need to follow the image http://img27.yfrog.com/img27/4577/slikae.jpg that basically describes my network.
I have two access nodes realized using mikrotik OS on PC computer. First mikrotik (MT1) is configured in AP mode and has two interfaces wlan1 and ether1. Both interfaces are added to bridge under the same address 192.168.56.1/24. One client is connected to ethernet
interface and other clients connect via wireless.
Second mikrotik box (MT2) has three interfaces. One ethernet itnerface and two wlan interfaces. Wlan1 interface is in AP mode, also Wlan1 interface and ehternet interface are added to bridge under the same address 192.168.55.1/24. Wlan2 interface (192.168.56.2/24) is in client mode, and is connected to MT1.
Now, when i’m connected to MT2 and try to ping PC1 or PC2 everything goes well, but when i try to ping PC2 from PC1 and vice versa ping fails.
Here are the results of pings and traceroutes from PC1 and PC2
Pings from PC1:
PC1 → MT2 (wlan2) → ping successful, traceroute successful
PC1 → MT2 (wlan1) → ping successful, traceroute successful
PC1 → PC2 ping fails, and traceroute result is below
Tracing route to 192.168.55.5 over a maximum of 30 hops
1 2 ms 3 ms 2 ms wlan2 [192.168.56.2]
2 * * * Request timed out.
Pings from PC2
PC2 → MT2 (wlan1) → ping successful, traceroute successful
PC2 → MT1 (wlan1) → ping successful, traceroute successful !!!
PC2 → PC1 ping fails
Here are also /ip address print /interface print /ip route command prints from both routers:
MT1
Ip address print:
ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.56.1/24 192.168.56.0 192.168.56.255 bridge1
Interface print:
NAME TYPE RX-RATE TX-RATE MTU
0 R ether1 ether 0 0 1500
1 R wlan1 wlan 0 0 1500
2 R bridge1 bridge 0 0 1500
Ip route print:
DST-ADDRESS PREF-SRC G GATEWAY DISTANCE INTERFACE
0 A S 192.168.55.0/24 r 192.168.56.2 bridge1
1 ADC 192.168.56.0/24 192.168.56.1 bridge1
MT2
Ip address print:
ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.55.1/24 192.168.55.0 192.168.55.255 bridge1
1 192.168.56.2/24 192.168.56.0 192.168.56.255 wlan2
Interface print:
NAME TYPE RX-RATE TX-RATE MTU
0 R ether1 ether 0 0 1500
1 R wlan2 wlan 0 0 1500
2 R wlan1 wlan 0 0 1500
3 R bridge1 bridge 0 0 1500
Ip route print:
DST-ADDRESS PREF-SRC G GATEWAY DISTANCE INTERFACE
0 ADC 192.168.55.0/24 192.168.55.1 bridge1
1 ADC 192.168.56.0/24 192.168.56.2 wlan2
2 A S 0.0.0.0/0 r 192.168.56.254 wlan2
Am i retarded ? What seems to be the problem ? Why i can’t ping from end to end ?
I’m using Mikrotik OSv.2.9.27 (cracked). Is it possible that this cracked version
disturbs Mikrotik OS functionality in some way ?
Thank you