Hi,
I was struggling with setting up DSL on my FreeBSD laptop. Finally I managed to do it but it showed me that there is a little but meaningful issue in the documentation (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoe.html):
Instead of
it should be something like this
Is there a better place to submit this issue (mailing list, etc)?
Thanks!
I was struggling with setting up DSL on my FreeBSD laptop. Finally I managed to do it but it showed me that there is a little but meaningful issue in the documentation (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoe.html):
Instead of
Code:
set authname YOURLOGINNAME
set authkey YOURPASSWORD
Code:
set authname "YOURLOGINNAME"
set authkey "YOURPASSWORD"
Thanks!