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" --- Rob Keeling <[EMAIL PROTECTED]> wrote: > We are running a combination of Suse 8.1 / IceWM & > Galion, but I need to lock down the proxy server > settings > for all users. Is there any way of doing this? > > Rob Keeling > Network Manager > Queen Elizabeth`s Grammar School > > __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ ------------------------------------------------------- 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
