I need to put the rPi into a bridge mode, so it can be accessible in a home LAN via its wifi interface while being physically connected to another computer (the target system) via its ethernet interface. The goal is to be able to send commands to the target system from mobile devices that are on the LAN.
Both the wifi and eth0 interfaces need to have static IPs, and in the case of the ethernet, the IP is in a completely different address range: the home network is all in the 192.168.* range, while the rPi's ethernet needs to be in a range that starts with 172...
The Pi is running an up-to-date version of Raspbian (it's been recently 'sudo apt-get-updated.'
I've been looking at documentation on routing, resetting IP tables, the network interface file, but I haven't been able to get both interfaces at the same time. I was also having trouble getting the ethernet interface to work with a static IP in the 172.* range.
I've read a fair amount about using the Pi's ethernet and wifi interfaces at the same time, but none of the documentation I've seen so far covers the exact setup we need here. Any thoughts or pointers would be appreciated.