Stanford NetDB 4.4.0 Release 1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Stanford NetDB 4.4.0 Release 1 (Default branch)
# 1  
Old 06-11-2008
Stanford NetDB 4.4.0 Release 1 (Default branch)

NetDB is a suite of applications for managing DNS and DHCP in a distributed, collaborative fashion. It is geared towards very large networks and can support thousands of nodes, networks, and users. NetDB consists of a database with Web, command-line, and RMI interfaces. Users use the NetDB Web and command-line interfaces to keep the data in NetDB up to date. The GSSAPI-secured RMI interface can be used to create site-specific tools to manage and use NetDB data. NetDB includes scripts for generating ISC BIND zonefiles and ISC DHCP configuration files.License: GNU General Public License v2Changes:
Database cleanup and middleware refinement weredone. Regular expressions are supported in thefull search. Logical operators are supported inthe full search IP address fields. The ability tomove interfaces between routers was added. Theability to view all records using a particulargroup was added. Minor bugs were fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. What is on Your Mind?

Monzy performs kill -9 at Stanford

Hello people, Have you all seen this? Fow7iUaKrq4 (1 Reply)
Discussion started by: nigelc
1 Replies

2. Windows & DOS: Issues & Discussions

Stanford security experts unveil defenses against ‘phishing’ attacks

It's an online con that is growing fast and stealing tens of millions of dollars. An e-mail seemingly from a financial institution instructs you to log on to a legitimate-looking Web site. Such “phishing” attacks exploit a universal weakness in online security: passwords. To read the rest of... (0 Replies)
Discussion started by: ZOverLord
0 Replies
Login or Register to Ask a Question
NETWORKS(5)                                                 Linux System Administration                                                NETWORKS(5)

NAME
networks - network name information DESCRIPTION
The file /etc/networks is a plain ASCII file that describes known DARPA networks and symbolic names for these networks. Each line repre- sents a network and has the following structure: name number aliases ... where the fields are delimited by spaces or tabs. Empty lines are ignored. The hash character (#) indicates the start of a comment: this character, and the remaining characters up to the end of the current line, are ignored by library functions that process the file. The field descriptions are: name The symbolic name for the network. Network names can contain any printable characters except white-space characters or the comment character. number The official number for this network in numbers-and-dots notation (see inet(3)). The trailing ".0" (for the host component of the network address) may be omitted. aliases Optional aliases for the network. This file is read by the route(8) and netstat(8) utilities. Only Class A, B or C networks are supported, partitioned networks (i.e., net- work/26 or network/28) are not supported by this facility. FILES
/etc/networks The networks definition file. SEE ALSO
getnetbyaddr(3), getnetbyname(3), getnetent(3), netstat(8), route(8) COLOPHON
This page is part of release 4.15 of the Linux man-pages project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https://www.kernel.org/doc/man-pages/. GNU
/Linux 2008-09-04 NETWORKS(5)