The Linksys will probably have an IP address of 192.168.1.1/24
In other words 192.168.1.1 mask 255.255.255.0
So, the first thing you are going to do is allocate an IP address to ether1 on Router B.
That IP address will be 192.168.1.2/24
In Winbox: IP - Addresses - "+" - 192.168.1.2/24 - make sure ether1 is selected from the drop down box and press OK.
You now need to add an IP address to the radio.
Assuming you have the link side of things working.... If not, that's a story for another post.
IP - Addresses - "+" - 192.168.2.1/30 - make sure wlan1 is selected from the drop down box and press OK.
IP - Firewall - NAT "+"
- General - Chain - sourcenat
- General - Out Interface - ether1
- Action - Action - Masquerade
Press OK.
IP - Route - "+"
Add the following routes
0.0.0.0/0 gateway is 192.168.1.1
192.168.2.4/30 gateway is 192.168.2.2
192.168.2.8/30 gateway is 192.168.2.2
Now let's go and play with Router C.
wlan1 connects to Router B
wlan2 connects to Router A
IP - Addresses - "+" - 192.168.2.2/30 - make sure wlan1 is selected from the drop down box and press OK.
IP - Addresses - "+" - 192.168.2.5/30 - make sure wlan2 is selected from the drop down box and press OK.
IP - Route - "+"
Add the following routes
0.0.0.0/0 gateway is 192.168.2.1
192.168.2.8/30 gateway is 192.168.2.6
Moving on to Router A
IP - Addresses - "+" - 192.168.2.6/30 - make sure wlan1 is selected from the drop down box and press OK.
IP - Addresses - "+" - 192.168.2.9/30 - make sure ether1 is selected from the drop down box and press OK.
IP - Route - "+"
Add the following routes
0.0.0.0/0 gateway is 192.168.2.5
Add the following IP address to the PC
192.168.2.10 mask 255.255.255.252
Gateway - 192.168.2.9
DNS servers - use Google, openDNS or your ISPs DNS servers.
We're done. Let's download stuff!