Has anyone success w RB411U+ MC8790 3G card -SOLVED

Hi everyone;

I have RB411U and Sierra Wireless MC8790 3G card combination and I know MC8790 is in supported hardware list.

I am using OS4.5 and try OS4.6 as well but I can not get internet connection with 3G.

can anyone give me a suggestion to solve problem?

thanks.

My 3G card can connect 3G network properly but there is not any rx/tx data throughput.

[admin@MikroTik] > int ppp-client pr
Flags: X - disabled, R - running 
 0  R name="ppp-out1" max-mtu=1500 max-mru=1500 mrru=disabled port=3G 
      data-channel=6 info-channel=3 apn="internet" pin="" user="" password="" 
      profile=default phone="*99#" dial-command="ATDT" modem-init="AT+CFUN=1" 
      null-modem=no dial-on-demand=yes add-default-route=yes use-peer-dns=yes 
      allow=pap,chap,mschap1,mschap2

I defined NAT masquerade as well.

[admin@MikroTik] > ip firewall nat pr
Flags: X - disabled, I - invalid, D - dynamic 
 0   chain=srcnat action=masquerade out-interface=ppp-out1 

 1   chain=dstnat action=dst-nat to-addresses=192.168.1.254 dst-address=81.6.79.128 

 2   chain=srcnat action=src-nat to-addresses=81.6.79.128 src-address=192.168.1.254

ping via ether1

ping via PPP Client

I realized; #0 route is only DS, how can I switch to ADS because wiki page shows ADS for relavent route address

http://wiki.mikrotik.com/wiki/ATandT_MercuryConnectUSBHowTo

[admin@MikroTik] > ip route pr
Flags: X - disabled, A - active, D - dynamic, 
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, 
B - blackhole, U - unreachable, P - prohibit 
 #      DST-ADDRESS        PREF-SRC        GATEWAY            DISTANCE
 0  DS  0.0.0.0/0                          188.38.52.220      1       
 1 ADC  188.38.52.220/32   188.38.52.220   ppp-out1           0       
 2 ADC  192.168.1.0/24     192.168.1.1     ether1             0

at winbox;

Gateway:188.38.52.220 is showing unreachable.

why?

[admin@MikroTik] > ip route print detail
Flags: X - disabled, A - active, D - dynamic, 
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, 
B - blackhole, U - unreachable, P - prohibit 
 0  DS  dst-address=0.0.0.0/0 gateway=188.38.52.220
        gateway-status=188.38.52.220 unreachable distance=1 scope=30 
        target-scope=10 

 1 ADC  dst-address=188.38.52.220/32 pref-src=188.38.52.220
        gateway=ppp-out1 gateway-status=ppp-out1 reachable distance=0 
        scope=10 

 2 ADC  dst-address=192.168.1.0/24 pref-src=192.168.1.1 gateway=ether1 
        gateway-status=ether1 reachable distance=0 scope=10 
[admin@MikroTik] >

but when I put check to “dial-on-demand”, Gateway is showing reachable in that case 3G card can not connect to 3g network and says " waiting for packets"

[admin@MikroTik] > ip route print detail
Flags: X - disabled, A - active, D - dynamic, 
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, 
B - blackhole, U - unreachable, P - prohibit 
 0 ADS  dst-address=0.0.0.0/0 gateway=10.112.112.123 
        gateway-status=10.112.112.123 reachable ppp-out1 distance=1 
        scope=30 target-scope=10 

 1 ADC  dst-address=10.112.112.123/32 pref-src=10.64.64.75 
        gateway=ppp-out1 gateway-status=ppp-out1 reachable distance=0 
        scope=10 

 2 ADC  dst-address=192.168.1.0/24 pref-src=192.168.1.1 gateway=ether1 
        gateway-status=ether1 reachable distance=0 scope=10 
[admin@MikroTik] >

Problem solved, I can connect 3G network and I can surf Internet via RB411U+MC8790 combination.

Problem was add-default-route=yes, don’t enable that in UMTS interface and add manualy route with gatewat=ppp interface as UMTS connection.