Internet not working. Trying to create a gateway

I’m trying to create a wireless AP/gateway. I have one public IP from ISP in ether2.
RouterOS: 4.17
RouterBOARD: 493G

What am I doing wrong?

I have 3 wlan-adapters in it.
DHCP works but no routing is happening. What is unreachable in this case (see pic)?

Also I’m able to connect with WinBOX from 192.168.10.x but not from the three other address ranges/interfaces (192.168.11.x, 192.168.12.x and 192.168.13.x). Why is this?

Screenshots are poor in conveying all the necessary information, but at a guess I would say that the routes are unreachable because the interfaces are down. Wireless interfaces are down when no one is associated with them.

If you need further help start by posting the output of “/ip address print detail”, “/interface print detail”, and “/ip route print detail”.

I have reset the router to “factory settings”.
What do I need to do in order to get it working like this:

192.168.11.x (ether3) → NAT → PublicIP (ether2)

I also noticed that the green led by the other (other than ether1) interfaces is not active. Only te orange one is blinking. Normal?

Simply two things:

  • You need a route of 0.0.0.0/0 to ether 2, the default gateway there. I wonder it is not set up automatically.
  • You need to set up source nat from ether3 to ether2 address groups.

I figured it out.

This is what I received from our ISP:

our IP: x.33.31.45
GW: x.33.31.17
255.255.255.240

Is that even possible? Netmask /28 is only for 16 IP-addresses. How is it that the GW is then 28 IP:s “away”.

I put netmask /26 and it started working. Is this right or should I contact the ISP?

You should definitely contact the ISP. Looks like some screwed up subnetting. Remember, quite a lot of ISP run around with people extremely clueless. One of my employees is by now famous at his ISP for telling them when their router fails… because his internet is down. And they are too stupid to watch their own router.

Could be either some clueless person at the ISP, or a simple mistake. I would definitely clear that up.

Tanks! I’ll contact them next week.

I have one more question: how do I configure ether3 with wlan1 so that they are in the same network and receiving the same DHCP? Bridging?