Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. wvdial:
  2. (call via: sudo wvdial umts)
  3. (replace <user> with user-name and <newline> with an empty line (separator):
  4. insert to /etc/sudoers:
  5. <user> ALL=(ALL) /usr/bin/wvdial
  6. insert to /etc/wvial.conf:
  7. [Dialer Defaults]
  8. Phone =
  9. Username =
  10. Password =
  11. New PPPD = yes
  12. <newline>
  13. [ModemUMTS]
  14. Modem = /dev/ttyUSB0
  15. Baud = 460800
  16. SetVolume = 0
  17. Dial Command = ATDT
  18. Init1 = ATZ
  19. Init2 = ATM0
  20. Init3 = ATM0
  21. FlowControl = NOFLOW
  22. <newline>
  23. [Dialer umts]
  24. Username = eplus
  25. Password = grp
  26. Phone = *99#
  27. Dial Command = ATM1L3DT
  28. Stupid Mode = 1
  29. Init1 = ATZ
  30. Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
  31. Init3 = AT+CGDCONT=1,"IP","tagesflat.eplus.de"
  32. Inherits = ModemUMTS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement