LHGR LTE6 kit - registered to network but ping = timeout

Dear All, i just got my directional antenna, I am using it in Romania, APN=net , there is no IMEI limitation. I use the antenna connected to a PC.
My problem is that is see the IP from the registered network, but i cannot ping 8.8.8.8 => ping timeout.

I use R11E-LTE6, modem firmaware is 026.
i have the IP/Firewall/Nat, set to out interface to lte1 and with masqarade

please help me to to have ping to 8.8.8.8 , i cannot make it wok

i did a this easy set up, from as indicated from: SiB

my info:
[admin@MikroTik] > /interface lte info LTE-4G once
pin-status: ok
registration-status: registered
functionality: full
manufacturer: "MikroTik"
model: "R11e-LTE6"
revision: R11e-LTE6_V026
current-operator: orange
lac: 14203
current-cellid: 23083266
enb-id: 90169
sector-id: 2
phy-cellid: 287
access-technology: Evolved 3G (LTE)
session-uptime: 2m7s
imei: xxxxxxxxx
imsi: xxxxxxxxx
uicc: xxxxxxxxx
primary-band: B3@20Mhz earfcn: 1600 phy-cellid: 287
rsrp: -109dBm
rsrq: -8.5dB
sinr: 8dB

Thanks!

Gateway: 192.168.88.1/24

Your DHCP range is out of your declared LAN network.

192.168.89.1 - 192.168.89.222

Change 89’s for 88’s.

Regards.

You have a internet connection with your ISP - congratulation.
But your MikroTik RouterBoard LHGR should have got access to internet itself, befor we can say about sharing this internet.

Then you should do a some testings:

check if pings give you access to some remote host

ping 1.1.1.1

check if you can see path of internet IX way to your final target

tool traceroute 1.1.1.1 use-dns=no

check if your ISP not block you a DNS service

put [resolve myip.opendns.org server=208.67.222.222]

Check what DNS service ISP give you (check the dynamic-servers and servers field):

ip dns print

Try open some webpage from telnet at 80 port like (if you have Connected then type "get" command with enter):

system telnet port=80 google.com

Try read a SMS from ISP who can send you SMS like "You have limited connection, wrong plan, without $ at account, we not like your IMEI device and change to phone bcs you have phone plan, etc..."

/tool sms set receive-enabled=yes port=lte1
/tool sms inbox print

Yet, still all this can not work even you are connected.
Why? Because some ISP must have proper ISP, proper Plan, proper device, proper location (bts) and other ISP restriction.

I hope that stuff give you some help.
Give us feedback !