Ip Redirect

  • Thread starter Thread starter Fabrizio
  • Start date Start date
F

Fabrizio

Hi,
to all is there a way (without any additional program, except OS) to
redirect an ip ?
Let me explain.. I want to disallow users of my pc to go a particular IP
address.
for example suppose that www.xxxxx.com is at aaa.bbb.ccc.ddd IP address.
If in the host file I create a row with 127.0.0.1 www.xxxxx.com whenever I
tried to use www.xxxxx.com (iexplorer, telnet,ping and so on) it is
redirected to 127.0.0.1 (localhost). But if I use the IP address i manage to
reach it.
How could I redirect it to 127.0.0.1

Many thanks in advance
Fabrizio
 
Add a software network adapter (Microsoft Loop Back Adapter).
Assign the IP# of the site you don't want them to use to that Adapter.

When they try to go to that site it will "loopback" to itself. You can add
multiple IP#s but they must be the same subnet. Different subnets would
need a different "Adapter" all for themselves.
 
Back
Top