Frage an alle Modemnutzer

Niels Dettenbach linux at eichsfeld.net
Di Apr 21 07:10:33 CEST 2009


Am Dienstag 21 April 2009 schrieb Christoph 'Mehdorn' Weber:
> > Ach eh' ich's vergesse. Verwendet vielleicht jemand von
> > euch sein Handy als Modem oder hat jemand Erfahrung mit
> > UMTS-Datenkarten?
>
>   Vor einer ganzen Weile hat das mal jemand zu einem
> Stammtisch in Ilmenau versucht.

hmmm,
ich mache das einfach mit ppp und chat wechselweise per Bluetooth (dann 
braucht man noch "bluez") oder USB - habe mir dafür einfach zwei Miniscripte 
angelegt.

Funktioniert per UMTS (3G/3.xG) wie GPRS und i.d.R. auch im Roaming mit 
ausländischen Providern.

Hier beispielhaft das Chat-Script für Bluetooth:
--- schnipp ---
~ # cat /etc/ppp/peers/t-mobile.bt
hide-password
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/umts.t-mobile.up"
debug
/dev/rfcomm0
460800
defaultroute
noipdefault
user "t-mobile"
remotename internet.t-mobile
ipparam internet.t-mobile
usepeerdns
--- schnapp ---


hier die ppp Konfiguration:

--- schnipp ---
~ # cat /etc/ppp/peers/t-mobile.bt
hide-password
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/umts.t-mobile.up"
debug
/dev/rfcomm0
460800
defaultroute
noipdefault
user "t-mobile"
remotename internet.t-mobile
ipparam internet.t-mobile
usepeerdns
--- schnapp ---

hiermit fahre ich den Link bei Bedarf händisch (meist in einer extra Konsole, 
um mögl. Unterbrechungen / Probleme zu verfolgen) hoch:

--- schnipp ---
~ # cat /root/sbin/ppp/ppp_up_t-mobile.bt
#!/bin/sh
###############################
## connect UMTS T-Mobile by
## Bluetooth
###############################

## debug
/usr/sbin/pppd debug nodetach call t-mobile.bt

## productive
#/usr/sbin/pppd call t-mobile.bt
--- schnapp ---


Für USB habe ich eine abweichende Konfiguration:

--- schnipp ---
~ # cat /etc/ppp/peers/t-mobile.usb
hide-password
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/umts.t-mobile.up"
debug
/dev/ttyACM0
460800
defaultroute
noipdefault
user "t-mobile"
remotename internet.t-mobile
ipparam internet.t-mobile
usepeerdns

--- schnapp ---


Beste Grüße,


Niels.

-- 
  Niels Dettenbach
  ---
  Eichsfelder Linux/UNIX Stammtisch (EICLUSt)
  http://linux.eichsfeld.net
  ---
  business: Syndicat IT&Internet - http://www.syndicat.com
  Heilbad Heiligenstadt / Erbil / Cape Town
  ---
  Kryptoinfo: 
  PGP public key ID 651CA20D
  Fingerprint: 55E0 4DCD B04C 4A49 1586  88AE 54DC 4465 651C A20D
  https://syndicat.com/pub_key.asc
  ---