Questions tagged [ppp]

The Point-to-Point protocol enables packet-based communication over a serial interface.

146 questions
0
votes
0 answers

PPP install error on Raspberry Pi

I am rather new to Linux and have been playing with the Raspberry Pi. I am trying to get a modem I have working with this Pi. I am learning here but any help on how to fix this situation would be great. Reading package lists... Done Building…
0
votes
1 answer

How to write windows script to dial a connection

Is it possible to dial-up and hang-up a connection? The connection is a PPP 3G connection in my Windows 7 system.
Bin Chen
  • 61,507
  • 53
  • 142
  • 183
0
votes
1 answer

I find a code block in chat.c a module of ppp project,but I can't understand it

The code block is listed below /*************** Micro getopt() *********************************************/ #define OPTION(c,v) (_O&2&&**v?*(*v)++:!c||_O&4?0:(!(_O&1)&& \ (--c,++v),_O=4,c&&**v=='-'&&v[0][1]?*++*v=='-'\ …
0
votes
1 answer

Get server IP of PPP VPN in Windows using VBScript or CMD

Is it possible to use VBScript or commandline to grab the server IP of a PPP VPN under Windows? Note this is not VPN dialup server IP.
est
  • 11,429
  • 14
  • 70
  • 118
0
votes
1 answer

how to setup pptp vpn server on archlinux?

I followed the instruction on https://wiki.archlinux.org/index.php/PPTP_Server to setup the pptp vpn server with pptpd. After everything is done, I cannot connect to the server. I found that there is not any ppp virtual adapter in ifconfig's output.…
geeker
  • 345
  • 6
  • 15
0
votes
0 answers

serial port speed

I try to connect a device to my windows CE device, through the serial port using ppp and I discovered that the other device (arm-linux) changes its port speed continuously. It should be 38400 baud but it's not constant. The speed should be…
Salec
  • 19
  • 5
0
votes
3 answers

pptpd dont work on Ubuntu VPS in Azure

I have set up a pptpd running on an Ubuntu instance in Azura. When iám trying to connect from a client the connection times out. It seems to me that it has something to do with the GRE protocol, maybe it isnt supported in Azure? Port 1723 open The…
-1
votes
1 answer

ppp between two machines over serail without a modem

Can't delete this question. It was moved to another forum. I'm trying to setup a PPP connection between two Linux machines over a serial line. I followed these instructions but it didn't work. The two machines are Fedora 28 Linux on an Intel(R)…
flashburn
  • 4,180
  • 7
  • 54
  • 109
-1
votes
1 answer

Reliability over a serial connection

I have two computers communicating over a serial modem. I would like to have a reliability protocol on that line. I have been looking into PPP, SLIP and RATP. Not all of them are the best fit, and I do not want to write all that code, especially if…
CaptainNemo
  • 1,532
  • 2
  • 22
  • 45
-1
votes
1 answer

PPP Network Detection for OSPF Demand Circuit Validation

I am looking for a way to detect if any incoming or outgoing network traffic is PPP (Point to Point). Is there a way that I can sniff for this type of traffic using the pcap library? The reason I need to know if the traffic is PPP to validate a…
THE DOCTOR
  • 4,399
  • 10
  • 43
  • 64
-2
votes
1 answer

How to check if ppp connection is busy

To look at some details regarding a ppp connection, one can run the following command: $ ifconfig ppp ppp0 Link encap:Point-to-Point Protocol inet addr:197.108.58.82 P-t-P:10.64.64.64 Mask:255.255.255.255 UP POINTOPOINT…
tshepang
  • 12,111
  • 21
  • 91
  • 136
1 2 3
9
10