Results 1 to 2 of 2
I have on a server 3 eth.
eth0=INTERNET 1
eth1=INTERNET 2
eth2=LAN
I put squid and squid went put ip to squid ip from eth0.
Give he else clever than ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-02-2007 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 1
SQUID Problem!
I have on a server 3 eth.
eth0=INTERNET 1
eth1=INTERNET 2
eth2=LAN
I put squid and squid went put ip to squid ip from eth0.
Give he else clever than me comes out on eth1
tail -f /var/log/squid/access.log
He has the activity.
Firevall use
/sbin/iptables -A PREROUTING -t nat -i eth2 -p tcp --source 10.100.100.4 --dport 80 -j DNAT --to 192.168.10.64:3128
- 12-04-2007 #2


Reply With Quote
