What's new

Message decoding error: out of range

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

mikeg

Senior Member
Hello,
I got this message kernel: nf_ct_ras: decoding error: out of range today.
Uptime for the AC66U : 19 days 12 hours .
Has anyone else seen this message and what is it refering to ?

Merlins f(w .23B
 
Last edited:
Hello,
I got this message kernel: nf_ct_ras: decoding error: out of range today.
Uptime for the AC66U : 19 days 12 hours .
Has anyone else seen this message and what is it refering to ?

Merlins f(w .23B

That's just a warning. It means the Netfilter ct_ras helper module tried to process a packet thinking it was destined to him, only to find out it wasn't.

In newer versions of the kernel they simply removed that warning as it was scaring people, you can just ignore it.
 
That's just a warning. It means the Netfilter ct_ras helper module tried to process a packet thinking it was destined to him, only to find out it wasn't.

In newer versions of the kernel they simply removed that warning as it was scaring people, you can just ignore it.

Hi,

Yesterday evening I go three of this messages:
Code:
Feb 11 23:45:20 kernel: nf_ct_ras: decoding error: out of range
Feb 11 23:45:37 kernel: nf_ct_ras: decoding error: out of range
Feb 11 23:45:55 kernel: nf_ct_ras: decoding error: out of range
Running the current Beta 4, it means that the warning/information message is still (or again) there...

With kind regards
Joe :cool:
 
Last edited:
The error message was never removed. By newer kernel, I mean newer than what Asuswrt uses (2.6.22.19).
 
it seems to be back in latest 3.0.0.4.372 from asus website.

Code:
Jul 22 04:41:26 kernel: nf_ct_ras: decoding error: out of range
Jul 22 04:41:26 kernel: nf_ct_ras: decoding error: out of range
Jul 22 11:46:30 kernel: nf_ct_ras: decoding error: out of range
Jul 22 12:31:15 kernel: nf_ct_ras: decoding error: out of range
Jul 22 12:31:15 kernel: nf_ct_ras: decoding error: out of range
 
it seems to be back in latest 3.0.0.4.372 from asus website.

Code:
Jul 22 04:41:26 kernel: nf_ct_ras: decoding error: out of range
Jul 22 04:41:26 kernel: nf_ct_ras: decoding error: out of range
Jul 22 11:46:30 kernel: nf_ct_ras: decoding error: out of range
Jul 22 12:31:15 kernel: nf_ct_ras: decoding error: out of range
Jul 22 12:31:15 kernel: nf_ct_ras: decoding error: out of range

That never was "fixed". In fact it's not a bug, it's just a notice from the kernel that the H323 NAT helper received a packet that wasn't really intended for it.

Latter versions of the Linux kernel modified the module to only output it when syslog is set to log packets with severity level of INFO.

If you don't use any SIP or H.323 based device or software you can disable the helpers on the WAN -> NAT Passthrough page if it really bothers you.
 
That never was "fixed". In fact it's not a bug, it's just a notice from the kernel that the H323 NAT helper received a packet that wasn't really intended for it.

Latter versions of the Linux kernel modified the module to only output it when syslog is set to log packets with severity level of INFO.

If you don't use any SIP or H.323 based device or software you can disable the helpers on the WAN -> NAT Passthrough page if it really bothers you.

thks for the info! :)
 
I saw this in the log, repeated several times in the last days:
Sep 14 08:11:37 kernel: nf_ct_ras: decoding error: out of bound
Sep 14 08:11:38 kernel: nf_ct_ras: decoding error: out of range
Do I need to ignore "out of bound" as I need to ignore "out of range"?
Thanks.
 
Yes. Any message from this netfilter helper if you don't use SIP can be ignored.
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top