Quantcast
Viewing all articles
Browse latest Browse all 27852

IP address and domain restrictions problem?

Hi All,

I got a problem of configuring ip address and domain restrictions. I have added a "Deny Entry" which points to my own ip address but I could still access my website through the same ip address (it should not allow me to access through that ip).

I have tried another by setting Access for unspecified client mode into Deny in "Edit Feature settings" and put added a new "Allow Entry" which points to my own ip address. However, the web server just block all ip addresses and I could not access the website by using the same ip address which I have specified in "Allow entry" (it should allow me to access through that ip).

What have I done wrong?. It seems that both Allow and Deny Entry features did not work.

Application Host config details.

<system.ftpServer>
            <security>
                <authorization>
                    <clear />
                    <add accessType="Allow" users="*" permissions="Read, Write" />
                </authorization>
                <ipSecurity allowUnlisted="false">
                    <add ipAddress="115.254.110.210" subnetMask="255.255.255.248" allowed="true" />
                    <add ipAddress="115.249.197.130" subnetMask="255.255.255.248" allowed="true" />
                </ipSecurity>
            </security>
        </system.ftpServer>

I need a help.

Thank You


Viewing all articles
Browse latest Browse all 27852

Trending Articles