Hi all,
I'm playing with old wrap boards and I'm trying to build a wireless link betwwen 2 LANs.
The setup is like this
I took an old minibsd I did a few years ago, BSD 6.4.
The AP and the client have the same hardware, wrap board, SR9 radio card.
The AP is running fine with whatever client I use.
My trouble is at the client, which I intend to turn into wlan to lan bridge.
I want to be able to reach the other PCs on the network from the PC_garage.
I read on bridging interfaces and tried to bring up a bridge on the client, but this does not work.
Any idea on how to setup the client ?
Regards,
Cedric
I'm playing with old wrap boards and I'm trying to build a wireless link betwwen 2 LANs.
The setup is like this
Code:
INET<--->Router<--->AP(bridge0(sis0,ath0):192.168.0.1)<----wireless---->Client(ath0,sis0)<--->PC_garage(192.168.0.x)
I took an old minibsd I did a few years ago, BSD 6.4.
The AP and the client have the same hardware, wrap board, SR9 radio card.
The AP is running fine with whatever client I use.
My trouble is at the client, which I intend to turn into wlan to lan bridge.
I want to be able to reach the other PCs on the network from the PC_garage.
I read on bridging interfaces and tried to bring up a bridge on the client, but this does not work.
Any idea on how to setup the client ?
Regards,
Cedric