I am trying to display a file from a different server on a site. (//server/etc/etc.html)

It works internally, because I used the internal address (192.168.*.*:8888/file/etc.html) that is configured through IIS on the remote server.

Obviously, the internal address won't do any good from an external location, so how I can I make this page viewable? The page is updated by a program on the remote server, so it has to stay there..