Please assist, this is just so strange, and do not understand why this is happening.
I cannot ping a AccesPoint/Host with a static IP address on a different bridge, while connected to a seperate bridge.
My Config:
[WiFi AP9:192.168.1.3]====[Switch]=====[192.168.1.2:AP9-BRIDGE][Mikrotik][AP10-BRIDGE:192.168.2.2]====[WiFi AP10]===[PC]
As illustrated above, I have two Access Points AP9 and AP10, a Switch and a Mikrotik Router and a PC connected to AP10.
[Host on WiFi AP10 to WiFi AP9]
PC with IP 192.168.2.X cannot ping 192.168.1.3
[Host on WiFi AP10 to WiFi AP9 Bridge IP]
PC with IP 192.168.2.x can ping 192.168.1.2, the AP9 bridge IP.
The strange thing is I can ping a non static IP address, attached to AP9.
I have three bridges,
- LAN - bridge ip: 192.168.0.2
- WiFi AP 9 - bridge ip: 192.168.1.2
- WiFi AP 10 - bridge ip: 192.168.2.2
Here is my address list:
0 X ;;; defconf
192.168.88.1/24 192.168.88.0 ether2
1 ;;; lan
192.168.0.2/24 192.168.0.0 bridge
2 ;;; ap9
192.168.1.2/24 192.168.1.0 bridge-ap9
3 ;;; ap10
192.168.2.2/24 192.168.2.0 bridge-ap10
My routes:
1 ADC 192.168.0.0/24 192.168.0.2 bridge 0
2 ADC 192.168.1.0/24 192.168.1.2 bridge-ap9 0
3 ADC 192.168.2.0/24 192.168.2.2 bridge-ap10 0
When checking the ARP List, the host is visible with the correct MAC and IP address.
Just so strange.