I have run into a problem when I am creating a virtual ip to access MyDLP from the internet. The setup is that I have MyDLP installed and has an internal ip of lets say 192.168.0.5 on port 443. I only have one public ip so the way I normally do this is to create a virtual ip with the public ip to the private ip and I configure port mapping so 192.168.0.5:443 on the outside looks like myinternetip:4435 (I simply map internal port 443 to external 4435).
This is not working with MyDLP because every time you select a link in MyDLP it changes the full url so I can not get to the page (seems like pretty bad web coding to me if the application is changing the fqdn everytime).
Anyway, I am guessing the best way to resolve this is to change the port that the MyDLP server is listening on? Anybody have any ideas how to do this?