Problem with external IP

Hello community,

Since few days I am a proud owner of RB2011iL-IN. Almost everything is working fine; however some websites like 9to5mac.com doesn’t work if I use Mikrotik as router.

@DreamHomeRouter] > ping 9to5mac.com   
  SEQ HOST                                     SIZE TTL TIME  STATUS                                                                                                                       
    0 192.0.66.2                                              timeout                                                                                                                     
    1 192.0.66.2                                              timeout                                                                                                                     
    2 192.168.1.9                                84  64 987ms host unreachable                                                                                                            
    3 192.0.66.2                                              timeout                                                                                                                     
    sent=4 received=0 packet-loss=100%

My configuration:

Internet interface: 192.168.1.9
Netmask: 255.0.0.0 /8
Gateway: 192.168.1.1

Local Network: 192.168.88.1

What should I do to reach external IP with 192.0. ?

Your netmask is incorrect, it should likely be 255.255.255.0 or /24 so any destination outside 192.168.1.x is reached via the gateway.

Thank you. This is solution. Somehow have not seen this error.