I using a mesh bridge with eth1 wlan1
when I do ping from interface=wlan1 , I get no replay , but when I do ping from interface=bridge1 I get an answer.
only wlan1 is connected - so why I get no replay ?
Flags: X - disabled, I - inactive, D - dynamic
# INTERFACE BRIDGE PRIORITY PATH-COST HORIZON
0 I ether1 bridge1 0x80 10 none
1 D WDS To Unit1 bridge1 0x80 112 none
2 wlan1 bridge1 0x80 10 none
[admin@Unit2] > ping 10.0.0.120 interface=bridge1
SEQ HOST SIZE TTL TIME STATUS
0 10.0.0.120 56 64 195ms
1 10.0.0.120 56 64 107ms
sent=2 received=2 packet-loss=0% min-rtt=107ms avg-rtt=151ms max-rtt=195ms
[admin@Unit2] > ping 10.0.0.120 interface=wlan1
SEQ HOST SIZE TTL TIME STATUS
0 10.0.0.120 timeout
1 10.0.0.120 timeout
sent=2 received=0 packet-loss=100%
[admin@Unit2] > ping 10.0.0.120 interface="WDS To Unit1"
SEQ HOST SIZE TTL TIME STATUS
0 10.0.0.120 timeout
1 10.0.0.120 timeout
2 10.0.0.102 84 64 986ms host unreachable
sent=3 received=0 packet-loss=100%
how can I see that the replay came from WDS1 ?
Thanks ,