Ola, I want to set up my squid proxy so that proxy requests from users come in on one nic, and requests to the gateway/internet go out on the other nic. Essentially user1 connects to proxy on NIC1 port 3128, and squid queries the internet on NIC2 to bring in the data the user has requested from the internet. user 1 ---> Nic1(squid) ----> NIC2 ----> Internet ----> NIC2 -----> NIC1(squid) ---->user Can anyone point me in the right direction to enable this functionality? Thanks, Darren