none

 
UI's: X, Web, Command, API
Download Full Demo Now
Reduce Operations Costs
Technical Information
Staging / Failover
IP Management
Snapshots
Solaris 10!
README
Converter
Buy Online
Documentation
BIND: 4.x, 8.x, 9.x
Open And Extensible
Platforms: Solaris, Linux
Other resources
Backup Power Generators
 

none

DNS file generators for UNIX. With the DNS Boss file generators, you can easily create your ASCII DNS BIND files for your DNS servers. No need to do it by hand.
none none none none





How to use the Web user interface

     DNS Boss allows users to maintain their DNS Boss 
primary remotely from a Web user interface.  Different
users may have access if they are added to the file:

/opt/DNSBoss/etc/password.txt

Just copy one of the sample user names into a real 
users name (don't try to use the sample names:  
sally_jones or frank_black those won't work).  Here 
is what the file looks like:

sally_jones:top_secret:companyabc.com:companydef.com
frank_black:secret_password:*

The fields are:  user name, password, and domains 
that the user will have access to.  The '*' means
that a user has access to all domains.

     Once password.txt is modified, the Web startup 
script must be started:

/opt/DNSBoss/bin/S99dnsbossweb start

     At this point, just point a Web browser to your
DNS Boss DNS primary server like the following 
example (use https, not http):

https://localhost:8080

     To make the Web server to start every time the
server reboots, just do the following as root:

cp /opt/DNSBoss/bin/S99dnsbossweb  /etc/rc2.d