Results 1 to 6 of 6
  1. #1

    IP Range Windows Web Server 2008 R2

    Any one know..?

    How to setup IP Range in Windows Web Server 2008 R2 ?

    Thank you

  2. #2
    Join Date
    Jan 2007
    Location
    /dev/null
    Posts
    3,700
    Do you mean adding an entire range in 1 go, instead of adding them 1 by 1?

    http://technet.microsoft.com/en-us/l.../cc771274.aspx

  3. #3
    Join Date
    Feb 2012
    Location
    Europe
    Posts
    453
    See here:
    http://www.hosting.com/support/dedicated/general/addip

    I don't know if it's possible to add entire ranges on Windows (maybe with route command).
    miscis.com - Providing domains and premium hosting solutions at an affordable price
    cPanel+Softaculous | 99.9% Uptime SLA | CloudLinux | Daily Backups
    █ Accepting PayPal, Credit/Debit Cards, Liberty Reserve
    Currently in Netherlands, EU & Arizona, USA

  4. #4
    I mean not one by one via TCP/IP
    but entry IP Range: (From IP.. - to IP..)

    I am was research online than got "Block IP address or IP range in windows server 2008 by Windows Firewall"
    Link: http://www.studyblog.net/2011/10/blo...dows-firewall/

    That is how to block..
    Now How to Add? Method like that?

    That is possible?

    Thank you
    Last edited by Elian; 03-13-2012 at 04:28 AM.

  5. #5
    it seems you have to add it one by one, if you feel it's boring to add lots of ips, maybe you can write a script to complete the work.

  6. #6
    Join Date
    Jan 2007
    Location
    /dev/null
    Posts
    3,700
    Indeed, say you'd want to add:
    192.168.1.2-192.168.1.6, you could do:
    Code:
    for /l %x in (2,1,6) do netsh interface ipv4 add address "Local Area Connection" address=192.168.1.%x mask=255.255.255.248
    in command prompt. Stupid of me not to think of that earlier .

Similar Threads

  1. How do I turn an unmanaged Windows web server 2008 into a web hosting server?
    By Kadence in forum Hosting Security and Technology
    Replies: 0
    Last Post: 08-30-2010, 01:36 AM
  2. Windows Server 2008 Standard or Web
    By jacksprat in forum Web Hosting
    Replies: 6
    Last Post: 04-20-2010, 05:57 PM
  3. Passive FTP Port Range Server 2008 Firewall
    By stooley in forum Hosting Security and Technology
    Replies: 3
    Last Post: 04-21-2009, 07:59 PM
  4. Windows Server 2008 As A Web Host
    By StevieStoner in forum Hosting Software and Control Panels
    Replies: 1
    Last Post: 02-13-2009, 10:07 AM
  5. Windows WEB Server 2008 -stand alone?
    By RPK_MN1 in forum Dedicated Server
    Replies: 4
    Last Post: 10-13-2008, 02:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •