Is it possible to redirect all non-local traffic to a socks proxy?
so, for example i have:
4 computers (clients A-D: 10.0.0.1-4 or dhcp)
1 computer with 2 network cards (gateway-server, eth0: 10.0.0.254, eth1: 192.168.1.1)
1 computer with 2 network cards (router, eth0: 192.168.1.254, eth1: public-ip)
I need to make all computer that through my gateway-server to use socks proxy that installed on gateway-server without need to configure each client's browser.
the purpose is to log all urls and bandwidth usages.
the question is..
- is it possible? and if so, how to do it?
- if is it not possible, what are the alternative?