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.