Package: fwbuilder
Version: 4.1.2-1
Severity: normal

I just added a new rule to my firewall to allow IGMP packets. I did this by
copying the Standard/Services/IP/IGMP object to "User", and incorporating
it in a rule.

The rule in the compiled firewall is:

    echo "Rule 6 (global)"
    # 
    # IGMP from ISP OK
    $IPTABLES -A INPUT -p 2  -s 188.39.1.30   -m ipv4options  --flags 
router-alert  -m state --state NEW  -j ACCEPT
    $IPTABLES -A FORWARD -p 2  -s 188.39.1.30   -m ipv4options  --flags 
router-alert  -m state --state NEW  -j ACCEPT

When I run the compiled firewall script, the output contains the following:


[...]
Rule 6 (global)
iptables v1.4.10: Couldn't load match 
`ipv4options':/lib/xtables/libipt_ipv4options.so: cannot open shared object 
file: No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
iptables v1.4.10: Couldn't load match 
`ipv4options':/lib/xtables/libipt_ipv4options.so: cannot open shared object 
file: No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
Rule 7 (global)
[...]


I have checked that the firewall has been configured for platform
"iptables", version "1.4.4 or later", host OS "linux 2.4/2.6".


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fwbuilder depends on:
ii  fwbuilder-common        4.1.2-1          Firewall administration tool GUI (
ii  libc6                   2.11.2-7         Embedded GNU C Library: Shared lib
ii  libfwbuilder9 [libfwbui 4.1.2-1          Firewall Builder API library
ii  libgcc1                 1:4.4.5-8        GCC support library
ii  libqt4-dbus             4:4.6.3-4        Qt 4 D-Bus module
ii  libqt4-network          4:4.6.3-4        Qt 4 network module
ii  libqtcore4              4:4.6.3-4        Qt 4 core module
ii  libqtgui4               4:4.6.3-4        Qt 4 GUI module
ii  libsnmp15               5.4.3~dfsg-1     SNMP (Simple Network Management Pr
ii  libstdc++6              4.4.5-8          The GNU Standard C++ Library v3
ii  libxml2                 2.7.8.dfsg-1     GNOME XML library
ii  libxslt1.1              1.1.26-6         XSLT 1.0 processing library - runt
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages fwbuilder recommends:
ii  fwbuilder-doc                 4.1.2-1    Firewall administration tool GUI d

fwbuilder suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to