|
From: Robert K. <r....@cr...> - 2010-09-08 15:22:30
|
On Wed, 2010-09-08 at 16:08 +0100, Matthew Petersen wrote: > First off, any and all assistance with this issue is greatly > appreciated. Thanks in advance. The question we have has to do with > how the web interface “Device View” page for discovered/managed > devices displays the “Connected Devices” IP address. This page view > is the only location in the application that I have noticed the IP > address is not correctly displayed. It seems to clip the first octet > from the address. And this will happen on connected Devices as well > as connected Nodes information. The associated hyperlink is still > fully functional, it is simply the display of the information. I see > this issue on a majority of all managed devices (switches, routers, > firewalls, etc…) page views, but not all. Matt, This smells like a dns issue of some kind. If a node has a reverse dns entry it is displayed as: host.name (ip.add.re.ss) But if the node has no reverse DNS entry then netdisco should just display: ip.add.re.ss So the fact you're getting: .99.2.52 (10.99.2.52) Would suggest that netdisco has done a reverse lookup on 10.99.2.52 and found it resolves to .99.2.52. What does an nslookup for 10.99.2.52 give you? It's probably worth noting that ubuntu enable mdns by default and this has caused some people issues in the past. It might be worth going into /etc/nsswitch.conf and removing all references to mdns from the hosts line, though I can't think how that would cause this specific problem. -- Robert Kerr |