mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
8b0383dd20
- add mobile date network devices and configuration - add client configuration via udev - add GUI under networking tab - add scripts to handle mobile data devices
22 lines
354 B
Plaintext
22 lines
354 B
Plaintext
[Dialer Defaults]
|
|
Modem Type = Analog Modem
|
|
ISDN = 0
|
|
Baud = 9600
|
|
Modem = /dev/ttyUSB0
|
|
|
|
[Dialer pin]
|
|
Init1 = AT+CPIN="XXXX"
|
|
|
|
[Dialer connect]
|
|
Init1 = ATZ
|
|
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
|
|
Init3 = AT+CGDCONT=1,"IP","web.vodafone.de"
|
|
New PPPD = yes
|
|
Phone = *99#
|
|
Password = me
|
|
Username = vodafone
|
|
Stupid Mode = 1
|
|
|
|
[Dialer pinstatus]
|
|
Init1 = AT+CPIN?
|