2
This is more a speculative question to those with more networking / Apache Spark experience than me.
My current setup: two 32GB, 4GHz Core i7 machines I'd love to tie into a Spark cluster. However, they are separated by a firewall: one is my home desktop (I can very easily set up the necessary port forwarding), and the other is my work desktop (behind a department firewall; inaccessible unless I'm already on the network).
There is a 3rd machine: it sits more or less on the DMZ of my work network, and thus I can SSH into it from outside, and from there I have direct access to my work desktop. Is there any possible way to run a port-forwarding setup through this machine to make it act as a transparent Spark proxy for the other two?