Relations By Fields That Needs Inet_Ntoa()

1st table stores IPs like: "127.0.0.1"

2nd table stores IPs like: "232412512342" (ip2long() - PHP)

How can i do relations between them by IP fields, smth like "IP1 = INET_NTOA(IP2)" ?