Results 1 to 4 of 4

Thread: How can I block or ban Ip address range?

  1. #1
    Join Date
    Jan 2009
    Posts
    40

    How can I block or ban Ip address range?

    Hi,

    I am running a small website for 3 months & now I have come to know that we can block a whole range of ip address using my IIS 6.0 on windows server.
    But the problem with me is that i am not being able to block the range.
    Please someone help me with the situation.
    What option should I look for to ban the ip address range?

  2. #2
    Join Date
    May 2008
    Posts
    29

    Re: How can I block or ban Ip address range?

    Try this for IIS 6.0
    1. Log into your server through Terminal Services or Remote Desktop Connection
    2. Click Start, select Programs, and then click Administrative Tools.
    click - Internet Information Services.
    3. expand the Server Name and then Web Sites to find the domain name
    4. Right-click on the domain name and select Properties.
    5. On the Directory Security Tab under IP Address and Domain Name Restrictions click Edit.
    To add an IP address to the restriction list: *** This is very important.
    6. Click Add
    7. Select Type: Group of Computers
    Add a block IP Address using the starting IP address of the block and the appropriate subnet mask.
    8. Click OK

    I hope this helps you.

  3. #3
    Join Date
    May 2008
    Posts
    32

    Re: How can I block or ban Ip address range?

    I have same problem but I have set up Apache server on my windows 2003.
    Please help.

    If you have any problem you can have a look at the microsoft site for detail information on Granting or Denying Access to a Computer (iis 6.0)

  4. #4
    Join Date
    May 2008
    Posts
    26

    Re: How can I block or ban Ip address range?

    .htaccess file is the answer for you.
    That's a configuration file for Apache servers.
    you can block ip addresses using the "deny" and "allow" directives.

    For example the below 3 statements allow access only from the machine who's ip is 192.168.1.21.
    order deny,allow
    deny from all
    allow from 192.168.1.21
    or you can use
    deny from "ip-address"

Similar Threads

  1. How to add firewall with IP range to block Google Update
    By Bhuvana21 in forum Networking & Security
    Replies: 5
    Last Post: 11-06-2011, 10:33 PM
  2. Iptables block ip address
    By Soggy Bottom in forum Networking & Security
    Replies: 4
    Last Post: 12-11-2009, 10:49 AM
  3. Block ip range using iptables in Ubuntu 9.04
    By UbuntU-ME in forum Operating Systems
    Replies: 3
    Last Post: 29-07-2009, 10:15 PM
  4. Block the entire range of IP address in Linux using hosts.deny
    By Sonic in forum Networking & Security
    Replies: 3
    Last Post: 29-05-2009, 06:01 PM
  5. Invalid block address
    By Mega Member in forum Hardware Peripherals
    Replies: 3
    Last Post: 04-05-2009, 05:38 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,727,700.62762 seconds with 17 queries