MTCDP-EV2 – ppp peers
- This topic has 3 replies, 3 voices, and was last updated 11 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › MultiConnect OCG › MTCDP-EV2 – ppp peers
Hello all,
Do you have an example of ppp peers to connect a MTCDP-EV2(-N3-1.0) on Verizon Wireless mobile network.
Thanks a lot for your reply
There should be a peers file named “cdma” that is already in the default image. It will likely work without any modifications. Try:
pppd dial cdma
Jesse
The default image should include the file /etc/ppp/peers/cdma. This will most likely work without modification if you specify /dev/ttyUSB0 on the command line.
Example:
pppd /dev/ttyUSB0 call cdma
Whoops — “pppd call cdma” is correct, not “dial”. Setting the port should not be necessary since the default port is set correctly for the radio type via udev rules.
Jesse