views:

33

answers:

1

Hi, is it possible to somehow tell windows that when I try to access ip a.b.c.d it should access w.x.y.z ? Thanks

+1  A: 

You could modify your hosts file. On WindowsXP it is located at

C:\WINDOWS\system32\drivers\etc

you will notice it has default routes setup already such as

127.0.0.1       localhost

you can then add your own route there

123.45.67.89    superduper
Alex