WiFi: Not able to get to the internet

hi @rituka i was on vacation, any news here?

do you do this:

if something is odd?

Hi @rob

Yes, preformed all the above steps.
Still I can’t get to the internet.

mmhh…

the config looks good, just the dns server config is a little bit uncommon.

you have a forwarder configured on vyos and forward to 8.8.8.8 but you also gave 8.8.8.8 as dns-server on dhcp.

are you able to ping e.g. 8.8.8.8 from the wifi client? if yes i would chance the dns config in dhcp:

delete service dhcp-server shared-network-name Wi-Fi subnet 192.168.250.0/24 dns-server ‘192.168.250.1’

if this bring the success, you should overthink your DNS forwarding

Hi @rob

You assumption is correct. This is something with DNS only.

delete service dhcp-server shared-network-name Wi-Fi subnet 192.168.250.0/24 dns-server ‘192.168.250.1’

This change has been done and still no success.

Regards

@rob Anything else that I can do to get this working?

Hello, @rituka!
It is not clear from your messages - are WiFi clients able to ping hosts on the Internet by IP addresses or not? Generally, in most of the situations the problem somewhere in:

  1. Firewall block traffic.
  2. There is no or incorrect NAT rules.
  3. Incorrect DHCP/DNS settings.
    I see firewall zones config with default blocking rule, so the first problem could have an effect in your case too.

Please, make the next tests and write the results.

  1. Run ICMP ping to 8.8.8.8 from WiFi client. Is it successful?
  2. Test DNS query manually from WiFi client:
nslookup google.com 1.1.1.1
  1. Show us the WiFi interface and routing table on a WiFi client after configuration will be received from the DHCP server.