mattlongman / Hassio-Access-Point

Hass.io addon to let you create a WiFi access point, perfect for using WiFi devices on off-grid installations.
MIT License
81 stars 63 forks source link

Not sharing internet access after HA update to 2023.6 #47

Closed Dejv311 closed 1 year ago

Dejv311 commented 1 year ago

Hi, the title sais it all... The wifi hotspot is created, but no devices have internet access, even though the setting flag is still set to 1 (enable). No changes were made since it stopped working (except for update to 2023.6). Here is the log:

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
Starting Hass.io Access Point Addon
Add DNS: dhcp-option=6,123.456.123.456,234.567.234.567
/run.sh: line 217: iptables-nft: command not found
/run.sh: line 218: iptables-nft: command not found
/run.sh: line 219: iptables-nft: command not found
rfkill: Cannot open RFKILL control device
wlan0: interface state UNINITIALIZED->ENABLED
wlan0: AP-ENABLED 
wlan0: STA ab:12:cd:34:ef:56 IEEE 802.11: associated
wlan0: AP-STA-CONNECTED ab:12:cd:34:ef:56
wlan0: STA ab:12:cd:34:ef:56 RADIUS: starting accounting session 337BC0547EE82061
wlan0: STA ab:12:cd:34:ef:56 WPA: pairwise key handshake completed (RSN)
wlan0: EAPOL-4WAY-HS-COMPLETED ab:12:cd:34:ef:56
wlan0: STA a1:b2:c3:d4:e5:f6 IEEE 802.11: associated
wlan0: AP-STA-CONNECTED a1:b2:c3:d4:e5:f6
wlan0: STA a1:b2:c3:d4:e5:f6 RADIUS: starting accounting session D428AC4FBF6BFC23
wlan0: STA a1:b2:c3:d4:e5:f6 WPA: pairwise key handshake completed (RSN)
wlan0: EAPOL-4WAY-HS-COMPLETED a1:b2:c3:d4:e5:f6
...
Dejv311 commented 1 year ago

This answer saved me! Should be implemented ASAP. 2 days without internet were rough...

https://github.com/mattlongman/Hassio-Access-Point/issues/42#issuecomment-1579366417