Hello,
I have changed an IP address on one of my servers which hobbit monitors. I have updated the bb-hosts file to reflect the new IP address of that host, but my hobbit server still pings the old IP address.
If I use the bbtest-net --debug command and grep for the hostname, it says the following:
2007-03-01 16:45:55 Got DNS result for host server1.example.com : 192.168.1.100
This is no longer the IP address for this host, and is not reflected that way in any of the DNS servers which the hobbit network server is using. Is there another configuration file that I need to modify as well?
My Hobbit server is running on RedHat Enterprise Linux 3.0.
Thanks,
Jeff
Until DNS gets updated/propagated you can add 'testip' to the tests for that host.
Jeffrey Chandler wrote:
Hello,
I have changed an IP address on one of my servers which hobbit monitors. I have updated the bb-hosts file to reflect the new IP address of that host, but my hobbit server still pings the old IP address.
If I use the bbtest-net --debug command and grep for the hostname, it says the following:
2007-03-01 16:45:55 Got DNS result for host server1.example.com <http://server1.example.com> : 192.168.1.100 <http://192.168.1.100>
This is no longer the IP address for this host, and is not reflected that way in any of the DNS servers which the hobbit network server is using. Is there another configuration file that I need to modify as well?
My Hobbit server is running on RedHat Enterprise Linux 3.0.
Thanks,
Jeff
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
Thanks. using the testip option worked. However, I am curious where within hobbit it is pulling the DNS information from. Each of the DNS servers in /etc/resolv.conf resolves the IP properly and they are authoritative for the domain. Is there a cache which Hobbit uses first?
Jeff
On 3/1/07, Rich Smrcina <rsmrcina at wi.rr.com> wrote:
Until DNS gets updated/propagated you can add 'testip' to the tests for that host.
Jeffrey Chandler wrote:
Hello,
I have changed an IP address on one of my servers which hobbit monitors. I have updated the bb-hosts file to reflect the new IP address of that host, but my hobbit server still pings the old IP address.
If I use the bbtest-net --debug command and grep for the hostname, it says the following:
2007-03-01 16:45:55 Got DNS result for host server1.example.com <http://server1.example.com> : 192.168.1.100 <http://192.168.1.100>
This is no longer the IP address for this host, and is not reflected that way in any of the DNS servers which the hobbit network server is using. Is there another configuration file that I need to modify as well?
My Hobbit server is running on RedHat Enterprise Linux 3.0.
Thanks,
Jeff
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Most DNS resolvers cache entries themselves. The underlying operating system usually provides this service for all network users (meaning applications). When you run "nslookup" you are bypassing the cache.
GLH
From: Jeffrey Chandler [mailto:jeffrey.chandler at gmail.com]
Sent: Thursday, March 01, 2007 4:08 PM
To: hobbit at hswn.dk
Subject: Re: [hobbit] Changed IP address
Thanks. using the testip option worked. However, I am curious
where within hobbit it is pulling the DNS information from. Each of the DNS servers in /etc/resolv.conf resolves the IP properly and they are authoritative for the domain. Is there a cache which Hobbit uses first?
Jeff
On 3/1/07, Rich Smrcina <rsmrcina at wi.rr.com> wrote:
Until DNS gets updated/propagated you can add 'testip'
to the tests for that host. Jeffrey Chandler wrote: > Hello, > > I have changed an IP address on one of my servers which hobbit > monitors. I have updated the bb-hosts file to reflect the new IP > address of that host, but my hobbit server still pings the old IP address. > > If I use the bbtest-net --debug command and grep for the hostname, it > says the following: > > 2007-03-01 16:45:55 Got DNS result for host server1.example.com > <http://server1.example.com > : 192.168.1.100 <http://192.168.1.100> > > This is no longer the IP address for this host, and is not reflected > that way in any of the DNS servers which the hobbit network server is > using. Is there another configuration file that I need to modify as well? > > My Hobbit server is running on RedHat Enterprise Linux 3.0. > > Thanks, > > Jeff > -- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007 To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Thu, Mar 01, 2007 at 04:51:35PM -0500, Jeffrey Chandler wrote:
2007-03-01 16:45:55 Got DNS result for host server1.example.com : 192.168.1.100
This is no longer the IP address for this host, and is not reflected that way in any of the DNS servers which the hobbit network server is using. Is there another configuration file that I need to modify as well?
Hobbit just performs a standard DNS lookup, using the DNS servers listed in your /etc/resolv.conf (or whatever file is used on your system - it's somewhat OS dependant). Hobbit doesn't cache DNS responses.
It is a DNS server somewhere that is caching the old IP. Try doing a "nslookup server1.example.com" on the Hobbit server.
Regards, Henrik
participants (4)
-
greg.hubbard@eds.com
-
henrik@hswn.dk
-
jeffrey.chandler@gmail.com
-
rsmrcina@wi.rr.com