
Patch for KPPP to dial with callback
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
m1m1n0
15 years ago
Why kppp don't support connection through VPN, I'm don't understand:(
Report
droid
15 years ago
Report
m1m1n0
15 years ago
all correct!!!
my conf
/etc/ppp/peers/ISP-NAME:
~~~~~~~~~~~~~~~~~~
name LOGIN
remotename ISP-NAME
debug
lock
deflate 0
defaultroute
file /etc/ppp/options.pptp
pty "/usr/sbin/pptp SERVER --nolaunchpppd"
~~~~~~~~~~~~~~~~~~~~
/etc/ppp/options.pptp:
~~~~~~~~~~~~~~~~~~~~
lock noauth nobsdcomp nodeflate
~~~~~~~~~~~~~~~~~~~
why kppp don't work in this way, I'm think it's not very hardly
Thenks...
Report
alaksez
16 years ago
The callback feature in kppp works great, though I had to spend 2 days installing it.
BTW, there is a bug in your patch. Try to search for "+callback" string. As I suppose "callback" is an option send to pppd. However, pppd doesn't understand "+callback".
Thanks.
Report
Remenic
17 years ago
Report
droid
17 years ago
Report
shafff
17 years ago
http://bugs.kde.org/show_bug.cgi?id=66075
so, if you want this patch to be included in official kde distribution, consider voting for the bug
Report
droid
17 years ago
Report