У меня Debian 7. Нужно раздать WiFi. И так, в hostapd.conf прописано:
interface=wlan0
driver=nl80211
bridge=br0
country_code=FR
ieee80211d=1
ssid=MAKAPOHIK
hw_mode=g
channel=6
wme_enabled=0
macaddr_acl=
auth_algs=1
wpa=2
wpa_passphrase=piligrim
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
В interfaces прописано:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo br0
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet manual
allow-hotplug wlan0
iface wlan0 inet manual
iface br0 inet dhcp
bridge_ports eth0 wlan0
При запуске hostapd.conf устройства видят точку доступа WiFi и подключаються к ней. Но интернета нет. Ничего не загружается. Что может быть не так?