PDA

View Full Version : Iframe with interal web content



somthinsim
03 May 2010, 06:29 PM
I'm running with iis 5 default :80. My site and domain are setup and working fine.

Currently my firewall is enabled for : 80 traffic. I have a program that runs on :10000 and I am trying to have the content from :10000 to be in an Iframe on xyz.com:80

I have NAT'ed (and enabled :10000) and it works, but the problem is that the program that creates a content cant use windows intergration so I have a security flaw when I enable 10000.

Basically I would like to have 192.168.100.10:10000 on internally and use Iframe to show the content externally 192.168.100.10.

I have tried using src 192.168.....:10000 and localhost:10000 but everything I have tried does not work. By the way, both ports are on the same machine.

Can anyone recommend what I can do to get this to work?