Results 1 to 8 of 8

Thread: Help needed with iptables -m multiport

  1. #1

    Help needed with iptables -m multiport

    I am trying to use multiport in my iptables script but have been recieving the following error

    Code:
    iptables v1.2.3: Couldn't load match `multiport`: /lib/iptables/libipt.multiport.so: cannot open shared object file: No such file or directory.
    The file is there. I have tried compling iptables into the kernel and as a module and get the error message either way. Any suggestions?

  2. #2
    Guest

    Re: Help needed with iptables -m multiport

    it's not complaining about /lib/iptables/libipt.multiport.so not being there, the error is coming from that libipt.multiport.so library and it probably can't find another library. so u need to find out what library file ur missing

    run this:
    ldd /lib/iptables/libipt.multiport.so

    it'll give u a list of every library that libipt.multiport.so needs and where it's located. libraries that are needed but not found are listed as well, but instead of giving the path to the lib it'll say something like "not found"
    then u know what library u still need

  3. #3

    Re: Help needed with iptables -m multiport

    Thanks for the help. I'll give it a shot when I get home and let you know the outcome.

  4. #4
    Guest

    Re: Help needed with iptables -m multiport

    allrighty

  5. #5

    Re: Help needed with iptables -m multiport

    It tells me: statically linked.

  6. #6
    Guest

    Re: Help needed with iptables -m multiport

    ouch.. statically linking of libraries sux

  7. #7

    Re: Help needed with iptables -m multiport

    recompile iptables, i think www.netfilter.org ? but i could be wrong, search freshmeat.net if i am.

  8. #8

    Re: Help needed with iptables -m multiport

    http://netfilter.samba.org .. there should be the newest iptables patches + userland tools

Similar Threads

  1. LAN clients get connection denied by Apache
    By rhonneil in forum Linux - Hardware, Networking & Security
    Replies: 14
    Last Post: 11-12-2003, 11:28 AM
  2. mplayer is not installing on Red Hat Linux 9.0
    By in forum Linux - General Topics
    Replies: 4
    Last Post: 11-10-2003, 06:16 PM
  3. Router not routing/masquerading. Why?
    By Anubis in forum Linux - Software, Applications & Programming
    Replies: 0
    Last Post: 03-22-2003, 12:05 AM
  4. Installing kde 3.0 from rpm
    By Bogler in forum Linux - General Topics
    Replies: 12
    Last Post: 04-16-2002, 11:08 AM
  5. iptables script...
    By Mor_gath in forum Programming
    Replies: 5
    Last Post: 12-24-2001, 04:35 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •