Inability to set pptp options like loglevel and nobuffer

Bug #386961 reported by Psy[H[]
30
This bug affects 6 people
Affects Status Importance Assigned to Milestone
NetworkManager
Fix Released
Low
network-manager-pptp (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: network-manager-pptp

When using NM, there is no way to set pptp connection with options like --loglevel 0 and --nobuffer.
If your ISP is buggy enough, without this options you get extremely slow internet connection, high pings and GIGABYTES of system logs about lost or reordered pptp packages.

Ivan Stetsenko (stetzen)
Changed in network-manager-pptp (Ubuntu):
status: New → Confirmed
Revision history for this message
Ivan Stetsenko (stetzen) wrote :

I'm confirming this bug in Jaunty. If the connection is configured manually, the speed is few times higher than if it is configured by network manager, and it seems to be caused by absence of --loglevel 0 and --nobuffer options. So it'll be useful to have ability to specify them.

Revision history for this message
Psy[H[] (vovik-wfa) wrote :

an experimental workaround for this problem: wrapper script for pptp

сd /usr/sbin
sudo mv pptp pptpo
sudo nano pptp

insert these two lines there:

#!/bin/bash
/usr/sbin/pptpo $1 $2 $3 $4 $5 $6 $7 $8 $9 --nobuffer --loglevel 0

save and give launch permissions:

sudo chmod +x pptp

Changed in network-manager:
status: Unknown → Confirmed
Changed in network-manager:
importance: Unknown → Low
Changed in network-manager:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.