Koozali.org: home of the SME Server

Name resolution not working for web.mail.mil

Offline DanB35

  • ****
  • 764
  • +0/-0
    • http://www.familybrown.org
Name resolution not working for web.mail.mil
« on: July 04, 2015, 10:26:35 PM »
I'm thinking this looks like a bug, but wanted to see if there's anything obvious I'm missing before I report it.  My SME 9.0 server doesn't seem to be able to resolve web.mail.mil.  If I use Google's DNS, it resolves just fine:
Code: [Select]
[dan@e-smith ~]$ host web.mail.mil
;; connection timed out; trying next origin
Host web.mail.mil not found: 3(NXDOMAIN)
[dan@e-smith ~]$ host web.mail.mil 8.8.8.8
Using domain server:
Name: 8.8.8.8
Address: 8.8.8.8#53
Aliases:

web.mail.mil has address 156.112.108.149
web.mail.mil.familybrown.org is an alias for familybrown.org.
familybrown.org mail is handled by 0 familybrown.org.
I haven't configured any external DNS server on my system.  Where should I be looking, or should I just head over to bugzilla?
......

Offline TerryF

  • grumpy old man
  • *
  • 1,826
  • +6/-0
Re: Name resolution not working for web.mail.mil
« Reply #1 on: July 04, 2015, 11:33:36 PM »
Doesn't resolve from here, Oz, from my Win8 system, no sme server involved just by provider iinet. So don't think its a bug in sme server.

familybrown.org does fine..
--
qui scribit bis legit

Offline DanB35

  • ****
  • 764
  • +0/-0
    • http://www.familybrown.org
Re: Name resolution not working for web.mail.mil
« Reply #2 on: July 06, 2015, 04:51:22 PM »
Had new Internet service installed this morning.  Went from (claimed) 3M down/768k up (which was closer to 150k up) to 50M/10M.  This host now resolves just fine.  I'll chalk this up to a crappy Internet connection.
......

Offline DanB35

  • ****
  • 764
  • +0/-0
    • http://www.familybrown.org
Re: Name resolution not working for web.mail.mil
« Reply #3 on: July 08, 2015, 03:01:36 PM »
Well, it resolved fine on Monday.  Today, not so much.  Using my ISP's DNS servers, or Google's, it resolves just fine, but using my SME server itself, nothing:
Code: [Select]
[dan@e-smith ~]$ host web-okcd01.mail.mil
;; connection timed out; trying next origin
Host web-okcd01.mail.mil not found: 3(NXDOMAIN)
[dan@e-smith ~]$ host web-okcd01.mail.mil 8.8.8.8
Using domain server:
Name: 8.8.8.8
Address: 8.8.8.8#53
Aliases:

web-okcd01.mail.mil has address 156.112.108.147
web-okcd01.mail.mil.familybrown.org is an alias for familybrown.org.
familybrown.org mail is handled by 0 familybrown.org.
[dan@e-smith ~]$ host web-okcd01.mail.mil 75.75.75.75
Using domain server:
Name: 75.75.75.75
Address: 75.75.75.75#53
Aliases:

web-okcd01.mail.mil has address 156.112.108.147
web-okcd01.mail.mil.familybrown.org is an alias for familybrown.org.
familybrown.org mail is handled by 0 familybrown.org.

/var/log/dnscache/current shows:
Code: [Select]
@40000000559d1e841ba815f4 query 107145 c0a80101:b201:4bf6 1 web-okcd01.mail.mil.
@40000000559d1e841ba87f6c tx 0 1 web-okcd01.mail.mil. . 7f000002
@40000000559d1e891ba946a4 query 107146 c0a80101:b201:4bf6 1 web-okcd01.mail.mil.
@40000000559d1e891ba9b7ec tx 0 1 web-okcd01.mail.mil. . 7f000002
@40000000559d1e8e1bac482c query 107147 c0a80101:899b:1350 1 web-okcd01.mail.mil.familybrown.org.
@40000000559d1e8e1bac9e1c cached nxdomain web-okcd01.mail.mil.familybrown.org.
@40000000559d1e8e1baca204 sent 107147 53
......

guest22

Re: Name resolution not working for web.mail.mil
« Reply #4 on: July 08, 2015, 03:16:31 PM »
Maybe something has changed?


config show dnscache


config show dnscache.forwarder


Offline DanB35

  • ****
  • 764
  • +0/-0
    • http://www.familybrown.org
Re: Name resolution not working for web.mail.mil
« Reply #5 on: July 08, 2015, 03:36:59 PM »
Code: [Select]
[root@e-smith ~]# config show dnscache
dnscache=service
    TCPPort=53
    UDPPort=53
    access=private
    status=enabled
[root@e-smith ~]# config show dnscache.forwarder
dnscache.forwarder=service
    status=enabled

I could probably resolve this by just entering my ISP's DNS server in the config console, but I don't think I should need to do that.  I went ahead and submitted a bug: http://bugs.contribs.org/show_bug.cgi?id=8976
......

guest22

Re: Name resolution not working for web.mail.mil
« Reply #6 on: July 08, 2015, 03:55:43 PM »
Good to see you around again Dan.