<div dir="ltr">If you were to believe <a href="https://gist.github.com/pnc/9e957e17d4f9c6c81294">https://gist.github.com/pnc/9e957e17d4f9c6c81294</a>, setting up distribution between a local node and a firewalled node would be as simple as:<div><br></div><div>1) proxying a connection to the epmd running on the firewalled node so that your local port 4369 connects to the firewalled node's epmd</div><div>2) running 'epmd -names' to identify the distribution port that the firewalled node is using</div><div>3) proxying that port too</div><div>4) CHANGING YOUR HOSTNAME TO MATCH THE REMOTE NODE'S HOSTNAME (!?)<br></div><div>5) starting up a local node '<a href="mailto:debug@127.0.0.1">debug@127.0.0.1</a>' with the same cookie as that firewalled node, your local node then registering using the proxied epmd on 4369</div><div>6) running, e.g., 'net_adm:ping('<a href="mailto:target_node_name@127.0.0.1">target_node_name@127.0.0.1</a>').</div><div><br></div><div>However, this doesn't seem to work, because I get pang.  So many pangs.  Regardless of how I try to qualify the node name.</div><div><br></div><div>Some questions:</div><div><br></div><div>a) step 4, that's, like, not actually how it has to happen, right?</div><div>b) what am I likely to be missing?</div><div><br></div><div>F.</div><div><br></div></div>