Questions tagged [pppoe]

Point-to-Point Protocol over Ethernet [protocol] - (ADSL, RFC 2516)

The Point-to-Point Protocol over Ethernet (PPPoE) is a network protocol for encapsulating PPP frames inside Ethernet frames. It appeared at the turn of the century, in the context of the boom of the DSL as the solution for tunneling packets over the DSL connection to the ISP's IP network, and from there to the rest of the Internet.

A 2005 networking book noted that "Most DSL providers use PPPoE, which provides authentication, encryption and compression."

Typical use of PPPoE involves leveraging the PPP facilities for authenticating the user with a username and password, predominately via the PAP protocol and less often via CHAP.

Source: Point-to-point protocol over Ethernet

80 questions
6
votes
1 answer

DSL PPPoE connection not working?

I use a wired PPPoE connection to connect to the Internet. What I need to do on Windows to connect to it is put in static IP address, gateway, subnet mask and DNS servers for my LAN card. Next I have to create a dialer for a PPPoE connection, put in…
Mussnoon
  • 5,236
6
votes
2 answers

IPv6 over PPPoe?

What is the best way to be able to get IPv6 addresses over PPPoe? I currently use NM-Applet to get internet service from my ISP, but it has no IPv6 tab on PPPOE connections. I wouldn't mind using some command line tool, but it would be nice to…
Azendale
  • 12,021
6
votes
2 answers

Why did port 3000 suddenly start getting used by PPP? How to disable?

I run a rails development environment, which runs a server I can access at localhost:3000. I was doing this again today, and went to restart the webserver and it started timing out. After some time I ran nmap localhost, and realised that 'ppp' is…
Jason O'Neil
  • 1,878
5
votes
4 answers

How do I set up a PPPoE connection?

I have a new broadband connection and i want to connect it using ubuntu. I have a user name and a password, nothing more. I want to know how to connect to such network, how to create the connection?
Starx
  • 5,353
5
votes
2 answers

Remove ifupdown(eth0) connection

While I was installing Ubuntu 14.04 I had some issues with graphic card drivers so I needed to install drivers from root, I created adsl connection using pppoeconf. Now when I boot up my PC I have two connections, my regular connection which I use…
Alen
  • 1,843
4
votes
2 answers

How do I use netplan to configure PPPoE?

I want to add lines to a working 01-netcfg-yaml file to automatically connect an interface to ppp using a script created by pppoeconf. But I can't find any guides or examples. I would much appreciate a "howto" help to do this. Thanks in advance.
AndrewG
  • 49
  • 1
  • 4
4
votes
1 answer

Reset network configuration in ubuntu 12.04

My DSL internet did not connect by network-manager! So I tried to use sudo pppoeconf and my laptop connect to internet successfully. After that my problems are started! First of all network-manager does not run in start up! I try sudo nm-applet and…
hadilq
  • 161
4
votes
1 answer

How do I achieve a PPPoE connection over wifi?

I am trying to move my PPPoE dialling from my router to two machines on that router, a Windows 7 and an Ubuntu 12.04 machine. (Actually one machine with dual boot for now). I set up a DSL (PPPoE) connection using the Edit Connections dialogue, and…
ProfK
  • 171
3
votes
2 answers

PPPoE Server on Ubuntu 14.04 Not working - Peer XXX failed CHAP Session verification

I am trying to setup a PPPoE server in my ubuntu 14.04 system for testing purposes. The Server and the client both have Ubuntu 14.04 installed. I have followed the guide from this website to setup the server.…
Russo
  • 1,908
3
votes
2 answers

How do I increase PPPoE MTU?

I have an Ubuntu Server 14.04 install which is connected to the internet using PPPoE. At the moment my ppp0 interface have an MTU of 1492 which mostly works. I'd like to increase the MTU to 1500, which is supported by my ISP. So far I have increased…
kasperd
  • 1,779
3
votes
1 answer

Modem doesn't connect to internet (H9601 prolink)

I'm using Ubuntu 9.04 and I have a Conextant H9601 PROLINK modem.. I installed it using eciadsl and I made a synch.bin using XP too but when I give the command eciadsl-start this is what happens. [EciAdsl 1/5] Setting up USB support... Preliminary…
3
votes
3 answers

Why doesn't Network Manager use system network scheme?

Does anybody knows why Ubuntu's NM does'n use native implementations for networking ? For example if I set up a pppoe connection in the network manager (using nm-applet) it has it's own way of storing connections and doesn't use native debian…
Radu M.
  • 613
3
votes
2 answers

How to establish pppoe connection in Ubuntu?

I have problems with Internet connection with most Ubuntu DEs, except KDE - network managers don't allow me to establish a DSL PPPoE connection. So I'm thinking to buy a router - conventional, I don't want a WiFi router, to take the task of…
R S
  • 2,649
2
votes
2 answers

Connecting PPPOE DSL modem to server?

I'm setting up a transparent proxy/filter server, I've encountered many issues. My Question. With a PPPOE DSL modem how do I negotiate a connection from my server. I am putting the server between the modem and the router (now just a switch and…
M J
  • 71
2
votes
2 answers

How do I set a PPPoE connection to redial?

How to set auto redial in Ubuntu 11.10 like Windows XP where in Windows XP it asks you the number how many times want to re-dial if connection gets dropped where you set the number of re-dial like 10,20 or 100 Is there any option in Ubuntu I can set…
1
2 3 4 5 6