951ui with supported 3d dongle. Connection to RB with wifi and Ethernet.
Tried default config, set 3g, firewall scrnat-masquerade
DNS got from provider, also tried manually set it in dhcp and address settings. Also tried 8.8.8.8
No internet connection. PC connected on wifi/ethernet - no internet connection.
Android connected on wifi says “no internet connection” BUT terminal emulator ping to anywhere work fine.
Tried ping on RB, directly from routeros, ping works fine… google yahoo so on. No problem.
But still no internet.
Do you see modem interface? Could you tell more details about your dongle (brand/model/software version/software type:hilink,non-hilink)?
Please attach output of /export compact
[admin@MikroTik] >> put [resolve google.com server 8.8.8.8]
173.194.44.71
[admin@MikroTik] > put [resolve ns.google.com]
216.239.32.10
[admin@MikroTik] > ip firewall export hide-sensitive
apr/04/2017 14:57:46 by RouterOS 6.38.5
software id = T24W-TVVM
/ip firewall filter
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment="defconf: accept established,related"
connection-state=established,related
add action=drop chain=input comment="defconf: drop all from WAN" in-interface=
"ppp-out1 mts 3g"
add action=fasttrack-connection chain=forward comment="defconf: fasttrack"
connection-state=established,related
add action=accept chain=forward comment="defconf: accept established,related"
connection-state=established,related
add action=drop chain=forward comment="defconf: drop invalid" connection-state=
invalid
add action=drop chain=forward comment=
"defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat
connection-state=new in-interface="ppp-out1 mts 3g"
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" out-interface=
"ppp-out1 mts 3g"
[admin@MikroTik] >
Windows:
C:\Users\User1>ping ns.google.com
I could not find the node ns.google.com while verifying the connection.
Check the host name and try again.
try to disable dhcp client on ether1, and also post status of ppp-out1 interface, just to see IP you are getting from carrier. Post default route/routes. If you can ping from router itself, can you ping something with source address of your lan? Can you post traceroute from router and PC?