Create pointer issue

Djunity

Verified User
Joined
Mar 9, 2008
Messages
243
Location
Holland
Hi,

When we create a domain pointer on a account on one off or servers the dns records are strange, we have 3 ip's on that server there was an a record created for all ip's (the ip in not assigned to that user) and there is even and a record for an ip adress that does not even exist on the server anymore.

I have read about a bug in the ipswap file but we run the latest release 1.36.2

Extra: also in the httpd.conf all 4 ips are there
 
Last edited:
Hello,

Check the following files, and remove any IPs that don't belong:
Code:
/usr/local/directadmin/data/users/[b]username[/b]/user.conf
/usr/local/directadmin/data/users/[b]username[/b]/user_ip.list
/usr/local/directadmin/data/users/[b]username[/b]/domains/[b]domain.com[/b].conf
/usr/local/directadmin/data/users/[b]username[/b]/domains/[b]domain.com[/b].ip_list
Once all "bad" IPs are removed, type:
Code:
echo "action=rewrite&value=httpd&user=[b]username[/b]" >> /usr/local/directadmin/data/task.queue
There are severals fixes for multi-IPs upcoming in 1.37.0. The pre-release binaries are already available in your clients section.

John
 
Hello,

Check the following files, and remove any IPs that don't belong:
Code:
/usr/local/directadmin/data/users/[b]username[/b]/user.conf
/usr/local/directadmin/data/users/[b]username[/b]/user_ip.list
/usr/local/directadmin/data/users/[b]username[/b]/domains/[b]domain.com[/b].conf
/usr/local/directadmin/data/users/[b]username[/b]/domains/[b]domain.com[/b].ip_list
Once all "bad" IPs are removed, type:
Code:
echo "action=rewrite&value=httpd&user=[b]username[/b]" >> /usr/local/directadmin/data/task.queue
There are severals fixes for multi-IPs upcoming in 1.37.0. The pre-release binaries are already available in your clients section.

John

Hi,

I checked all files only in the domain.com.ip_list the old ip['s where there.
After remove u run the command but when i look at the httpd conf now there are still those old ip's.
Even when i add new domains this problem occurs.
This problem is only with one user in this case the admin user.
 
Hello,

The IP is somewhere around there. Assuming the IP is 1.2.3.4, type
Code:
cd /usr/local/directadmin/data/users/admin
grep [b]1.2.3.4[/b] *
grep [b]1.2.3.4[/b] */*
Perhaps the ip.list file.

Also, I'd recommend you try the pre-release binaries, as if any of the bugs are in the binaries you currently have, we may end up going in circles.

John
 
Hello,

The IP is somewhere around there. Assuming the IP is 1.2.3.4, type
Code:
cd /usr/local/directadmin/data/users/admin
grep [b]1.2.3.4[/b] *
grep [b]1.2.3.4[/b] */*
Perhaps the ip.list file.

Also, I'd recommend you try the pre-release binaries, as if any of the bugs are in the binaries you currently have, we may end up going in circles.

John

With grep i could not find anything, however after i downloaded the pre-release binaries the problem is solved thanks alot
 
Back
Top