opnsense_kea_subnet_create
Create a Kea DHCPv4 subnet by specifying CIDR, pool, router, DNS, and domain; apply afterwards to activate.
Instructions
Create a new Kea DHCPv4 subnet. Run opnsense_kea_apply afterwards to activate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subnet | Yes | Subnet in CIDR notation (e.g., 10.10.0.0/24) | |
| pools | No | Pool range (e.g., 10.10.0.100-10.10.0.199) | |
| description | No | Optional description | |
| option_data_autocollect | No | Auto collect option data (0 or 1, default: 1) | |
| router | No | Default gateway IP | |
| dns_servers | No | Comma-separated DNS server IPs | |
| domain_name | No | Domain name for clients | |
| domain_search | No | Domain search list (comma-separated) | |
| ntp_servers | No | Comma-separated NTP server IPs |