Operating System - Linux
1825719 Members
2870 Online
109686 Solutions
New Discussion

Re: PPPoE software for RedHat 6.1

 
Ng King Wang
Respected Contributor

PPPoE software for RedHat 6.1

Hello all,

Any PPPoE software can I use for internet connection on RedHat 6.1? Where can I get it?

Please recommend. :)


We master OpenView, my Lord masters us.
3 REPLIES 3
Vernon Brown_2
Frequent Advisor

Re: PPPoE software for RedHat 6.1

You should be able to get a copy at http://www.suse.de/~bk/PPPoE-project.html

Msquared
Occasional Advisor

Re: PPPoE software for RedHat 6.1

I recommend Roaring Penguin PPPoE:

http://www.roaringpenguin.com/pppoe/

The binary RPM is for 6.2, but should work with 6.1. If you're paranoid, download the source RPM and rebuild it. Installing the source RPM:

rpm -i foo.src.rpm

Building the binary RPM from the source:

rpm -bb /usr/src/redhat/SPECS/mumble.spec

Installing the resulting binary RPM:

rpm -i /usr/src//redhat/RPMS/i386/foo.rpm

Ng King Wang
Respected Contributor

Re: PPPoE software for RedHat 6.1

Thank you all,

I can use PPPoE on RedHat 6.1 successfully.

Thanks again :)
We master OpenView, my Lord masters us.