Hotspot login not displaying

I just started using RouterOS today, so bear with me..

I’ve set up hotspot, but my client always goes to Waiting for “hotspot.mydomain.com” when I try to access the login page. I set up http://www.google.com in the walled garden and it accesses it no problem. From the router I can ping everything except for the client.

Another quick question is if proxy-arp will work with hotspot?

Here is my setup:
ether2 (internal,dhcp-server):
192.168.50.1/24

ether1 (external):
192.168.0.0/22

/ip hotspot print detail:
0 name=“hotspot1” interface=ether2 address-pool=dhcp-pool-1 profile=hsprof1 idle-timeout=5m keepalive-timeout=none address-per-mac=2 ip-of-dns-name=192.168.50.1

/ip hotspot profile print: (there’s two here which seems odd)
0 name=“default” hotspot-address=192.168.50.1 dns-name=“hotspot.mydomain.com” html-directory=hotspot … login-by=cookie,http-chap
1 name=“hsprof1” hotspot-address=192.168.50.1 dns-name=“hotspot.mydomain.com” html-directory=hotspot … login-by=cookie,http-chap

/ip dns print
primary: 192.168.1.24
secondary:192.168.1.21
allow-remote-requests: yes
etc.

/ip route print
0 ADS 0.0.0.0/0 192.168.0.1 rea… 0
1 S 0.0.0.0/0 192.168.50.1 un… 1
2 ADC 192.168.0.0/22 192.168.2.19 0
3 ADC 192.168.50.0/24 192.168.50.1 0

/ip proxy
enabled: no

/ip firewall net print
0 chain=unused-hs-chain action=passthrough
1 chain=srcnat action=masquerade src-address=192.168.50.0/24
2 chain=srcnat action=masquerade src-address=192.168.50.0/24


Any ideas?

Remove please the double Hotspot and Masquradíng Config with the same IP´s

Thanks for the quick response! Unfortunately, same problem as before.

Could it be DNS? when I ping hotspot.mydomain.com i get the right address for the hotspot server (192.168.50.1)

I added an A record in our DNS to 192.168.50.1.

I installed RouterOS on different hardware and it seems to be working just fine. Not quite sure what went wrong on the other box..