[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian etch und UMTSmon



Am 2008-11-18 16:43:03, schrieb Mike Dietrich:
> Hallo,
> 
> interessant! Wärst du so nett die relevanten configs bereitzustellen. 
> Hab hier unter Etch einen Novatel MC950D (Vodafone Mobile Connect 
> USB-Stick). Läuft prinzipiell, aber ich möchte für dial on Demand nicht 
> das wvdial Geraffel verwenden.

Die Config kann für die Novatel Wireless Merlin 630 (/dev/ttyS0) und für
das Nokia 6120 classic (dev/ttyACM0) OHNE veränderungen verwendet werden

als Beispiel gebe ich meine "O2" config an:

----[ '/etc/chatscripts/o2' ]-------------------------------------------
ABORT           BUSY
ABORT           'NO CARRIER'
ABORT           VOICE
ABORT           'NO DIALTONE'
ABORT           'NO DIAL TONE'
ABORT           'NO ANSWER'
ABORT           DELAYED
""              ATZ
OK-AT-OK        'AT+CSQ'
OK-AT-OK        'ATQ0 V1 E0 S0=0 &C1 &D2 +FCLASS=0'
OK-AT-OK        'AT+CGDCONT=1,"IP","surfo2"'
OK-AT-OK        'ATDT*99***1#'
CONNECT         \d\c
------------------------------------------------------------------------

----[ '/etc/ppp/peers/o2' ]---------------------------------------------
debug
kdebug 4
unit 1
hide-password
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/o2"
connect-delay 5000
#/dev/ttyS0 921600
/dev/ttyACM0 921600
defaultroute
noipdefault
user "o2"
passive
lcp-echo-failure   1000
lcp-max-configure  1000
ipcp-max-configure 1000
ipcp-max-failure   1000
usepeerdns
ipparam o2surf
noccp
novj
novjccomp
noproxyarp
nopcomp
noaccomp
nomagic
persist
pap-timeout 60
maxfail 0
------------------------------------------------------------------------

----[ '/etc/network/interfaces' ]---------------------------------------
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
        address         192.168.0.65
        netmask         255.255.255.0
        network         192.168.0.0
        broadcast       192.168.0.255
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 192.168.0.74
        dns-search      private.tamay-dogan.net

auto ppp0
iface ppp0 inet ppp
        provider        o2
        post-up         "dhclient ppp0"
        dns-nameservers 192.168.0.74
        dns-search      private.tamay-dogan.net
------------------------------------------------------------------------

Beim hochfahren des Router wird automatisch connected und so bleibts.

Ich bin übrigends per O2 im internet was Du an den received Headern der
Mail überprüfen kannst.

Thanks, Greetings and nice Day/Evening
    Michelle Konzack
    Systemadministrator
    24V Electronic Engineer
    Tamay Dogan Network
    Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
+49/177/9351947    50, rue de Soultz         MSN LinuxMichi
+33/6/61925193     67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Attachment: signature.pgp
Description: Digital signature


Reply to: