This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

packet filter rule for http

I have 2 IIS servers running.  In my packet filters, I have the following rule:
any -> http -> IIS1 allow    (IIS1 is 192.168.100.17)
When I go to http://www.mydomain.com, I can see my website

I have a new website on my second IIS server.
So, I changed the rule to 
any -> http -> IIS2 allow    (IIS2 is 192.168.100.20)

I expected to see the new site at http://www.mydomain.com, but it gives a timeout.

When I logon to the internal network, I can see the website at http://192.168.100.20, so the IIS is working properly.

The strange thing is that in the packet filter live log, I have green lines when I point to my first IIS1 at 100.17, as it should be.
However, when I change the packet filter rule to forward to IIS2 (100.20), the lines in the pakcet filter live log are red and still refer to 192.168.100.17 (although my packet filter rule definitely says to forward to 100.20).

What am I doing wrong?


This thread was automatically locked due to age.
Parents Reply Children