[Gllug] Kernel-2.4.7 and iptables

gllug at codex.net gllug at codex.net
Tue Sep 4 19:21:13 UTC 2001


On 4 Sep 2001, mike wrote:

> Does anyone know whether something has changed in netfilters since 2.4.1

dont know.


> I have tried compiling several later kernels since and everytime I try
> to invoke masquerading etc the system complains of missing/bad symbols
> in modules.

which symbols?
maybe they are defined in another module which must be loaded first?  ive
seen this happen before when the module dependencies dont quite work
right, causing modules to not get loaded in the correct order.

if this is the case, you can find the correct module, and make sure it
gets loaded first via /etc/modules or some such other mechanism.

for 2.4 try something like:

# cd /lib/modules/{kernel-version}/kernel/net/ipv4/netfilter
# for i in `ls -a`; do echo $i; nm $i |grep $SYMBOL_NAME | grep T; done

substitue $SYMBOL_NAME above with the missing symbol name.


of course its equally possible that the symbol exists in no compiled
modules or programs.

-- 


PGP key:  http://codex.net/pgp/pgp.asc


-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list