Possible Duplicate:
IP-to-IP Redirect

i need a simple tool to make ip to ip redirect.

if i can write in HOSTS

192.168.1.2  192.168.2.3

it would be great.

link|improve this question
exact concept of superuser.com/questions/188678/ip-to-ip-redirect – MaQleod Nov 7 '10 at 3:07
1  
"a low cost router" is not a solution at all – lublushokolad Nov 7 '10 at 3:26
maybe some windows alternative to iptables – lublushokolad Nov 7 '10 at 3:27
@lublushokolad - whether the answer is what you are looking for or not, it is not appropriate to ask a duplicate question. You can offer a bounty on the existing question to obtain better answers. – MaQleod Nov 7 '10 at 3:51
i found a solution. what should id do? answer here? and there? – lublushokolad Nov 7 '10 at 4:28
show 2 more comments
feedback

closed as exact duplicate by Arjan, Diago Nov 7 '10 at 10:00

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 2 down vote accepted

finally i use 3proxy http://www.3proxy.ru/?l=EN

my config.txt

auth iponly

allow * * 83.221.199.178 80
parent 1000 tcp 192.168.1.5 8080
# redirect requests for 83.221.199.178:80 to 192.168.1.2:80

allow *
proxy
# transparent for other requests

# default proxy port is 3128
# you can change it adding -p 
#proxy -p8080

i install 3proxy as a service with 3proxy.exe --install config.txt

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.