NSD reply from unexpected source

Posted by Ximik on Server Fault See other posts from Server Fault or by Ximik
Published on 2010-12-21T14:44:59Z Indexed on 2010/12/21 15:56 UTC
Read the original article Hit count: 204

Filed under:
|
|
|

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

© Server Fault or respective owner

Related posts about linux

Related posts about dns