Hello! Having issues with second router. I am on hass.os, using this code:
[connection]
id=hassos-network
uuid=72111c67-4a5d-4d5c-925e-f8ee26efb3c3
type=802-11-wireless
[802-11-wireless]
mode=infrastructure
ssid=Blablabla
# Uncomment below if your SSID is not broadcasted
#hidden=true
[802-11-wireless-security]
auth-alg=open
key-mgmt=wpa-psk
psk=Blabla
[ipv4]
method=manual
address=192.168.1.111/24,192.168.1.1
dns=8.8.8.8;8.8.4.4;
[ipv6]
addr-gen-mode=stable-privacy
method=auto
And as I see, Home Assistant has no connection to internet. Same config works just fine with first (home) wifi. Maybe issue is because second wifi is in sim card (yota.ru). I do not really know which number to write after ip address (24?). And also dns is not really clear to me. How can I figure it out?
I just can not connect to hassio on wifi config, but lan config is just fine