3g CDMA zte ac2790 (Evdo rev A , B) usb dongle connected to mikrotik v5.20,RB gets ip, remote ip, dns with status = running and connected , but no internet access here is some details.
my setting export
/interface ethernet
set 0 arp=enabled auto-negotiation=yes cable-settings=default
disable-running-check=yes disabled=no full-duplex=yes mac-address=
00:0C:29:47:7E:89 mtu=1500 name=ether1 speed=100Mbps
/interface ppp-client
add add-default-route=no allow=chap data-channel=0 dial-command=ATDT
dial-on-demand=no disabled=no info-channel=0 keepalive-timeout=0 max-mru=
1500 max-mtu=1500 modem-init=“” mrru=disabled name=ppp-out1 null-modem=no
password=ptcl phone=#777 pin=“” port=usb3 profile=default use-peer-dns=
yes user=vwireless@ptcl.com
/ip address
add address=192.168.10.1/24 disabled=no interface=ether1 network=192.168.10.0
/ip firewall nat
add action=masquerade chain=srcnat disabled=no out-interface=ppp-out1
src-address=192.168.10.0/24
/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=ppp-out1 scope=30
target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=
ppp-out1 scope=30 target-scope=10
here in this first image you can see the details that windows 8 dialer get from modem or isp.
and here in this second picture you can see debug log and gui view of whats happening. DNS is changed by PPP-client (logged in debug log)



