C
C
Castiel2012-06-03 17:06:23
proxy
Castiel, 2012-06-03 17:06:23

How to redirect traffic?

Good afternoon. I need to redirect traffic that goes to the specified IP through a proxy.

That is, if the program accesses IP, then all traffic is redirected to another IP, which in turn already accesses the tedious IP.

I don't know how to explain in more detail. The topic is new to me, so I don’t even know in which direction to dig ...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vumik, 2012-06-03
@Vumik

Apparently, you need NAT
en.wikipedia.org/wiki/NAT
If you are for Linux, then read about iptables

J
jov, 2012-06-03
@jov

and here nat?
pure routing

ip route add x.x.x.x/32 via y.y.y.y
x is the ip for which you want to use what you called "proxy". y - the actual address of the "proxy".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question