Skip to content

Commit a5aec50

Browse files
authored
Update README.md
1 parent a55662d commit a5aec50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ But it does work. It made beautiful-looking DHCPv6 packets (fine, *datagrams*) a
6060
* Those duties are for, respectively, the kernel to listen to Router Advertisements on the WAN interface, `radvd` or `dnsmasq`, etc. to send out RAs on the LAN interface, and `radvd` or `dnsmasq`, etc. or a DHCPv6 server to send out the DNS6 information in RAs or DHCPv6 assignments.
6161

6262
3. Sorry, BSDudes, `dibbler-client` isn't included in BSD or pfSense's package repositories. It builds nicely from the [sources elsewhere on github](https://github.com/tomaszmrugalski/dibbler), though.
63-
* Just remember to create `/var/lib/dibbler` and `/etc/dibbler/client.conf.`
63+
* Just remember to create at least the `/var/lib/dibbler` directory. Also, write a config file at `/etc/dibbler/client.conf`, which may (start out as) the one you generate with the installer script.
6464

6565
### Partial solutions, to some of the caveats, to the solution
6666
#### OK, this is where I get around to talking about the things in this repository.
@@ -82,6 +82,7 @@ BSDudes need to compile and install the client and can run the generator script,
8282
1. Disable the current DHCPv6 client from running on your WAN interface, if any.
8383
2. Get and install `dibbler-client` from your Linux distribution's package repository.
8484
* If the package installer prompts you to ask if you want to start the client during boot, **REFUSE** for now.
85+
* If you didn't refuse, don't worry, the installer script can remedy your error later.
8586
3. (Optional, highly recommended) Also get and install `rdisc6`, which is contained in a package named `ndisc6`.
8687
### Installation
8788
1. Clone the repository, or download the first release and untar it.

0 commit comments

Comments
 (0)