RB2011UiAS + ZTE MF100

Hi there. I’m trying to establish connection to internet via 3g-modem and everything seems to be working, but connetion terminates every 3 minutes. No timeouts is specified. Same modem connected to PC works just fine.

PPP-Client config:
Flags: X - disabled, R - running
0 name=“Beeline 3g” max-mtu=1500 max-mru=1500 mrru=disabled port=usb3 data-channel=2 info-channel=1 apn=“internet.beeline.ru” pin=“” user=“beeline” password=“beeline” profile=default phone=“*99#” dial-command=“ATDT” modem-init=“” null-modem=no
dial-on-demand=no add-default-route=yes default-route-distance=1 use-peer-dns=yes keepalive-timeout=0 allow=“”

Here’s log:
10:13:30 async,ppp,info Beeline 3g: initializing modem…
10:13:31 async,ppp,info Beeline 3g: dialing out…
10:13:31 async,ppp,info Beeline 3g: authenticated
10:13:33 async,ppp,info Beeline 3g: could not determine remote address, using 10.112.120.146
10:13:33 async,ppp,info Beeline 3g: connected
10:13:33 system,info dns changed
10:16:24 async,ppp,info Beeline 3g: terminating…
10:16:24 async,ppp,info Beeline 3g: disconnected
10:16:24 system,info dns changed
10:16:34 async,ppp,info Beeline 3g: initializing…
10:16:34 async,ppp,info Beeline 3g: reseting link…
10:16:35 async,ppp,info Beeline 3g: initializing modem…
10:16:36 async,ppp,info Beeline 3g: dialing out…
10:16:36 async,ppp,info Beeline 3g: authenticated
10:16:36 async,ppp,info Beeline 3g: terminating… - hungup
10:16:36 async,ppp,info Beeline 3g: disconnected

Can anyone help with this issue?

Try to add async,debug logging topic and check if there is some entry that might tell you when the modem was disconnected from the network.

That’s what I found:

07:46:13 route,debug Accept add 10.1.10.2/32
07:46:13 route,debug Skip update 0.0.0.0/0
07:46:13 route,debug Commit prefix 10.1.10.2/32
07:46:13 route,debug End redistribution
07:49:00 async,ppp,debug,packet Beeline 3g: rcvd LCP TermReq id=0x4
07:49:00 async,ppp,debug Beeline 3g: LCP closed
07:49:00 async,ppp,debug Beeline 3g: CCP lowerdown
07:49:00 async,ppp,debug Beeline 3g: BCP lowerdown
07:49:00 async,ppp,debug Beeline 3g: BCP down event in starting state
07:49:00 async,ppp,debug Beeline 3g: IPCP lowerdown
07:49:00 async,ppp,debug Beeline 3g: IPCP closed
07:49:00 async,ppp,debug Beeline 3g: IPV6CP lowerdown
07:49:00 async,ppp,debug Beeline 3g: IPV6CP down event in starting state
07:49:00 async,ppp,debug Beeline 3g: MPLSCP lowerdown
07:49:00 async,ppp,debug,packet Beeline 3g: sent LCP TermAck id=0x4
07:49:00 async,ppp,debug Beeline 3g: LCP lowerdown
07:49:00 async,ppp,info Beeline 3g: terminating…

Still, have no idea how to solve this. :frowning:

Hi,
Try set keepalive-timeout greater then zero.
Default value is 30 seconds, and it should be work with any operator in russia.

Sadly, keepalive timeout doesn’t change anything.
Interesting thing is, every time connection lasts exactly 2.57min.

Modem unlocked?

No manipulations with modem itself has made. Modem vendor and SIM are same - beeline.

Try to unlock it via firmware.
Some people says that modem this provider firmware and provider dial program sending some codes while dialing, so if you try to use another ppp-client you also need send some code or at-command, either provider terminate connection.

Problem solved through firmware updating. Truly, it was the ISP firmware problem. Thanks for advice.