OpenNetAdmin:: Wed, 07 Mar 2012 10:26:40 -0700 OpenNetAdmin::OpenNetAdmin Web Interface: Recently opened tasks http://opennetadmin.com/bugs/ FS#1413: Netgear Dialogs David Tue, 06 Mar 2012 13:56:10 -0700 http://opennetadmin.com/bugs/index.php?do=details&task_id=1413 http://opennetadmin.com/bugs/index.php?do=details&task_id=1413 FS#1398: Subnet Allocation Map in IE9 David Tue, 06 Mar 2012 10:02:20 -0700 I'm using v11.02.10.
I've changed the search_results_per_page to 30.
When using Firefox or IE8, this isn't a problem, just IE9.

With that many results, the page scrolls, which is good and fine. But when I expand the subnet allocation map, it doesn't stay in place as I scroll the page, it ends up over top of the other controls above or below it. I can send a screenshot if you'd like. After this happens, it will then also happen even when the allocation map is not expanded.

I figure my three options at this point are:
1-Decrease the search results to a point where the page doesn't scroll.
2-Use a more compatible browser.
3-Don't expand the map :)

Any ideas?]]>
http://opennetadmin.com/bugs/index.php?do=details&task_id=1398 http://opennetadmin.com/bugs/index.php?do=details&task_id=1398
FS#878: Web interface issues with trace, menu and Work Space header David Baldwin Tue, 28 Feb 2012 16:39:06 -0700 There are inconsistencies in behaviour of the web interface in different browsers.
In Firefox 10 the trace breadcrumbs are hidden some of the time and this causes the menu to have no space to appear. I can unhide it using firebug to get it working, but that is not a fix!
With the rack_maint plugin the version and home icon (far RH side of Work Space bar) overflows off the side of the window.]]>
http://opennetadmin.com/bugs/index.php?do=details&task_id=878 http://opennetadmin.com/bugs/index.php?do=details&task_id=878
FS#343: DNS being added incorrectly John Northrup Wed, 08 Feb 2012 08:30:26 -0700 http://opennetadmin.com/bugs/index.php?do=details&task_id=343 http://opennetadmin.com/bugs/index.php?do=details&task_id=343 FS#323: International Support for Locations John Northrup Mon, 06 Feb 2012 10:01:19 -0700
Also - it would be nice if there were more than one address line field.]]>
http://opennetadmin.com/bugs/index.php?do=details&task_id=323 http://opennetadmin.com/bugs/index.php?do=details&task_id=323
FS#267: Building Bind-Forwarder-Config Robert Einsle Fri, 27 Jan 2012 02:21:06 -0700
i've an additional Error.

i will configure a forwarding-Zone, and on /opt/ona/etc/bind/named.conf.ona following is generated:

--- cut ---
zone "einsle.de" in {
type forward;
file "/opt/ona/etc/bind/zone_data/named-einsle.de";}
--- cut ---

The "}" should be in next line, and there is a ";" missing.

Additional Question about it, we use forwaring-Domains for our customer-networks. but i miss the forwarders-configuration to which host bind should forward the Request.

Robert ]]>
http://opennetadmin.com/bugs/index.php?do=details&task_id=267 http://opennetadmin.com/bugs/index.php?do=details&task_id=267
FS#266: Failure while building a DHCP-Failover on ISC DHCP Robert Einsle Fri, 27 Jan 2012 02:20:11 -0700
today morning i will bring the DHCP-Failover to production. But after generating the Config via build_dhcp, i recieved an error:

--- cut ---
Jan 27 08:43:31 egon dhcpd: failover peer GROUP_ID-1: I move from recover to startup
Jan 27 08:43:31 egon dhcpd: failover peer declaration with no referring pools.
Jan 27 08:43:31 egon dhcpd: In order to use failover, you MUST refer to your main failover declaration
Jan 27 08:43:31 egon dhcpd: in each pool declaration. You MUST NOT use range declarations outside
--- cut ---

Searching a little bit shows me the Solution.

I must add the line (failover peer "GROUP_ID-1";) in dhcp-pool-configuration:

--- cut ---
# ON-ERGY_INTERN
subnet 192.168.99.0 netmask 255.255.255.0 {
option domain-name "on-ergy.lan";
option routers 192.168.99.1;
option domain-name-servers 192.168.99.10;
option netbios-name-servers 192.168.99.10;
option netbios-node-type 8;
option subnet-mask 255.255.255.0;
pool {
range 192.168.99.201 192.168.99.240;
default-lease-time 604800;
max-lease-time 604800;
failover peer "GROUP_ID-1";
}
}
--- cut ---

Finding out from: http://www.madboa.com/geek/dhcp-failover/

Is it a bug / feature?

My dhcp-server is isc-dhcp-server (4.1.1-P1-15+squeeze3) running out of Debian Squeeze.

Thanks a lot

Robert
]]>
http://opennetadmin.com/bugs/index.php?do=details&task_id=266 http://opennetadmin.com/bugs/index.php?do=details&task_id=266
FS#265: Search-Filter for free IP-Adressess Robert Einsle Fri, 27 Jan 2012 02:17:40 -0700
since you're not in IRC-Channel on, so i may ask you a Question via Mail.

when i'm adding a new Host from Menu / Edit / Add Host, i'm looking about a free IP-Adress in my subnet i open the Available IP Quick Search, but here i got no result.

Here is a Screenshot about it

-- I try to append the Screenshot ---

If i'm adding none in IP-Adress / thru there comes a list of free Adresses, but beginning from 192.168.99.1. All my Client-Hosts are in Adressrange .100 - .200 :-)

Any Ideas?

Robert]]>
http://opennetadmin.com/bugs/index.php?do=details&task_id=265 http://opennetadmin.com/bugs/index.php?do=details&task_id=265
FS#140: multiple ip adresses in same vlan not appearing in subnet allocation map Bart Geesink Wed, 07 Dec 2011 03:25:26 -0700 We are using version 11.02.10
NATTed ip addresses aren't showing up either.
The correct hosts will show up when I search for them however!]]>
http://opennetadmin.com/bugs/index.php?do=details&task_id=140 http://opennetadmin.com/bugs/index.php?do=details&task_id=140
FS#95: Requirement-Check of php-mysql Robert Einsle Wed, 09 Nov 2011 10:00:08 -0700
today i tried to install a new ona-Instance on a server where php5-mysql was not installed. After getting the Informations of the Database there was a empty page. I don't knew if it is possible on Requirements to check if php has MySQL-Support, but it will help searching errors :-)

Thanks a lot.

Robert]]>
http://opennetadmin.com/bugs/index.php?do=details&task_id=95 http://opennetadmin.com/bugs/index.php?do=details&task_id=95