Replies: 1 comment
-
Strictly speaking, the value is not "wrong" ... only that it has a default metric assigned by the DHCP daemon. RaspAP doesn't presume to know your intensions with the new interface, so it doesn't apply arbitrary logic to set or otherwise modify metric values on the user's behalf. Metrics may be defined for all available interfaces in the DHCP server UI. The routing table is displayed on the Networking > Summary tab. In this two adapter "Wi-Fi repeater" setup, wlan0 (the AP interface) is configured like so:
Related discussion #1022 and issue #335 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I did a default install and added a wifi client using an external wifi adapter.
by default the AP won't work because it gives a wrong priority to wlan1
If I run
sudo ifmetric wlan1 201
My AP will work as expected.
Shouldn't wifi clients be given a lower priority? I am missing something in the configuration?
Beta Was this translation helpful? Give feedback.
All reactions