Announcement

Collapse
No announcement yet.

short domain?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • short domain?

    hey,

    maybe im realy stupid, but i dont get it now...

    my client cant resolv bitdefender.gr.gc, nxfilter log says:


    Code:
    INFO [03-14 20:02:51] - RespCache.add, cache not added, bitdefender.gr.gc , No answer record, queryType = 1, rcode = 3.

    Code:
    root@nxfilter:/nxfilter/bin# nslookup bitdefender.gr.gc 192.168.62.1
    Server: 192.168.62.1
    Address: 192.168.62.1#53
    
    Name: bitdefender.gr.gc
    Address: 192.168.200.118
    192.168.62.1 is the upstream dns server configures in nxfilter...

    have you any idea what could be wrong?

    Thx!

  • #2
    This is my dig testing result against Google public DNS,

    Code:
    ; <<>> DiG 9.15.6 <<>> @8.8.8.8 bitdefender.gr.gc
    ; (1 server found)
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 55336
    ;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
    
    ;; OPT PSEUDOSECTION:
    ; EDNS: version: 0, flags:; udp: 512
    ;; QUESTION SECTION:
    ;bitdefender.gr.gc. IN A
    
    ;; AUTHORITY SECTION:
    . 86398 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2022031402 1800 900 604800 86400
    
    ;; Query time: 39 msec
    ;; SERVER: 8.8.8.8#53(8.8.8.8)
    ;; WHEN: Tue Mar 15 08:04:59 ;; MSG SIZE rcvd: 121
    So, it doesn't exist. Does your upstream server still give you the answer?

    Comment


    • #3
      No its bitdefender.gr.gc is not public... my upstream server should resolv the dns... but nxfilter doesen forward it to upstream ^^

      Comment


      • #4
        Don't know what's going on in your site exactly. You can try Local DNS and Local Domain to bypass 'gr.gc' to your upstream server. Or you can use Zone Transfer to keep that zone on NxFilter side. You also can set up a simple redirection on 'System > Redirection'. If you have to add many domains, you can add a Zone File on 'System > Zone File'.

        Comment

        Working...
        X