> Hi: > > I have 2 eth devices in my Linux box, I want that all squid traffic go throw > eth1 an not eth0, how do I configure it? >
If they have seperate IP addresses you can force squid to use a specific IP address in the squid.conf file. Look at the http_port config option and specify an IP, i.e. http_port 10.0.0.5:3128 Regards James - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs
