Building The Rope Software

Please note..

Introduction

In order to install the rope software into your linux system, your must perform three key steps..

These steps can be performed in any one of four ways, namely ..

This page takes you through the process of installing rope using either of the "DIY" approaches above.

Before attempting to install Rope using either of these techniques, you will need..

I strongly recommend checking that you can compile the iptables module and kernel before you try to add Rope to them. Make sure the compilation works, and that the resulting code runs before proceeding.

Installing Using Patch-o-matic-ng

First check that you can compile the linux kernel and "iptables", and that the compiled code works, then..

1: Create an empty working directory

2: Download patch-o-matic-ng

3: Download Rope

4: Patch patch-o-matic-ng

5: Use patch-o-matic-ng to patch the kernel and iptables

For more information about using patch-o-matic-ng, refer to the "README" file in its directory tree, or the NetFilter web site.

6: Compile and install the new kernel

7: Compile and install the patched iptables tools

8: Compile and install Rope tools and scripts

Installing Without Patch-o-matic-ng

If you dont wish to use patch-o-matic-ng, you can install rope directly into the kernel and iptables utility using the make file. Before proceeding, check that you can compile the linux kernel and "iptables", and that the compiled code works properly. Once checked, follow these steps..

1: Create an empty working directory

2: Download Rope

3: Patch the kernel

4: Compile and install the new kernel

5: Patch iptables

6: Compile and install the patched iptables tools

7: Compile and install Rope tools and scripts