Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => General Networking Support in Linux => Topic started by: vasu on March 18, 2004, 07:20:37 AM

Title: transprent proxy how to
Post by: vasu on March 18, 2004, 07:20:37 AM
hi

  i configure ip nat masquerading and also squid proxy and how to configurd transprent proxy i dont,t required clinet browser configuration how i used below script how please tell me any one
i used now below script
#!/bin/sh
iptables=/sbin/iptables
echo 1 > /proc/sys/net/ipv4/ip_forward
$iptables --flush -t nat
iptables -table nat --appened POSTROUTING -s 192.168.1.2 -j masquerade
Title: transprent proxy how to
Post by: Ricky on March 18, 2004, 01:59:29 PM
Hi..
Vasu..
I hope you have read this bfore asking the question. :)
Squid proxy and transparent proxy how to or tutorial (http://www.linuxsolved.com/forums/viewtopic.php?t=116) at our Linux How to and tutorials section posted by me..
If not then do a give to it, if get stucked ask here.