Old ipaddresses in show all user list

area62

Verified User
Joined
Sep 23, 2008
Messages
44
In the all users overview i see a couple of old ip addresses that where used in the past on the same machine. I checked some users and found out that this ip address is in the user_ip.list file. When i remove it there i still see in DirectAdmin, what am i doing wrong?
 
Try this in ssh:

echo "action=cache&value=showallusers" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d
 
That did the trick, but why are thoose ip addresses in there? I check /var/log/directadmin/ipswap.log and apparently the ipswap.sh script does not update/affect user_ip.list files?
 
Back
Top