Wifi connection

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

I didn’t use hass.io but at the ipv4/address, this should be the ip of the router that your hass.io connected to.

IP of router is correct. I have no idea what “/24” is and where can I find “dns”

Did you rename the usb stick to “CONFIG”? That held me up for about thirty minutes!

Yes I did. I have second router and I can connect to it, but not to needed one. I am testing router with sim card now (It is for house, where is no wired internet)