ex-ml
ex-ml
Try removing this from your config: ``` client_internet_access: '1' client_dns_override: 8.8.8.8 8.8.4.4 ``` Internet access routes traffic using eth0, so when you disconnect ethernet it's most likely why you can't...
Hi @kalle1239, I've tested fairly recently using home assistant supervised on debian 10. This is the currently supported supervised distribution. Error looks the same as [this issue](https://github.com/mattlongman/Hassio-Access-Point/issues/7).
Hi @joaofl! I hadn't noticed the issue with the external dongles. I'll see if I can dig a few out and see what happens. For your testing, are you using...
Also, when I was updating the [forum thread](https://community.home-assistant.io/t/add-on-create-a-wi-fi-access-point-with-hass-io-access-point/321732) for this, I noticed another similar add-on from @ldrago63 ([repo](https://github.com/ldrago63/my-hassio-addons/), [Home Assistant thread](https://community.home-assistant.io/t/hassio-wifi-hotspot-connect-directly-your-wifi-devices-to-hassio/293188)). Perhaps we could make a lot of progress on...
>Have you tested your addon with different USB dongles? I've dug out a couple of dongles. One is dead, the other is really old and can't find a driver for....
DHCP on the addon creates its own DHCP server. Without this, you would need to manually set an IP that works with the parent network's address range. Because the addon...
@askmurphy @aladin2000 Good point (sorry, I haven't used this for ages so was trying to remember how I set it up). `client_internet_access: '1'` & `dhcp: '0'` - then set the...
> So i figured it out. In run.sh there are 6 lines starting with iptables. I just changed them to iptables-nft and everything works fine again on 9.4. > >...
@sh4rkt3ch - if this is something you still need, please see https://github.com/mattlongman/Hassio-Access-Point. The above PR hasn't been approved, so I'm assuming this repo won't be maintained in future.
Hi @comet424, @avlisiur78. I had this same problem last year, tried to fix with a PR but it hasn't been merged, so I've got a forked version: https://github.com/mattlongman/Hassio-Access-Point. I've not...