-
-
Save anonymous/e920446ab1e01fe75880f6d825a215cd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Dialer Defaults] | |
;Init1 = ATZ | |
;Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 | |
;Modem Type = Analog Modem | |
;Baud = 9600 | |
New PPPD = yes | |
;Modem = /dev/ttyUSB0 | |
;ISDN = 0 | |
; Phone = <Target Phone Number> | |
; Password = <Your Password> | |
; Username = <Your Login Name> | |
Carrier Check = on | |
Modem = /dev/ttyUSB0 | |
Baud = 115200 | |
Init1 = AT+CPIN="8378" | |
Init2 = ATZ | |
Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 | |
Init4 = AT+CGDCONT=1,"IP","internet.eplus.de","0.0.0.0" | |
ISDN = 0 | |
Modem Type = USB Modem | |
Phone = *99# | |
Username = eplus | |
Password = gprs | |
Stupid Mode = 0 | |
Dial Command = ATM1L3DT | |
Compuserver = 0 | |
Auto DNS = 1 | |
Auto Reconnect = on | |
Abort on Busy = off | |
Check Def Route = on | |
Abort on No Dialtone = on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment