Hi! My name is Bogdan Nikolaev, i'm from Eysk, Russia.
I'm writed small program for very easy configuring PPPoE connection - pppconf.
What is works? Simple, pppconf ask few questions and create valid ppp.conf file.
Program written in C and can be compiled using GCC at least version 4.2.1
Official repository: http://github.com/monobogdan/pppconf
Installing
Clone repository to your PC:
Run following commands:
Using
Run pppconf:
And enter your user name, user password and interface name(sk0 for example)
pppconf generates ppp.conf file and you can connect to internet using this command:
This program is licensed under GNU GPL license
Thanks!
I'm writed small program for very easy configuring PPPoE connection - pppconf.
What is works? Simple, pppconf ask few questions and create valid ppp.conf file.
Program written in C and can be compiled using GCC at least version 4.2.1
Official repository: http://github.com/monobogdan/pppconf
Installing
Clone repository to your PC:
git clone https://github.com/monobogdan/pppconf
Run following commands:
sh build.sh
sh install.sh
Using
Run pppconf:
pppconf
And enter your user name, user password and interface name(sk0 for example)
pppconf generates ppp.conf file and you can connect to internet using this command:
pppconf -connect
This program is licensed under GNU GPL license
Thanks!