Control Certain IP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?SHVzYW0=?=

    #1

    Control Certain IP

    Hi EveryBody:

    My question Is how can I control or track any Ip of computer and prevent it
    from entering web site either by domain name or ite IP address

    For example:

    If my computer IP is 10.0.0.117 and Domain name for site is www.yahoo.com
    and its relevent IP address id for example 84.34.55.213 how can I control the
    first IP to not enter a second IP ?

    is there any way to do so...

    any help will be or redirection will be appreciated

    regard's

    Husam
  • Michel Posseth  [MCP]

    #2
    Re: Control Certain IP


    You can do this in 2 ways

    1. in IIS there is a block list so you can just simply add the ip adress or
    hostname ( wich in its turn is translated to an ip , so it is basicly the
    same )

    2. you can do this from you web application by querying the server varibales
    , thus checking the ip adress and then perfom a response.redire ct to a
    alternate page ( error notice or whatever ) but note that this will only
    work on "active"pag es ( ASP , ASPX etc etc ) and not on plain content pages
    ( HTM , HTML )


    hth

    Michel Posseth


    "Husam" <Husam@discussi ons.microsoft.c omschreef in bericht
    news:7736A647-4F73-4F6B-9F3D-E3499FF293E8@mi crosoft.com...
    Hi EveryBody:
    >
    My question Is how can I control or track any Ip of computer and prevent
    it
    from entering web site either by domain name or ite IP address
    >
    For example:
    >
    If my computer IP is 10.0.0.117 and Domain name for site is www.yahoo.com
    and its relevent IP address id for example 84.34.55.213 how can I control
    the
    first IP to not enter a second IP ?
    >
    is there any way to do so...
    >
    any help will be or redirection will be appreciated
    >
    regard's
    >
    Husam

    Comment

    • Newbie Coder

      #3
      Re: Control Certain IP

      Husam,

      Block port 80 or add the network adapter via the MAC address to the firewall

      --
      Newbie Coder
      (It's just a name)


      "Michel Posseth [MCP]" <MSDN@posseth.c omwrote in message
      news:edlf7sv8HH A.484@TK2MSFTNG P06.phx.gbl...
      >
      You can do this in 2 ways
      >
      1. in IIS there is a block list so you can just simply add the ip adress or
      hostname ( wich in its turn is translated to an ip , so it is basicly the
      same )
      >
      2. you can do this from you web application by querying the server varibales
      , thus checking the ip adress and then perfom a response.redire ct to a
      alternate page ( error notice or whatever ) but note that this will only
      work on "active"pag es ( ASP , ASPX etc etc ) and not on plain content pages
      ( HTM , HTML )
      >
      >
      hth
      >
      Michel Posseth
      >
      >
      "Husam" <Husam@discussi ons.microsoft.c omschreef in bericht
      news:7736A647-4F73-4F6B-9F3D-E3499FF293E8@mi crosoft.com...
      Hi EveryBody:

      My question Is how can I control or track any Ip of computer and prevent
      it
      from entering web site either by domain name or ite IP address

      For example:

      If my computer IP is 10.0.0.117 and Domain name for site is www.yahoo.com
      and its relevent IP address id for example 84.34.55.213 how can I control
      the
      first IP to not enter a second IP ?

      is there any way to do so...

      any help will be or redirection will be appreciated

      regard's

      Husam
      >
      >

      Comment

      Working...