<div dir="ltr">Hi Folks,<div>I've got a basic all-in-one Packstack Havana installation behind two routers at home.  I can't get novnc console access through the 1st router successfully and am wondering if there are more NAT rules that need to be in place beyond what I have currently which is just TCP port 6080 inward.</div>
<div><br></div><div>Here's the current layout:</div><div><br></div><div>[WWW]</div><div>     |</div><div>[Fios Modem/Router]</div><div>     |</div><div>Me @ 192.168.1.2</div><div>     |</div><div>[MikroTik CRS125 @ 192.168.1.50]</div>
<div>     |</div><div>[Openstack @ 10.0.10.55]</div><div><br></div><div>My NAT rule for HTTP is working fine, I can log in, I just can't open instance consoles.</div><div><br></div><div>The default Packstack rule is in place for novnc:</div>
<div><div>ACCEPT     tcp  --  <a href="http://0.0.0.0/0">0.0.0.0/0</a>            <a href="http://0.0.0.0/0">0.0.0.0/0</a>           multiport dports 6080 /* 001 novncproxy incoming */ </div></div><div><br></div><div><div>
2   chain=dstnat action=dst-nat to-addresses=10.0.10.55 to-ports=80 protocol=tcp dst-address=192.168.1.50 </div><div>     dst-port=80 </div><div><br></div><div> 3   chain=dstnat action=dst-nat to-addresses=10.0.10.55 to-ports=6080 protocol=tcp dst-address=192.168.1.50 </div>
<div>     dst-port=6080 </div></div><div><br></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:medium;white-space:pre"><br></span></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:medium;white-space:pre">Any ideas? Maybe there are vnc callbacks that I'm not getting through?  Maybe an access control in the novnc setup?</span></div>
<div><span style="color:rgb(0,0,0);font-family:monospace;font-size:medium;white-space:pre"><br></span></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:medium;white-space:pre">Novnc is working on the same network segment just fine which is why I think this is a NAT issue.</span></div>
<div><span style="color:rgb(0,0,0);font-family:monospace;font-size:medium;white-space:pre"><br></span></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:medium;white-space:pre">Thanks!</span></div><div>
<span style="color:rgb(0,0,0);font-family:monospace;font-size:medium;white-space:pre"> - Kodiak</span></div></div>