Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install PPPoE client under Linux

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article is about how to install PPPoE client under Linux. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

PPPoE (PPP over Ethernet) protocol is a link layer protocol that encapsulates PPP frames in Ethernet frames. PPPoE enables multiple hosts in an Ethernet network to connect to a remote broadband access server.

Download RP-PPPoE

You can download RP-PPPoE here:

Rp-pppoe-3.13.tar.gzGPG Signature

RP-PPPoE is free software; but it does not provide warranty or support. Sorry, we are also unable to provide email or phone support for RP-PPPoE. If you receive RP-PPPoE in a purchased Linux distribution, you may be entitled to the support of the distribution vendor. You should try your supplier first.

Ubuntu 18.04 compiling and installing RP-PPPoE specific steps, there is no problem in self-testing.

Compilation and installation

First decompress

Tar xzvf rp-pppoe-3.13.tar.gz

Go to the source directory:

[root@linux:~/www.linuxprobe.com/rp-pppoe-3.13] $cd src

Configuration:

[root@linux:~/www.linuxprobe.com/rp-pppoe-3.13] $. / configurechecking for gcc... Gccchecking whether the C compiler works... Yeschecking for C compiler default output file name... A.outchecking for suffix of executables...checking whether we are cross compiling... No.

Start compiling:

[root@linux:~/www.linuxprobe.com/rp-pppoe-3.13] $makegcc-g-O2-fno-strict-aliasing-Wall-Wstrict-prototypes'- DPPPOE_PATH= "/ usr/sbin/pppoe"'- DPPPD_PATH= "/ usr/sbin/pppd"'- DPLUGIN_PATH= "/ etc/ppp/plugins/rp-pppoe.so"'- DPPPOE_SERVER_OPTIONS= "/ etc/ppp/pppoe-server-options"'- Ilibevent'- DVERSION= "3 .13 "- c-o pppoe.o pppoe.c.

Installation (this step must be completed as a superuser)

[root@linux:~/www.linuxprobe.com/rp-pppoe-3.13] $make installType 'make install' as root to install the software.mkdir-p / usr/sbin/usr/bin/install-c-m 755 pppoe / usr/sbin/usr/bin/install-c-m 755 pppoe-server / usr/sbinif test-x licensed-only/pppoe-server-control; then / usr/bin/install-c-m 755 licensed-only/pppoe-server-control / usr/sbin; fiif test. Thank you for reading! This is the end of this article on "how to install PPPoE client under Linux". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it out for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report