Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
In Drupal 6 ip_address() returns IP address with additional space for multiple proxies (a core bug #621748: ip_address() is broken for multi-tier architectures), so small fix in system status module is needed as well to make it work.
Wrap ip_address() into the the trim() to get rid of the space.