pppoe

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 be nice , hourly maybe . I was thinking of writing an AutoIT script that would do this , if , for example I'm sending some data to a port th...

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 a lot in advance. ...

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 ...

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 some monitor task. i want to know if I use PPPoE server to deal with this case, how to through NAT ? thanks! ...