Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The IPAM CLI is a command-line tool for managing IP address assignments and performing reverse DNS operations.

Usage

...

Run the CLI usingCLI from your installation admin directory. For example:

Code Block
$> php /home/hostbill/public_html/admin/cli.php ipam rdns <operation> [options]

...

Available Operations (Required):

  1. defaultptr

...

    • Retrieves a list of unassigned IPs without PTR.

    • Sets default PTR records

...

pullrdns – Synchronize reverse DNS records from the provider

...

    • for all unused/unassigned IP addresses.

  1. pullrdns

    • Fetches current PTR records from the configured DNS server.

    • Updates related IPAM entries to ensure the IPAM table remains up to date.

    • Works with HostBill DNS modules (e.g., PowerDNS), allowing customers to manage PTR records from the client area and staff members to manage them from the IPAM UI.

  2. pushrdns

    • Pushes PTR records from IPAM to the configured DNS server.

    • Ensures that the DNS server reflects the current PTR records configured within IPAM.

    • Works with HostBill DNS modules to facilitate seamless synchronization.

Available Options (Optional):

...