I have a network as follows:
-----------
AP
192.168.2.1
-----------
|
-----------
192.168.2.2
Box1/AP1
192.168.1.1
-----------
|
-----------
192.168.2.3
Box2
-----------
So Box1 is connected to the main AP and Box2 is connected to Box1 (also an AP). Box 1 has 2 radios in it so one radio is configured as an AP and one is configured as a client. Box1's IP that the AP can see is 192.168.2.2. Box2 has an IP of 192.168.2.3. It's AP has an IP of 192.168.1.1. I use the command 'ip route add 192.168.2.3 via 192.168.1.1' so box 1 can see 192.168.2.1 (Main AP), itself 192.168.2.2 and Box 2 192.168.2.3. What route/iptables command can I give to see 192.168.2.3 from the main AP (192.168.2.1)?