Point-to-Point Protocol over Ethernet(pppoe) is a transport protocol used to bridge Ethernet packets over the telephone network for DSL lines.
Questions tagged [pppoe]
36 questions
1
vote
0 answers
how to setup PPPoE connection on android?
I have an nexus 7 tablet with android 4.3. I have enabled pppoe and usbnet(for usb as ethernet port) in kernel. The ethernet over usb is working fine. Now I want to use pppoe through this UsbToEthernet port. Can anybody suggest how to proceed to…

Surjya Narayana Padhi
- 7,741
- 25
- 81
- 130
1
vote
0 answers
How to connect to internet via pppoe by java in Ubuntu
*Hi all
I am a new guy in java and ubuntu.I knew that in windows,i can use rasdial or rasphone to connect to the internet via pppoe .However,what i face now is ubuntu.so ,my question is that how to use java to connect the internet via pppoe in…

user2651995
- 63
- 1
- 5
1
vote
2 answers
Python mac adress matching and processing
python version 2.7.3
here is the "code" so far:
import subprocess
p = subprocess.Popen(["pppoe-discovery", "-I", "eth0"], stdout=subprocess.PIPE)
output, err = p.communicate()
print output
This will give a string containing all the pppoe servers…

blackbrayn
- 162
- 1
- 6
1
vote
1 answer
how to make PPPoE login from specific LAN?
i am using windows 7 with 3 NICs and i need to log in using PPPoE connection. i have 3 lease lines.my isp is using MAC security. i want to ask that how to make pppoe login from specific NIC and multiple PPPoe login is possible? if yes then how to…

user2116018
- 13
- 4
1
vote
1 answer
pppoe-server log file
I have installed successfully the roar-penguin pppoe-server and trying to use it without success, what I don't understand is that, when I put in my /etc/ppp/pppoe-server-options
debug
logfile /var/log/pppoe-server-log
But that file is not created…

pedr0
- 2,941
- 6
- 32
- 46
0
votes
2 answers
How to get Session ID for PPPOE session?
I am using rp-pppoe 3.10. I have configured a PPPoE server and client. How do I find out the PPPoE session ID assigned by the server to client when the session is established? Is it updated in any file in /etc/ppp folder or some where else?

Ravi
- 653
- 3
- 10
- 21
0
votes
0 answers
Get value from Parameter name using JavaScript
I'm trying to set up an automatic provisioning with ACS server that uses JavaScript to interact with the CPE. The CPE shows the parameters on list like this:
"DeviceID.Manufacturer" TP-Link
"InternetGatewayDevice.DeviceInfo.UpTime"…

Ac0
- 1
- 1
- 2
0
votes
0 answers
PPPOE Discovery Stage with Python Sockets
Is there any way of implementing PPPOE discovery stage, i.e. sending PADI receiving PADO and all using Python & Sockets? Not allowed to use Scapy module.
I tried to look all over the internet but can't find anything.

Anish Chatim
- 3
- 1
0
votes
0 answers
I send packets through ppp link by scapy, why sr can't receive the reply? tcpdump ppp0 is ok
I try to send icmp packets through ppp link, but sr can't receive the reply, and tcpdump ppp0 is ok!
sh-4.2# tcpdump -i ppp0 -n icmp
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on ppp0, link-type LINUX_SLL…

hltttabc
- 1
- 1
0
votes
1 answer
Mikrotik PPPOE Routing
I have setup PPPOE Server successfully in Mikrotik. All is Good. I am able to give out public ips to clients over PPPOE. But I have some issues. For example I have 2 clients with public ips that would want to be able to connect to each other this is…

Oliver Mercado
- 33
- 1
- 1
- 5
0
votes
1 answer
Cisco forcing Full Virtual-Access Interface due to Framed-Compression response from Freeradius
I'm having a problem with PPPoE authentication on an ASR1001-X where when a session is established it's trying to create a Full Virtual-Access Interface, not just creating a sub-interface as I want it to:
> Session creation failed due to Full…

user3412
- 17
- 3
0
votes
1 answer
Possible to have PPPoE and separate static IP address on same NIC?
Greetings,
For various reasons, my connection to the internet looks like this:
[DSL Modem in Bridge Mode] <-ethernet-> (eth0)[Linux system](eth1) <-ethernet-> [Wireless Router]
(Where the Linux system is running PPPoE, BIND, DHCP, etc.)
In order to…

notMyScreenName
- 119
- 1
- 3
- 10
0
votes
3 answers
How do I create an FCS for PPP packets?
I am trying to create a software simulation on an Ubuntu GNU/Linux machine which will work like PPPoE. I would like this simulator to take outgoing packets, strip off the ethernet header, insert the PPP flags (7E, FF, 03, 00, and 21) and place the…

J Sin
- 1
- 1
- 1
0
votes
1 answer
How to implement a PPPoe server?
I want to develop one PPPoe-like server, so I can create a virtual connecting among server and client. Is there any opensource project for reference ? Thanks

why
- 23,923
- 29
- 97
- 142
0
votes
1 answer
pfSense PPPoE and BitStream / BSA / OneSession Hardware
I run my home network off of a pfSense (2.2.6) box, which is connected via PPPoE to my DSL (in Germany, Alice/O2/Telefonica). My modem is a deconfigured "Alice Modem WLAN 1421", which only provides PPPoE-Passthrough.
My Carrier contacted me to…

Jaek Farce
- 1
- 3