I have house.dynamicdnsservice.com pointing to my house IP.
My firewall allows incoming https connections to go to 192.168.0.22, where I put google oauth login. That part is working fine. I'm able to access my house from anywhere and run the google login.
My next step is to provide access to logged in users to a webpage in IP 192.168.0.34. The firewall does NOT allow that IP to be accessed from the WAN side.
How can I use the .22 machine to serve/redirect/portal the firewalled .34 server? (after logging in, of course)
I'm running ubuntu/apache/php on both machines.