NSD reply from unexpected source
- by Ximik
I have server with NSD. There are MAIN_IP and ADD_IP. When I try to get IP of my site from server I have right output
dig @localhost my_site.com
But when I try to make this from my PC, I have
dig @my_ns_server.com my_site.com
;; reply from unexpected source: MAIN_IP#53, expected ADD_IP#53
(ADD_IP is IP of my_ns_server.com)
What should I do?
UPD: My interfaces conf
auto eth2
allow-hotplug eth2
iface eth2 inet static
address xxx.xxx.xxx.234
netmask 255.255.255.252
network xxx.xxx.xxx.232
broadcast xxx.xxx.xxx.235
gateway xxx.xxx.xxx.233
dns-nameservers MY_ISP_IP
dns-search MY_ISP_DOMAIN
auto eth2:0
iface eth2:0 inet static
address xxx.xxx.xxx.124
netmask 255.255.255.0
xxx.xxx.xxx is the same for all IPs