You can run a SQL Command and see every IP address that user ever posted with.

Go to your site's control panel and select "Database Tools" then the tab "SQL Command". In "Query" box put in the command below:

Code
select distinct(POST_POSTER_IP) from ubbt_POSTS where USER_ID='3'

As where "3" is that would be the users identification number, yours is most likely 2.