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
0
votes
1 answer
Parsing PPPoE packets with dpkt
I am trying to retrieve 5-tuples information from a list of pcap files using the dpkt library. To parse the PPPoE packets with VLAN tags, I write codes like this(for test only):
import dpkt
import socket
def decode(pc):
for ts, pkt in pc:
…

Xin
- 69
- 1
- 9
0
votes
1 answer
how to create PPPoE connection and use it with vb2010 code
I need to create PPPoE Connection with username and password and connect it or disconnect or delete it with VB 2010 code
thank you...

Ahmed Abdein
- 15
- 2
0
votes
1 answer
How to disable repeating messages about PPPoE in minicom?
I use minicom to connect router via usb. I send commands and watch results. All is good. But every few seconds minicome generate messages:
Unable to complete PPPoE Discovery …

Alex Bomb
- 63
- 3
0
votes
1 answer
How to install new network adapter using Java on Windows
I ought to create a program for a local ISP. They need a program that would automatically install new broadband adapter (with certain configuration) in Windows XP and later. I'd like to do it using Java, but if it wont be doable I could also use…

manWe
- 340
- 2
- 16
-1
votes
1 answer
Does Wireshark sends or receives any additional packets when it's capturing?
My problem is my ISP has a pppoe client(only for windows) which forbids the use of VPN/proxx to share Internet connection.
My friend cracked its encryption algorithm so we are able to build a new client on our own(linux/windows), and it's been…

CarlLee
- 3,952
- 5
- 23
- 33
-1
votes
1 answer
pppoe set up with VLAN configuration
I had a server which has pppoe configurated, it worked perfectly with my iptables rules. Then few days ago, I switched to new ISP, they brought me to problem with VLAN configuration.
They told me if I want to use my gateway server, I have to active…

Nick Pham
- 11
- 2