-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openwrt guide could be improved #50
Comments
Can you please make a pull request for that? :) |
@ulfhermann could you paste here your I managed to get internet (1und1 vdsl) in the router but my PC connected via LAN has no internet so something with interfaces is messed up. |
Here you go. It might not be an optimal solution. I don't understand all of it. This is for easybell, without VDSL. For VDSL you need some other settings in the "dsl" and maybe the "wan" section. I have no way to figure that out, though.
|
Yeah, mine looks completely identical: config dsl 'dsl'
option annex 'j'
option tone 'bv'
option firmware '/lib/fw.bin'
config interface 'wan'
option ifname 'dsl0'
option proto 'pppoe'
option username 'xxxxxxxxxxxxxxxxxx'
option password 'xxxxxxxxx'
option ipv6 '0'
option delegate '0'
option keepalive '0' # the only difference
config device 'wan_dev'
option name 'dsl0'
option macaddr '......'
... I used the trick with using my 2nd router for xDSL and connecting it with easy box through DSL(WAN) port to get Internet on my PC and the OpenWRT router so I can easier debug. Actually today is my last day of the contract with 1und1 and from now on Deutsche Telekom will be mine provider so I reverted back to opened Vodafone firmware and will try with MIC settings because OpenWRT at least for the time being seemed not so stable. Thanks for help! |
The only setting I didn't try is in guide for |
Did wifi work on openwrt? on my xdsl varian (Hardware R02) there was no wifi option :-/ i would like to turn it into an accesspoint with dhcp nothing more but there are no guides that work :-/ How can i bring up the wifi interface on the 904 easy box when i have openwrt? |
Check this https://openwrt.org/docs/guide-user/network/wifi/basic |
As further addition: Wifi works in AP but not in STA mode (you cannot connect to an existing network as a client). The builds I tried had a nearly working sample config file (just disabled). This might also be useful for you (the linked build works well for me): In case you really just need an AP (with or without dhcp) you could also just keep the stock firmware. Only downside I noticed: no multicast (-> no iptv). With openwrt you can use the dsl-port as wan or lan. |
The guide goes into quite some detail about the network configuration, but it left two rather nasty stumbling blocks for me:
config dsl 'dsl'
option annex 'j'
option tone 'bv'
option firmware '/lib/fw.bin'
It can also be "annex 'b'", for example.
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.
The text was updated successfully, but these errors were encountered: