-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
The guide goes into quite some detail about the network configuration, but it left two rather nasty stumbling blocks for me:
- 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.
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels