温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

Linux下如何安装PPPoE客户端

发布时间:2022-02-16 15:07:39 来源:亿速云 阅读:320 作者:小新 栏目:开发技术

这篇文章给大家分享的是有关Linux下如何安装PPPoE客户端的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。

PPPoE(PPP over Ethernet)协议是一种把PPP帧封装到以太网帧中的链路层协议。PPPoE可以使以太网网络中的多台主机连接到远端的宽带接入服务器

Linux下如何安装PPPoE客户端

下载RP-PPPoE

您可以在此处下载RP-PPPoE:

  • rp-pppoe-3.13.tar.gz
  • GPG Signature

RP-PPPoE是免费软件; 但它不提供保修或支持。 很抱歉也无法为RP-PPPoE提供电子邮件或电话支持。 如果您在购买的Linux发行版中收到RP-PPPoE,则您可能有权获得发行版供应商的支持。 首先应该尝试您的供应商。

Ubuntu 18.04编译安装RP-PPPoE的具体步骤,目前亲测没有问题。

编译安装

首先解压

tar xzvf rp-pppoe-3.13.tar.gz

转到源目录:

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

配置:

[root@linux:~/www.linuxprobe.com/rp-pppoe-3.13]$ ./configure
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
......

开始编译:

[root@linux:~/www.linuxprobe.com/rp-pppoe-3.13]$ make
gcc -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
......

安装(此步骤必须以超级用户身份完成)

[root@linux:~/www.linuxprobe.com/rp-pppoe-3.13]$ make install
Type '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......

感谢各位的阅读!关于“Linux下如何安装PPPoE客户端”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,让大家可以学到更多知识,如果觉得文章不错,可以把它分享出去让更多的人看到吧!

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI