joaofl / hassio-addons

More add-ons for your Hass.io.
19 stars 25 forks source link

No internet #17

Closed eyalsac closed 2 years ago

eyalsac commented 2 years ago

There is no internet access dongle is: tp-link TL-WN823N

setup: channel: '7' (channel 0 doesn't work) address: 192.168.2.1 netmask: 255.255.255.0 broadcast: 192.168.2.254 interface: wlp1s0u1u3 internet_interface: eth0 allow_internet: true dhcp_enable: true dhcp_start: 192.168.2.100 dhcp_end: 192.168.2.200 dhcp_dns: 1.1.1.1 dhcp_subnet: 255.255.255.0 dhcp_router: 192.168.2.1 hide_ssid: false

Log: [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] done. [services.d] starting services [services.d] done. Starting... Set nmcli managed no Network interface set to wlp1s0u1u3 Deleting iptables MASQUERADE all opt -- in out eth0 0.0.0.0/0 -> 0.0.0.0/0
ACCEPT all opt -- in eth0 out wlp1s0u1u3 0.0.0.0/0 -> 0.0.0.0/0 state RELATED,ESTABLISHED ACCEPT all opt -- in wlp1s0u1u3 out eth0 0.0.0.0/0 -> 0.0.0.0/0
Configuring iptables for NAT MASQUERADE all opt -- in
out eth0 0.0.0.0/0 -> 0.0.0.0/0
ACCEPT all opt -- in eth0 out wlp1s0u1u3 0.0.0.0/0 -> 0.0.0.0/0 state RELATED,ESTABLISHED ACCEPT all opt -- in wlp1s0u1u3 out eth0 0.0.0.0/0 -> 0.0.0.0/0
Setup hostapd ... Setup interface ... Resseting interfaces ifdown: interface wlp1s0u1u3 not configured Setup udhcpd ... Starting DHCP server... udhcpd: started, v1.33.1 udhcpd: can't open '/var/lib/udhcpd/udhcpd.leases': No such file or directory Starting HostAP daemon ... Interface stats: Configuration file: /hostapd.conf wlp1s0u1u3 Link encap:Ethernet HWaddr C0:4A:00:13:74:FB
inet addr:192.168.2.1 Bcast:192.168.2.254 Mask:255.255.255.0 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) rfkill: Cannot open RFKILL control device Using interface wlp1s0u1u3 with hwaddr c0:4a:00:13:74:fb and ssid "xxxxxx" wlp1s0u1u3: interface state UNINITIALIZED->ENABLED wlp1s0u1u3: AP-ENABLED wlp1s0u1u3: STA 66:4c:92:cc:08:04 IEEE 802.11: authenticated wlp1s0u1u3: STA 66:4c:92:cc:08:04 IEEE 802.11: associated (aid 1) wlp1s0u1u3: AP-STA-CONNECTED 66:4c:92:cc:08:04 wlp1s0u1u3: STA 66:4c:92:cc:08:04 RADIUS: starting accounting session 2F889F6E525AECA9 wlp1s0u1u3: STA 66:4c:92:cc:08:04 WPA: pairwise key handshake completed (RSN) udhcpd: sending OFFER to 192.168.2.125 udhcpd: sending ACK to 192.168.2.125

joaofl commented 2 years ago

Thanks for reporting. But I think this is the same issue as reported at https://github.com/joaofl/hassio-addons/issues/13. Can you please confirm? If so, please close this issue, and lets try to join forces there to get it back working.

eyalsac commented 2 years ago

Thank you. closed