You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
Using: create_ap -m bridge wlan0 eth0 MyAccessPoint MyPassPhrase
a bridge interface is created: Create a bridge interface... br0 created. br0 is never used but eth0 is used instead thereby disabling internet on the host machine. The workaround is to create oneself a br0 interface and use it instead of eth0.
Anyone has ideas how to fix the script?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using:
create_ap -m bridge wlan0 eth0 MyAccessPoint MyPassPhrase
a bridge interface is created:
Create a bridge interface... br0 created.
br0 is never used but eth0 is used instead thereby disabling internet on the host machine. The workaround is to create oneself a br0 interface and use it instead of eth0.
Anyone has ideas how to fix the script?
The text was updated successfully, but these errors were encountered: