Has anyone used the Sprint S620 Card from Novatel Wireless? It says on the back of the card MERLIN S620. I can see it in the /system/resource/usb as 1.2 Novatel Wireless Inc.. When I setup the ppp out connection and have it dial and monitor the card says reseting link and does not go any further. Either I am missing something or Mikrotik does not support this card. Is there someone with an answer? According to Sprint the only thing I need is to dial #777 with no user name and no password. The card has been setup through windows and works.
Turn on async debugging and see what its doing. I was finding that Mikrotik was trying ATH commands which were causing it to hang up because ATH is only possible when its connected … but its using ATH no matter what. That hardcoded ATH command in MT should be removed since we have the possibility to add it in the INIT string.
Not all modems have this problem with ATH while not in a session, but many of the cell modems do because they obey the standard of v.250 (or is it 120)…
changeip, if you give us ssh access to this device, we will try to fix the issue. write to support please. we neither have these devices, nor networks to connect to.
Has anyone tried the Novatel U630 PCMCIA 3G Modem?
I have never worked with 3G on MT, and would like to know how the connection will be established. Can MT dial out via PPPoE over the 3G card, or doesn’t it work like that?
I need to do some research for a client who needs to deploy monitoring devices (like weather stations etc). They need internet access and run a PPtP client to their MT at their backbone. We are going to do some tests with a LinkSYS 3G Router (ie, the ethernet of the LinkSYS goes to the MT, and the MT is the PPtP client). The Monitoring device has a ethernet port, so it only needs access to the same subnet as the backbone (hence the VPN tunnel).
At the moment the client wants to find the cheapest and most reliable solution to accomplish this. If we could get it all working with a RB230 and Novatel U630, it will be so sweeet! There’s also limited space in the stations.
I don’t know about that specific version, but I know that most cell phones and evdo/3g cards simply are USB serial ports. The USB port shows up on Mikrotik, you now have serial1 or acm0 ports. You can even use /system serial-terminal to use the AT command set directly. You then use ppp-client to make a dialup connection, which dials a phone number, and then handshakes with PPP.