oblique / create_ap

[NOT MAINTAINED] This script creates a NATed or Bridged WiFi Access Point.
BSD 2-Clause "Simplified" License
4.41k stars 992 forks source link

Bridge mode does not work #442

Open montvid opened 4 years ago

montvid commented 4 years ago

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?