Hi folks,, Let me explain... Today i have 2 linux servers, one acting like a router and another is the cache server, running squid, I'm using this rule: iptables -t nat -A PREROUTING -i $interface -p tcp --dport 80 -j DNAT --to 102.168.10.10:3128 But, when open the squid's log file, i get the router server ip address instead of the client Ip address... So, how can i get the real client ip address? -- Lucas Nishimura