The ppp tag has no wiki summary.
3
votes
1answer
222 views
How to run long time process on Udev event?
I want to run a ppp connection when my USB modem is connected, so I use this udev rule:
ACTION=="add", SUBSYSTEM=="tty", ATTRS{idVendor}=="16d8",\
RUN+="/usr/local/bin/newPPP.sh $env{DEVNAME}"
...
1
vote
1answer
62 views
Low PPPoE speed in Linux (Ubuntu)
We have 2 PC with Ubuntu 12.04 and connect with 1000M/bit cable. We then start iperf on both PCs and get 900m/bit speed using the iftop tool.
However, when we setup PPPoE server on the 1st PC, and ...
2
votes
0answers
42 views
Controlling ppp's chat buffering
I looked at the ppp chat source and it uses putchar to write to the device. When PPP is run over a line discipline like n_gsm, which multiplexes a tty via the GSM 07.10 protocol, a lot of extra data ...
1
vote
0answers
617 views
How to setup PPTP on OpenWRT?
I'm trying to configure OpenWrt so clients can connect using PPTP. When I try to connect with networkmanager from a Fedora 14 box that's connected through Wifi, I get "failed to connect".
opkg ...