I\'m using this code to generate a random IP address:
select CONCAT( round( RAND() * (255 - 1 + 1) + 1, 0 ), \'.\', round( RAND() * (255 - 1 + 1) + 1,