On Thu, 20 Feb 2003 09:17:08 -0800 (PST) pedro noticioso <[EMAIL PROTECTED]> wrote:
> This is for the gateway > #I have 2 nics, outside goes to adsl service, > # inside goes to temrinals, so > inside=eth1 > > #note: this is in one line 8) > iptables -t nat -A PREROUTING -i $inside -p tcp > --dport 80 -j REDIRECT --to-port 3128 > > If your ltsp server is not the one connected to the > internet > > export http_proxy="your.firewall.com:3128" > export ftp_proxy="$http_proxy" > export RSYNC_PROXY="$http_proxy" > User still needs to setup the setting in the preferences ,right? How to setup a transparent proxy, so that user does not have to know that proxy is there? A few iptables lines would certainly help..:) Thanks -- World Domination begins with configure && make && make install http://opensource.mimos.my ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
