No DHCP, so I think we are golden!
Thanks!
Search found 17 matches
- Wed Jun 26, 2013 12:27 pm
- Forum: Nagios XI
- Topic: Active Directory Integration issue
- Replies: 34
- Views: 1455
- Tue Jun 25, 2013 12:08 pm
- Forum: Nagios XI
- Topic: Active Directory Integration issue
- Replies: 34
- Views: 1455
Re: Active Directory Integration issue
I fixed the search domain in the resolv.conf file to reflect dhss.ak.local and it appears to have fixed it. Strange that the AD plugin, even when providing the FQDN of the DC, will strip that off and do a name lookup on just the server name.
- Mon Jun 24, 2013 10:57 am
- Forum: Nagios XI
- Topic: Active Directory Integration issue
- Replies: 34
- Views: 1455
Re: Active Directory Integration issue
Code: Select all
[root@nagios-adc ~]# cat /etc/resolv.conf
; generated by /sbin/dhclient-script
search SSG5-Serial
nameserver 10.2.189.3
nameserver 10.4.189.11
- Thu Jun 20, 2013 2:46 pm
- Forum: Nagios XI
- Topic: Active Directory Integration issue
- Replies: 34
- Views: 1455
Re: Active Directory Integration issue
Ok, to be a bit more specific... I am located in Anchorage, AK. We have domain controllers all over the state, due to the crappy connections that we have to deal with (some are on the back side of a saturated 56k connection to the WAN), we put a DC in that location so that those users aren't trying ...
- Thu Jun 20, 2013 11:49 am
- Forum: Nagios XI
- Topic: Active Directory Integration issue
- Replies: 34
- Views: 1455
Re: Active Directory Integration issue
See, I don't want this authenticating to a server that is over 400 miles away...i'm pretty serious that there are DCs all over the place because of the physical vastness of the WAN. I want to authenticate to hssancdc1 (which is in Anchorage, AK) and not hssfaidc1 (which is in Fairbanks, AK), on top ...
- Wed Jun 19, 2013 10:26 pm
- Forum: Nagios XI
- Topic: Active Directory Integration issue
- Replies: 34
- Views: 1455
Re: Active Directory Integration issue
I think I know what's going on. The IP response from DNS for dhss.ak.local will cycle through 8 or 9 different addresses, as those are all the domain controllers on the network (which is spread over a large area). But I only want it to connect to the DC that is local, not any of the other DCs, as th...
- Wed Jun 19, 2013 2:56 pm
- Forum: Nagios XI
- Topic: Active Directory Integration issue
- Replies: 34
- Views: 1455
Re: Active Directory Integration issue
[root@nagios-adc ~]# ping dhss.ak.local PING dhss.ak.local (146.63.206.85) 56(84) bytes of data. 64 bytes from hssfaidc1.dhss.ak.local (146.63.206.85): icmp_seq=1 ttl=121 time=35.6 ms 64 bytes from hssfaidc1.dhss.ak.local (146.63.206.85): icmp_seq=2 ttl=121 time=42.1 ms 64 bytes from hssfaidc1.dhss...
- Wed Jun 19, 2013 2:14 pm
- Forum: Nagios XI
- Topic: Active Directory Integration issue
- Replies: 34
- Views: 1455
Re: Active Directory Integration issue
[root@nagios-adc ~]# ping hssancdc1.dhss.ak.local PING hssancdc1.dhss.ak.local (10.2.189.3) 56(84) bytes of data. 64 bytes from hssancdc1.dhss.ak.local (10.2.189.3): icmp_seq=1 ttl=127 time=0.973 ms 64 bytes from hssancdc1.dhss.ak.local (10.2.189.3): icmp_seq=2 ttl=127 time=0.461 ms 64 bytes from h...
- Wed Jun 19, 2013 1:29 pm
- Forum: Nagios XI
- Topic: Active Directory Integration issue
- Replies: 34
- Views: 1455
Re: Active Directory Integration issue
Everything is setup correctly, but it only works when I put the IP address of the DC in the config. It won't work if I use the FQDN. When the FQDN is in the config, I try to log in and then run a netstat on the Nagios server, which lists the opendns.org connection on port 53.
- Wed Jun 19, 2013 11:57 am
- Forum: Nagios XI
- Topic: Active Directory Integration issue
- Replies: 34
- Views: 1455
Re: Active Directory Integration issue
Seeings as the defined primary and secondary DNS servers are the hosts of the dhss.ak.local namespace, of which they are also the domain controllers for the domain, I would HIGHLY doubt that it is a DNS problem. But, along those lines, here is the full response from nslookup on the nagios server: [r...