PDA

View Full Version : TPROXY in Fedora 8


foxrever
2008-05-15, 08:18 AM CDT
Hi

I wanted to install and configure TPROXY with squid (http://www.balabit.com/support/community/products/tproxy/) for fedora 8 , my linux box. But unfortunately there is no any proper guide to follow.

Is there any one has done this before ?
Do you have a guide for fedora ?

Please help me

Many thanks
Foxrever

Dan
2008-05-15, 09:32 AM CDT
Due to forum loading, pages are taking a long time to post. Please DO NOT multi-click the submit button!

Dan

foxrever
2008-05-21, 03:24 AM CDT
Helloo,

Examples are given for source compiled setup. but in fedora i have done every thing form RPMs. So there is no source installed.

Then how would i use PATCH to be installed in to the setup ?

http://www.balabit.com/support/community/products/tproxy/

please help me

Thank you
Foxrever

markkuk
2008-05-21, 04:01 AM CDT
1. Set up your system for RPM building:
su -c 'yum install yum-utils rpmdevtools'
Run the following as a regular, non-root user in your home directory:
rpmdev-setuptree
2. Download and install the source RPMs for kernel, iptables and squid. Remember to do this as normal user, not root.
3. Put the tproxy patches in the appropriate source directories and edit the .spec files to apply the patches. Change the build number and add changelog entries.
4. Build and test the RPMs.
5. Install the patched packages and edit your yum configuration to prevent them to be replaced by Fedora updates.