Hello!
I have two ALIX boards in different locations:
LAN1<--->[ZS1]<--->wifi(ZS1)<--->wifi(ZS2)<--->[ZS2]<--->LAN2
ZS1 configuration:
bridge(ETH00,ETH01[wifi0-AP])
192.168.0.75
192.168.1.75
RADIUS
ZS2 configuration:
bridge(ETH00,ETH01[wifi0-STA])
192.168.0.76
192.168.1.76
The problem is that when I use this schema using WEP encryption everything works perfect! When I change it to WPA-EAP it stops 😥
it works in that way:
ZS1 configuration:
bridge(ETH00,ETH01[wifi0-AP])
192.168.0.75
192.168.1.75
RADIUS
ZS2 configuration:
ETH00 has 192.168.0.76
ETH01[wifi0-STA] has 192.168.1.76
but without bridging of LAN2 😥
what is the problem?
Thanks!
And sorry for my English!