Questions tagged [pppd]

PPPD is the Point-to-Point Protocol daemon which is used to manage network connections between two nodes on Unix-like operating systems.

PPPD is the Point-to-Point Protocol () which is used to manage network connections between two nodes on Unix-like operating systems. It is configured using command-line arguments and configuration files.

While it has initially been used to manage only dial-up access, it is also used to manage broadband connections such as DSL, if Point-to-Point Protocol over Ethernet () or Point-to-Point Protocol over ATM (PPPoA) is used.

The role of pppd is managing PPP session establishment and session termination.

Resources

PPPD definition on Wikipedia

48 questions
-1
votes
1 answer

No default route after returning from PPP connection

I'm here on a Arch Linux box with a working ETH0 (fixed IP) and PPP connection via 3G USB stick (ttyUSB0). After rebooting, ETH0 works fine. Establishing a PPP connection works fine, too. But after using 'poff' to cancel the PPP connection, I don't…
awado
  • 207
  • 3
  • 10
-2
votes
1 answer

pppd on macos fail with "publish_entry SCDSet() failed"

pppd is failing for me on the Mac. I'm trying to connect to a serial port to an embedded device running lwIP. It works from both Ubuntu and Yocto, BUT not from my Mac. Since I do my development on the mac, it would be nice to get it working on…
Craig B
  • 4,763
  • 1
  • 25
  • 19
-2
votes
1 answer

sstp vpn on Mac OS Big Sur - could not complete write of frame, could not forward packet to pppd

For the past few months I have successfully been using my Mac to connect to a Windows sstp VPN for work using homebrew....until now. I followed the instructions here: Windows SSTP VPN - connect from Mac and use this command: sudo…
Sara
  • 147
  • 2
  • 7
1 2 3
4