I can't seem to get a ssh point to point tunnel setup to save my life, can someone explain to me how to get this working?
* I have a SSH Server/Client both Linux that I can connect to across the internet.
* I don't have any tunnel devices in my ifconfig on either computer.
* I have 2 private networks, and we'll use fake real world IP's for examples sake.
* Private network 1 is 192.168.1.0/24 with an example public IP of 1.1.1.1
* Private network 1 is 192.168.11.0/24 with an example public IP of 11.11.11.11
Question part1: How do I make the 2 networks talk via a computer on each end (similar to how a site2site VPN Tunnel would function)
Question part2: Sometimes I might not want everyone on the source side to be able to access the remote network through my local machine so, How can I connect 192.168.11.100 to 192.168.1.0/24?
Thanks