vote up 0 vote down star

I have two machines: Windows and Linux.

The Windows machine should make raw socket requests (send TCP/IP packets) to the internet through the Linux machine. It is not limited to HTTP.

The Linux machine has a lot of IP addresses. Each session from Windows machine should be performed with a single Linux's IP. But different sessions should be distributed among IPs.

I'm new to Linux and don't know how to implement such a proxy there.

Please give me some advises to start with.


73% accept rate
Please edit your post to explain what you're trying to accomplish. – Jim Garrison Nov 6 at 18:09
Sounds more like a gateway/router than a proxy to me, something you'd solve with simple iptables IP-masquerading rules rather than by programming anything. – bobince Nov 6 at 18:10

Browse other questions tagged or ask your own question.