Assuming the first IP address is router’s LAN IP address (with /23 it’s not subnet address), it seems like gateway address is set wrongly on your device with static settings.
But what exactly does “I don’t surf in Lan” mean? Wrong gateway address setting doesn’t block LAN communications, wrong subnet mask can block it, however combined with wrong IP address can effectively isolate device.
Basically my situation was that initially I had the gw on 192.168.1.0/24, the gateway was 192.168.1.1.
Now I have to add a new netmask, I have run out of dhcp addresses.
So in my mikrotik I entered 192.168.1.0/23, and as dhcp from 192.168.0.1 to 192.168.1.254
So do I have to change the address of the gw as well?
I don’t understand
If you’re gateway still has 192.168.1.0 in NETWORK setting it may not work. The subnet/network is 192.168.0.0/23, 192.168.1.0/23 is not valid, but an address of 192.168.1.1/23 is valid - best thing to do is probably post your config export so we can see if there’s any misconfiguration on your network side.
Any other devices still on 192.168.1.0/24 would not be able to talk to devices in 192.168.0.X, and that can also be affected by what DHCP settings you have, making sure all network statements are correct.