Advertisement
frankcox

Gnome-PPP

Sep 3rd, 2011
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. This is from Gnome-PPP . I opened it as root as instructed to allow it to write to chap-secrets but for some reason it does not.
  2. I posted this on dialup but as root. Wvdial etc is below.
  3.  
  4. Thanks
  5.  
  6. > WvDial: Internet dialer version 1.61
  7. --> Cannot get information for serial port.
  8. --> Initializing modem.
  9. --> Sending: ATZ
  10. ATZ
  11. OK
  12. --> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
  13. ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
  14. OK
  15. --> Modem initialized.
  16. --> Sending: ATM1L3DT2994138
  17. --> Waiting for carrier.
  18. ATM1L3DT2994138
  19. CONNECT 57600
  20. --> Carrier detected. Waiting for prompt.
  21. Level 3 Comm nas9.nvl1 UQKT2
  22. Username:/login:/Login:
  23. --> Looks like a login prompt.
  24. --> Sending: Username@natblast.com
  25. Username@natblast.com
  26. Password:
  27. --> Looks like a password prompt.
  28. --> Sending: (password)
  29. Entering PPP Session.
  30. IP address is number
  31. MTU is 1500.
  32. --> Looks like a welcome message.
  33. --> Starting pppd at Sat Sep 3 01:35:51 2011
  34. --> Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
  35. --> --> PAP (Password Authentication Protocol) may be flaky.
  36. --> Warning: Could not modify /etc/ppp/chap-secrets: Permission denied
  37. --> --> CHAP (Challenge Handshake) may be flaky.
  38. --> Pid of pppd: 3643
  39. --> Disconnecting at Sat Sep 3 01:35:51 2011
  40. --> The PPP daemon has died: pppd options error (exit code = 2)
  41. --> man pppd explains pppd error codes in more detail.
  42. --> I guess that's it for now, exiting
  43. --> The PPP daemon has died. (exit code = 2)
  44.  
  45. Also get this in Terminal
  46. (gedit:3874): Gtk-WARNING **: Attempting to set the permissions of `/root/.local/share/recently-used.xbel', but failed: No such file or directory
  47.  
  48. (gedit:3874): Gtk-WARNING **: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: Failed to create file '/root/.local/share/recently-used.xbel.IADF1V': No such file or directory
  49.  
  50.  
  51. [Dialer Defaults]
  52. Modem = /dev/ttyACM0
  53. ISDN = off
  54. Modem Type = USB Modem
  55. Baud = 460800
  56. Init = ATZ
  57. Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
  58. Init3 =
  59. Init4 =
  60. Init5 =
  61. Init6 =
  62. Init7 =
  63. Init8 =
  64. Init9 =
  65. Phone = 2994138
  66. Phone1 =
  67. Phone2 =
  68. Phone3 =
  69. Phone4 =
  70. Dial Prefix =
  71. Dial Attempts = 1
  72. Dial Command = ATM1L3DT
  73. Ask Password = off
  74. Password = 2398631socks
  75. Username = fpcharnock@natblast.com
  76. Auto Reconnect = on
  77. Abort on Busy = off
  78. Carrier Check = on
  79. Check Def Route = on
  80. Abort on No Dialtone = on
  81. Stupid Mode = off
  82. Idle Seconds = 0
  83. Auto DNS = off
  84. ;Domain =
  85. ;Nameserver = 208.67.222.222
  86. ;Nameserver2 =
  87. ;Minimize = off
  88. ;Dock = on
  89. # Do NOT edit this file by hand!
  90.  
  91.  
  92.  
  93. [Dialer Defaults]
  94. Init1 = ATZ
  95. Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
  96. Modem Type = USB Modem
  97. Baud = 460800
  98. New PPPD = yes
  99. Modem = /dev/ttyACM0
  100. ISDN = 0
  101. ; Phone = <Target Phone Number>
  102. ; Password = <Your Password>
  103. ; Username = <Your Login Name>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement