Questions tagged [point-to-point-protocol]

Point-to-Point Protocol

The Point-to-Point Protocol is a link-layer protocol for networking between two network nodes.

86 questions
0
votes
2 answers

how to get ip address of a PPP(Point-to-Point Protocol) network interface?

I have a Linux machine with two network interfaces, and I'd like to get the IP address of the PPP interface w1g1 but it doesn't show up in ifconfig. There is a public IP on the PPP interface, but there is no internet connection, I'm trying to…
Xsmael
  • 171
  • 1
  • 10
0
votes
0 answers

Ctrl-C is ignored by pppd when put in a shell script

I'm trying to connect to GPRS network through a serial port connected GSM modem. When I call /usr/sbin/pppd call from the command line, It correctly receives and handles Ctrl+C from keyboard. But when I put the exact same command in an…
zaadeh
  • 161
  • 2
  • 6
0
votes
1 answer

Using pppd with a serial port?

I just need to send/receive a messages through a unix-socket with PPP. But at first I want to launch the pppd with an usual serial port to make sure I know how it works. As I see, if I bind a pppd to a serial, all the packets that has come there…
Hi-Angel
  • 277
  • 3
  • 9
0
votes
0 answers

Cisco 1841 - Acting as a PPPoE terminator?

We have 2x Fortigate 200B firewalls that we wish to operate in Active/Active HA mode - though, obviously, they cannot do this with PPPoE/DHCP enabled on the externally facing interfaces. To overcome this we want to use a Cisco 1841 as a PPPoE…
Myles Gray
  • 659
  • 4
  • 12
  • 33
0
votes
1 answer

PPTP defaultroute. Want to route all traffic via ppp interface

I'm experiencing a problem described here: http://pptpclient.sourceforge.net/howto-diagnosis.phtml#lots_of_data. If I use defaultroute in peer conf or manually add route add default dev ppp0 there are tons of traffic in TX: in ifconfig so perhaps…
Alexey
  • 49
  • 3
  • 16
0
votes
2 answers

Change mtu of ppp0

Every time I log in to my VPN server via ppp, I must change the MTU to 1492 using the following method: ifconfig ppp0 mtu 1492 If I do not do this, then random websites will simply hang up and never load. I must do this every single time I log into…
alexander7567
  • 541
  • 2
  • 6
  • 18
0
votes
1 answer

Wrong Device answering PPPoE auth request

The basic configuration is a CentOS machine running rp-pppoe and a separate router, both connected to a DSL modem through a simple switch. Each device has it's own separate PAP id/password. This configuration has worked fine for years, until the…
0
votes
1 answer

ipsec (openswan) routing or dns issue with iphone

I got an established VPN connection, but either the routing or the resolving is not working. The configuration is taken from http://louwrentius.com/blog/2011/12/setting-up-a-vpn-with-your-iphone-using-l2tp,-ipsec-and-linux/ and…
Daniel W.
  • 1,609
  • 4
  • 26
  • 48
0
votes
1 answer

Setting up VPN on a VPS

I want set up a VPN in my Xen VPS with one static IP. What I should set in /etc/pptpd.conf as localip and remoteip. I followed this tutorial:…
Reza S
  • 1
  • 1
0
votes
1 answer

PPTP VPN support IPv6 over IPv4

My Server has both IPv4 and IPv6 and I've set up an PPTP VPN there. And my local network only supports IPv4. How can I gain IPv6 access by dialing in my VPN with IPv4? That means, is it possible to have a VPN which can forward IPv6 packets into…
Clippit
  • 101
  • 2
  • 4
0
votes
1 answer

PPPoE Connection : "Generic-Error "RP-PPPoE: Child pppd process terminated"

I have 2 Ubuntu 64-bit Virtual Machines installed on Virtual Box.Their name and ip addresses are given below.I am trying to establish PPPoE connection between the two machines. nas 192.168.129.130 (This machine runs the PPPoE server) home …
liv2hak
  • 303
  • 4
  • 13
  • 25
0
votes
1 answer

Getting PPPD to log successful CHAP authentication

I've successfully set up an OpenSwan L2TP/IPsec VPN. PPP is used to authenticate the peer (via CHAP) and set up the virtual network interface, and that works well. My question: how can I cause pppd to write who logged in to syslog? I can tell who…
0
votes
1 answer

PPP kernel module fails to load

I am trying to deal with a problem on a server I don't normally deal with. Out of the blue a script using ppp started failing saying that the ppp kernel module is not loaded. When I try to modprobe it it complains about files missing. Note below…
Harel
  • 630
  • 2
  • 7
  • 18
0
votes
1 answer

freeradius address assignment from ippool

I'm trying to figure out how to assign IP addresses from an ippool to mobile units. Ideally, I would like a unit to receive the same IP at each request. There is no data source to use to populate static entries for each unit, so I would prefer each…
Bittrance
  • 3,070
  • 3
  • 24
  • 27
0
votes
1 answer

Why doesn't pppd over ssh work here? Why can't I kill pppd?

I'm trying to setup a simple ppp tunnel over ssh. It works on several machines just fine. But on one machine, pppd gets "stuck": > pgrep pppd | xargs ps up USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 4178 0.0 …
Peter V. Mørch
  • 852
  • 7
  • 15