Fw: ROUTE.patch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello again,

The Error:
hort:# iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 22 -j
ROUTE --iface tunl1
iptables v1.2.6a: Unknown arg `--iface'
Try `iptables -h' or 'iptables --help' for more information.

iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 22 -j ROUTE

iptables v1.2.6a: Couldn't load target
`ROUTE':/lib/iptables/libipt_ROUTE.so: cannot open shared object file: No
such file or directory

Try `iptables -h' or 'iptables --help' for more information.

> Hello,
>
> I try to compile the kernel with the Route.patch.
>
> #cd /usr/src/linux
> #wget http://www.netfilter.org/files/patch-o-matic-20030701.tar.bz2
> #bunzip patch-o-matic-20030702.tar.bz2
> #tar -xvf patch-o-matic-20030701.tar
> #cd patch-o-matic-20030701
> #KERNEL_DIR=/usr/src/linux ./runme extra
>
> So far all is OK.
>
> Then I configure the kernel.
> #make menuconfig
> Networking options ---> IP: Netfilter Configuration  ---> <M>   ROUTE
target
> support
> and other
> Exit.
>
> So far all is OK.
>
> #make dep clean bzImage modules modules_install
> 20 minutes later.
> cp arch/i386/boot/bzImage /boot/vmlinuz
> cp System.map /boot/System.map
> lilo
> reboot
>
> So far all is OK.
>
> But then:
>
> #ls /lib/iptables/
> here a many libipt_*.so but not libipt_ROUTE.so
> Why?
> #modconf
> kernel/net/ipv4/netfilter =>
> ipt_MASQUERADE     + MASQUERADE target support
> ipt_REDIRECT       + REDIRECT target support
> ipt_REJECT         + REJECT target support
> ipt_ROUTE          + (No description available)  <===   please look here
> ipt_TCPMSS         + TCPMSS target support
> ipt_TOS            + TOS target support
>
> What di I make wrong?
>
>
> By the way: I use Debian Woody 3.0 Kernel 2.4.18 or 20
>
> Please help.
>
> Greetings Torsten
>
>



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux