[Bug 467] iptables is complaining with bogus unknown error 18446744073709551615

bugzilla-daemon at bugzilla.netfilter.org bugzilla-daemon at bugzilla.netfilter.org
Fri Apr 21 17:14:17 CEST 2006


https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=467


mvolaski at aecom.yu.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |




------- Additional Comments From mvolaski at aecom.yu.edu  2006-04-21 17:14 MET -------
A-ha. I knew there had to be something amiss but just apparently on my system.
xt_tcpudp should be loading automatically and if it had, you wouldn't be bugged
with any of this.

So I'm on Gentoo it is configured to load a few netfilter modules automatically.
These are
ip_tables
iptable_filter
ip_conntrack
ip_conntrack_ftp
ipt_LOG
ipt_state

And they do indeed load

It appears that
x_tables
nfnetlink
xt_state

load on their own or at least in response to some of the rules that are executed
at boot time.

Of course, xt_tcpudp does not.

modinfo says
filename:       /lib/modules/2.6.17-rc2/kernel/net/netfilter/xt_tcpudp.ko
alias:          ip6t_tcp
alias:          ip6t_udp
alias:          ipt_tcp
alias:          ipt_udp
alias:          xt_udp
alias:          xt_tcp
license:        GPL
description:    x_tables match for TCP and UDP, supports IPv4 and IPv6
depends:        x_tables
vermagic:       2.6.17-rc2 SMP mod_unload gcc-3.4

It does load when I do modprobe ipt_tcp, but not when I execute a command like 
iptables -A INPUT -i bond0 -s 129.98.90.0/24 -p tcp --dport 548 -j ACCEPT

-- 
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the netfilter-buglog mailing list