def get_mac(): return ':'.join(('%012X' % uuid.getnode())[i:i+2] for i in range(0, 12, 2)) # what's the likely ip address for the local UI?