Tagged Questions
The pppoe tag has no wiki summary.
2
votes
0answers
40 views
Parsing PPPoE Tags with Scapy
I am trying to correctly dissect PPPoE Discovery packets with Scapy. Here's how Scapy displays example PADI packet:
>>> p = ...
2
votes
2answers
912 views
Redialing a PPPOE connection programatically
I have a PPPOE connection on a computer . That computer has two LAN cards and I activated ICS on it . The problem is , the connection kinda degrades over time ( don't know why ) , and a redial would ...
1
vote
1answer
140 views
How to through NAT with PPPoE?
I want to create a route server to proxy some clients(they may not in the same intranet) to access internet. I need to assign unique ip to the client and get the ip when packets response,so I can do ...
1
vote
2answers
89 views
what is the exact difference between Closed and Stopped State in PPP State machine
I wanted to know what is the exact difference between Closed and Stopped State in PPP State machine.
It would be great full if someone explain in detail.
I am designing ppp stack using C++.
Thanks ...
0
votes
1answer
56 views
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 ...
0
votes
0answers
286 views
How to catch PPPOE connect Error
I have a 11.04 Ubuntu server. Every now and then the system has to kill 'pppoe-stop' and reconnect the connection 'pppoe-start'. I'm using the standard pppoe plugin that comes with ubuntu. Maybe I ...
0
votes
1answer
90 views
Can I send non-IP packets using Winsock?
I'm trying to create a small PPPoE Access Concentrator to learn the inner workings of PPPoE.
This requires me to send non-IP packets, I need to be able to set the ETHER_TYPE and eventualy the ...
0
votes
1answer
161 views
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 ...
0
votes
1answer
278 views
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 ...
0
votes
1answer
232 views
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
-1
votes
1answer
54 views
Does Wireshark sends or receives any additional packets when it's capturing? [closed]
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 ...