-
Notifications
You must be signed in to change notification settings - Fork 34
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
TP-Link CPE210/220: berlin-development-572abd8: not sharing internet connection #771
Comments
Is this a dual or single-LAN-port board? Probably relates to: #292; freifunk-berlin/firmware-packages#185; freifunk-berlin/firmware-packages#190; #465 (comment) |
https://openwrt.org/toh/tp-link/cpe210 its CPE210 v2, one LAN Port |
So this LAN-port is Freifunk-DHCP - net by default and an uplink should only be found via mesh. |
its a major in master branch -> FreifunkWizard -> choosed: not sharing internet connection: -> FFuplink is started at boot edit: WAN is not there if "not sharing internet connection" (like expected) |
Upstream-OpenWrt at least defines a LAN-network (which we use as Freifunk-DHCP later) and if there are enough physical ports they will also define a WAN-network. So for single-port devices there is currently no WAN at all. |
PR freifunk-berlin/firmware-packages#190 would have fixed this. |
freifunk-berlin/firmware-packages#185 what about using both solutions? -> "sharing internet" disabled by default "sharing internet" only activated by ffwizard choice and/or installing uplink package
|
As far as I remember, each PR has its own drawback. We should decide, which one is causing less problems (now and also for the code maintenance at all). |
freifunk-berlin/firmware-packages#185 fails the test case described here freifunk-berlin/firmware-packages#185 (comment) and is in my option not an option. freifunk-berlin/firmware-packages#190 was commented on and the comment answered here freifunk-berlin/firmware-packages#190 (comment) |
What is the problem?
-> ffuplink is enabled and shows connected
and
What is the expected behaviour?
-> ffuplink should be disabled? at boot
-> ping should be disabled in mesh mode?
Firmware Version:
freifunk-berlin-development-572abd8
Workarounds:
disable ff_uplink -> login to box -> network -> interfaces -> ff_uplink -> edit -> disable at boot
disable ping -> login to box -> statistics -> setup -> network plugins -> ping -> disable
Comments
while testing got frequent reboots not disabling ff_uplink / ping -> not shure if its related
The text was updated successfully, but these errors were encountered: