GUI frontend to the pppd call PEER command. :) It does NOT handle ppp configuration. It's merely a fancy way to execute pppd call SOMETHING and check the link status afterwards.
It is supposed to resemble tkppp (by Eric Jeschke), which we were using for a while
$ ps -ef | grep tkppp dron 2939 1212 0 18:54 pts/1 00:00:01 wish /usr/bin/tkppp dron 3013 2876 0 18:57 pts/2 00:00:00 grep tkppp $ cat /proc/2939/status | grep RSS VmRSS: 101268 kB $ ps -ef | grep pppc dron 3018 1212 5 18:57 pts/1 00:00:00 python2.2 ./pppc.py dron 3021 2876 0 18:57 pts/2 00:00:00 grep pppc $ cat /proc/3018/status | fgrep RSS VmRSS: 8652 kB |
Yes, I know, it's distribution problem, not tkppp, but...
Connection status ('modem' connection, well, cell phone, actually).
Another connection status window (PPTP VPN link)
Establishing connection. (12) stands for the number of seconds elapsed so far.
Aborting connection attempt after the timeout. (34) stands for total number of seconds elapsed.
Idle.