Skip to content

openwrt guide could be improved #50

@ulfhermann

Description

@ulfhermann

The guide goes into quite some detail about the network configuration, but it left two rather nasty stumbling blocks for me:

  1. The most important thing if you want to connect to the internet is getting the DSL configuration right. Rumor has it that the default "annex 'a'" actually never works. At least the guide should point to the importance of the "annex" setting and maybe link to https://openwrt.org/docs/guide-user/network/wan/isp-configurations (although that page is quite a mess). For me it was this:

config dsl 'dsl'
option annex 'j'
option tone 'bv'
option firmware '/lib/fw.bin'

It can also be "annex 'b'", for example.

  1. The wireless configuration is highly unusual as you have to set the encryption to "psk2+aes" in order to get WPA2. The guide should probably tell you that.

Also, the default network configuration file looks like there is a lot of cargo cult in there that can actually be dropped, but I haven't had the patience to find the useless bits, yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions