Database errors (Inet_aton)

Started by denNorske, April 17, 2021, 06:58:29 AM

Previous topic - Next topic

denNorske

Hello dear community!

I am having an instance of SMF 2.0.18 and there are some annoying database errors occuring when members are posting new topics or trying to reply to existing topics.

This issue also seem to happen when members try to log in to the forum.

I know that some of the admins have cleaned up in the database clearing out logged IP's because the reverse proxy we had in place would only return 1 ip for everyone - so that was cleared and afterwards (now, a few months later) we see these errors happening. I am sadly not familiar with which queries that were used in the database, and why this is happening.

Notes: This does not happen to me, for instance.

Error logs:



Picture from a user:




Could I get some assistance on how to proceed to solve these problems? Is it an empty field that is unexpected?

Shambles

Try putting inet_aton into the search field and you'll get the pointers you need (potentially IPV6 related)


https://www.simplemachines.org/community/index.php?action=search2;search=inet_aton

denNorske

Quote from: Shambles on April 17, 2021, 01:45:33 PM
Try putting inet_aton into the search field and you'll get the pointers you need (potentially IPV6 related)


https://www.simplemachines.org/community/index.php?action=search2;search=inet_aton

Thank you, and pardon that! I already had a glance at this in regards to IPV6 - and I am currently running the forum behind a Reverse Proxy, as it runs inside a docker container. The reverse proxy is only listening on IPV4 (0.0.0.0:80 and 0.0.0.0:443) and my docker container is only listening on 172.18.0.2:8855 (internal connections).

IPV6 is not supported by my provider at the moment, and there are no indications other parts of my system has any form of IPv6 available, not even locally.

I am afraid I am a bit stuck on this issue still.

Advertisement: