dev/bash/gprs/wvdial/beeline1

42 lines
1.5 KiB
Plaintext

[Dialer defaults]
# Lines begining with # are comments.
# wvdial will look for this file at /etc/wvdial.conf or /home/LoginName/.wvdial.rc
# Redhat/Fedora have an Internet Connection Wizard in the popup menus
# ICW will write a two part /etc/wvdial.conf supporting multiple modem usage.
Modem = /home/kolan/.mobile_modem
Baud = 460000
Init1 = ATZ
Init2 = AT+CGDCONT=1,"IP","internet.beeline.ru"
# ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
# Lack of dialtone acquisition can be due to low line voltage,
# a common problem in Italy.
# Try inserting a "dial without waiting": X3
# Init2 = ATQ0 V1 E1 S0=0 X3 &C1 &D2 +FCLASS=0
# In case of connection instabilities, specify a lower frequency:
# Init2 = ATQ0 V1 E1 S0=0 X3 &C1 &D2 +MS=34
# ISDN = 0
# Modem Type = Analog Modem
# Phone = *99***1#
Phone = 0679
# if going through a switch board, a perhaps necessary pause can produced with a comma:
# Phone = 1,Dialout_phone_number
Username = beeline
# if Internet Provider is MSN.net, use under Linux: MSN/LoginName
Password = beeline
# the following lines is NEEDED only by slmodemd
Carrier check = no
# Kinternet appears to add it automatically.
## If CONNECT is achieved but browsing fails, try activating the following line
Auto DNS = yes
## To make a logfile wvdial.out
wvdial 2>&1 | tee wvdial.out
# # For some Internet providers, the following line is necessary
Stupid Mode = yes
## for other wvdial options, do "man wvdial" or see the documentation in
## /usr/share/doc/wvdial/
## End wvdial.conf