I am trying to understand how routing works, and have read through a lot of posts and tried to understand the iptables command, but to little avail. I am thinking I need to install some kind of NAT (iptables-mod-nat?) to get my proposed configuration to work.
I have my WLAN configured to use the ip range 10.10.0.x and my LAN to use the ip range 20.20.0.x. When I connect to the AP and use an IP of 10.10.0.101, I want to ping 20.20.0.1 (a client on the LAN).
This seems like it should be a routing or Network Address Translation kind of thing. I want to keep the separate ip ranges, so as far as I understand it, bridging isn't an option.
Any guidance would be greatly appreciated.