View previous topic :: View next topic |
Author |
Message |
SymB Junior Member
Joined: 22 Mar 2009 Posts: 6 Location: Russian Federation
|
Posted: Sun Mar 22, 2009 1:31 am Post subject: Connecting SMS to internet via GPRS/EDGE. Is it really? |
|
|
Hi, everyone! Advance sorry for my errors (I'm not English and my knowledge of this isn"t so good as need), but I hope you should understand me.
So, we want run up the internal server for few country houses and here isn't another way of connect to internet just only GPRS. Is it really connect SMS via mobile phone as modem by cable (Nokia E-50-2 for first time, then maybe USB-3G modem).
Thanks! Hope someone can help me. |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Sun Mar 22, 2009 10:03 am Post subject: |
|
|
That's no problem, you just need to know which usb 3G modem has support for linux, and you need a static IP, I don't know if mobile providers supports static IP.
I believe vodafone's 3G USB modem works under linux.
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
SymB Junior Member
Joined: 22 Mar 2009 Posts: 6 Location: Russian Federation
|
Posted: Mon Mar 23, 2009 1:59 am Post subject: |
|
|
No, there is needn't static ip to connect with phone (About USB-modem don't know, haven't its else. It does work similar, I think) I'm still find some info and do next:
This is my /etc/wvdial.conf:
Quote: |
[Dialer Defaults]
Modem Type = USB Modem
Modem = /dev/ttyACM0
Baud = 115000
Init = ATZ
Init2 = AT+CGDCONT=1,"IP","internet.tele2.ru"
Phone = *99#
Username = tele2
Password = tele2
Dial attempte = 1
Dial Command = ATMLL3DT
Ask Password = off
Auto Reconnect = on
Abort on Busy = off
Carrier Check = off
Check Def Route = on
Abort on No Dialtons = on
Stupid Mode = off
Idle Sounds = 0
Auto DNS = on
:Minimize = on
Dock = on
#[Dialer phone2]
#Phone = 555-4243
#[Dialer shh]
#Init3 = ATM0
#[Dialer pulse]
#Dial Command = ATDP
|
then: wvdial --config /etc/wvdial.conf
then I take DNS that give pppd to /etc/resolve.conf
Quote: |
--> primary DNS address 130.244.127.161
--> secondary DNS address 130.244.127.169
|
and: route add default dev ppp0
after this restart my network, and this works with my Nokia, but ping only IP addresses and not ping domain names.
BUT... I do it in PCLinuxOS. SMS after wvdial command say, its can't find libuniconf.so.4.3.
Where I can get wvstreams-4.3.tgz or tar.gz to try make it myself? Can't find it anywhere! Found RPM from OpenSUSE, but rpm2tgz give me empty tgz. |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Mon Mar 23, 2009 8:02 am Post subject: |
|
|
You can find them here.
I'll update SMS package as soon as possible.
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
SymB Junior Member
Joined: 22 Mar 2009 Posts: 6 Location: Russian Federation
|
Posted: Tue Mar 24, 2009 1:37 am Post subject: |
|
|
gerasimos_h wrote: | You can find them here.
I'll update SMS package as soon as possible.
gerasimos_h |
Thax! There I found wvstreams-4.4.1.tar.gz, make package myself, but there is problem, system trying to contact version 4.3 and does not pay attention to 4.4! I foolly renamed 4.4 files to 4.3, thats ok, but now system can't find libxplc.so.0.3.13-unstable... _________________ Sorry for my errors, my english isn't so good... |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
|
Back to top |
|
SymB Junior Member
Joined: 22 Mar 2009 Posts: 6 Location: Russian Federation
|
Posted: Thu Mar 26, 2009 12:49 am Post subject: |
|
|
Thank you! Its all right! _________________ Sorry for my errors, my english isn't so good... |
|
Back to top |
|
|