This function assigns an IPv6 address to one or more accounts.
Note:
You must perform at least one of the following actions before you call this function:
ipv6_range_add
function to add one or more IPv6 address ranges for use as dedicated IPv6 addresses./etc/wwwacct.conf
file to add a shared IPv6 address to the server.cpsrvd
daemon must listen on IPv6 addresses. To enable this functionality, select On for the Listen on IPv6 Addresses setting in the System section of WHM's Tweak Settings interface (WHM >> Home >> Server Configuration >> Tweak Settings).Important:
When you disable the Web Server role, the system disables this function.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ ipv6_enable_account \ user='user1,user2,user3' \ range='Hosting_IPv6_Block'
{- "data": {
- "fail_cnt": 2,
- "failures": {
- "brain": "The “brain” account does not exist.",
- "pinky": "The “pinky” account does not exist."
}, - "ipv6": {
- "chewie": "2001:0db8:1a34:56cf:0000:0000:0000:0000",
- "cptest": "2001:0db8:1a34:56cf:0000:0000:0000:0001",
- "domain1": "2001:0db8:1a34:56cf:0000:0000:0000:0002"
}
}, - "metadata": {
- "command": "ipv6_enable_account",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}