README.txt 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. BK 17jun03:
  2. When you run "ppp -s" in a terminal, the ppp connection
  3. will get setup, and the files "pap-secrets" and "chap-secrets"
  4. will get generated in this folder (these have the password).
  5. The files "options" and "chat-script" will get updated.
  6. When you make a connection to the ISP, by typing "ppp -c"
  7. the file "resolv.conf" will get automatically updated with
  8. the DNSs (assuming IP addresses are dynamically assigned by
  9. the ISP) -- otherwise you will have to edit this file
  10. -- read the docs /usr/share/doc/pppsetup.htm
  11. BK 26jun03:
  12. I've installed /usr/sbin/xnetload*, a GUI app to display
  13. packet traffic while connected to the Internet.
  14. BK 25sept03:
  15. I've installed Gkdial, a GUI dialer. I had to hack the source
  16. code a bit to get it to work.
  17. It allows multiple accounts, puts the chatscripts into
  18. /etc/ppp/chatscripts/ and account info into /etc/ppp/peers/.
  19. So, the earlier ppp* console app should still work, no
  20. conflict, except that "ppp -s" creates "ip-up" script, which
  21. is executed by pppd* after successful connection, so this
  22. will also occur when using Gkdial.
  23. ...should be ok, ip-up puts up a little message using xmessage,
  24. about the successful connection ...in the case of Gkdial this
  25. is redundant ...so maybe I'll edit the default ip-up provided
  26. inside image.gz.
  27. BK 22Nov2004:
  28. Roaring Penguin pppoe has a problem with /etc/ppp/resolv.conf (which is
  29. just a link to /etc/resolv.conf). Gkdial writes to the former, not the latter,
  30. when an Internet dialup connection is made, so it has to stay.
  31. So, if you want to use Roaring Penguin, rename /etc/ppp/resolv.conf to something
  32. else to hide it (then though, you won't be able to use gkdial!).
  33. /etc/ppp/options has been edited and the line /dev/modem has been commented
  34. out with a "#". Roaring Penguin complains about the /dev/modem as "unrecognised
  35. option".
  36. 6JULY2006:
  37. wvdial warns that /etc/ppp/options may conflict with its own settings.
  38. wvdial also uses /etc/ppp/peers/wvdial and wvdial-pipe, that conflicts with
  39. Gkdial.
  40. So, create a script, /usr/sbin/gnomepppshell, to move those files away,
  41. then back afterward.
  42. The desktop 'connect' icon is now a Rox applet, at /usr/local/apps/Connect/.