1DHCP_RELEASE(1)             General Commands Manual            DHCP_RELEASE(1)
2
3
4

NAME

6       dhcp_release6  -  Release  a  DHCPv6  lease on a the local dnsmasq DHCP
7       server.
8

SYNOPSIS

10       dhcp_release6 --iface <interface> --client-id  <client-id>  --server-id
11       server-id --iaid <iaid>  --ip <IP>  [--dry-run] [--help]
12

DESCRIPTION

14       A  utility  which  forces  the  DHCP  server running on this machine to
15       release a DHCPv6 lease.
16
17   OPTIONS
18       -a, --ip
19              IPv6 address to release.
20
21       -c, --client-id
22              Colon-separated hex string representing DHCPv6 client  id.  Nor‐
23              mally it can be found in leases file both on client and server.
24
25       -d, --dry-run
26              Print  hexadecimal  representation  of  generated DHCPv6 release
27              packet to standard output and exit.
28
29       -h, --help
30              print usage information to standard output and exit.
31
32       -i, --iaid
33              Decimal representation of DHCPv6 IAID. Normally it can be  found
34              in leases file both on client and server.
35
36       -n, --iface
37              Network interface to send a DHCPv6 release packet from.
38
39       -s, --server-id
40              Colon-separated  hex  string representing DHCPv6 server id. Nor‐
41              mally it can be found in leases file both on client and server.
42

NOTES

44       MUST be run as root - will fail otherwise.
45

LIMITATIONS

47       Only usable on IPv6 DHCP leases.
48

SEE ALSO

50       dnsmasq(8)
51

AUTHOR

53       This manual page was written by Simon Kelley <simon@thekelleys.org.uk>.
54
55
56
57
58
59                                                               DHCP_RELEASE(1)
Impressum