Skip to main content

Questions tagged [pppd]

The tag has no usage guidance.

0 votes
1 answer
95 views

pppd, docker, socat and permissions

We have an [Ubuntu 20.04] Docker image, used as part of a test system, in which I need to run pppd (to test a dial-up connection), where pppd is connected to the physical modem via a socat loop. My ...
Rob's user avatar
  • 153
1 vote
1 answer
542 views

Errors running pppd inside a docker container

I have a docker container that I'm trying to run pppd inside of. The host kernel has CONFIG_PPP=y. I'm setting up the ppp device like this: mkdir /run/container/dev mknod /run/container/dev c 108 0 ....
Tom's user avatar
  • 545
0 votes
1 answer
108 views

Can't access PPP equipment connected to VMWare Guest

Well, basically, what I'm trying to do is to connect an equipment that needs to talk to a Windows Host through a Linux (Lubuntu) Guest. Now a bit more of details: 1 - I have a software that only runs ...
RodPin's user avatar
  • 1
0 votes
1 answer
293 views

USB GSM modem random disconnects on debian 10

I'm trying to build a tiny (A20-based) server which should connect to internet (GSM) automatically and stay connected permantently. My setup is: hardware: Board: Olimex A20 OlinuXino-Lime2 GSM modem: ...
Mike's user avatar
  • 1
2 votes
0 answers
522 views

PPTPD server with radius auth

I setup PPTP server based on Debian. I test it using standard pap-secrets file and itu work as expected. I try to use radius as it's AAA. First I can not fine any /etc/radiusclient/radiusclient.conf ...
Bino Oetomo's user avatar
0 votes
1 answer
525 views

pppd call won't return

I'm having an issue with pppd call provider command with a Hayes-compatible modem. PPPD's version is 2.4.7 which I believe is the latest. It fails only when I turn off the modem (i.e. it won't reply ...
Daniel's user avatar
  • 577
0 votes
0 answers
734 views

PPPD only works with a specific baudrate

Basically, I would like to create PPP to interact Linux with Quectel Modem by using pppd though (editing options/ chat script follow to modem command). Until now, connection: ppp0<-->/dev/ttyS1 ...
Jean's user avatar
  • 1
0 votes
1 answer
743 views

Why my ppp modem interface doesn't show me a public IP address

I have a cellular modem from Zoomtel. I connected my BeagleBone embedded computer running Debian to it via pppd. When I run ifconfig , I see the interface ppp0. However this gets a local IP address ...
Engineer999's user avatar
0 votes
0 answers
891 views

pppd Works in windows, but not in routers?

I have a pppd server runing in Ubuntu 18.04 LTS and it's configured for chap authetifications. And when i try to connect to my server only works on windows (10 or versions bellow) but i would like to ...
David Martins's user avatar
2 votes
0 answers
400 views

How do I make ppp reliable over lossy radio modems using pppd and tcp kernel settings on debian? [closed]

I am having a lot of trouble establishing a reliable ppp / tcpip link between two debian systems over radio modems. My hardware topology is a little complex. The system uses: Raspberry Pi 3B at ...
BrendanMcL's user avatar
5 votes
0 answers
4k views

Use systemd to start ppp on a VLAN on boot

I'm replacing my consumer router/AP with a linux box. My consumer router dialed in to my ISP via a PPPoE link on a tagged VLAN. I have a working setup configured where ppp uses the tagged device ...
Huckle's user avatar
  • 568
2 votes
1 answer
1k views

Is it possible to use PPP to create a network bridge?

Is it possible to use PPP (pppd) to create a network bridge between two subnets? That is, connect two segments of the same network, tunneling Ethernet frames, rather than IP packets? As I understand,...
Petr's user avatar
  • 3,173
3 votes
0 answers
215 views

pppd loses ADSL IPv6 connection after 30 minutes

I run a modem in bridge mode and use pppd to open the connection. While the IPv4 connection is stable, the IPv6 connection seems to die exactly 30 minutes after opening it. ping6 starts returning ...
passy's user avatar
  • 333
0 votes
1 answer
536 views

pppd for IPv6 only tunnel

I have this command which works great for IPv4: sudo pppd updetach noauth passive pty "ssh ubuntu@somehost -i ~/somekey.pem -o Batchmode=yes sudo /usr/sbin/pppd nodetach notty noauth" 10.0.0.1:10.0.0....
Eric des Courtis's user avatar
3 votes
1 answer
14k views

Configuring a PPP device with NetworkManager nmcli

I have the ppp and network-manager packages installed on my Debian-based BeagleBone and I'm trying to reliably connect it to a GPRS modem over serial. I'm using an Adafruit FONA which works like a ...
Chris Watts's user avatar

15 30 50 per page