久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      Ubuntu 18.04編譯安裝RP-PPPoE

      RP-PPPoE

      PPPoE(以太網(wǎng)上的點(diǎn)對(duì)點(diǎn)協(xié)議Point-to-Point Protocol over Ethernet)是許多DSL Internet服務(wù)提供商使用的協(xié)議。 RP-PPPoE是Linux的免費(fèi)PPPoE客戶端,中繼和服務(wù)器。

      商用PPPoE服務(wù)器

      Fine Point Networks出售基于rp-pppoe的商用PPPoE服務(wù)器; 他們的產(chǎn)品稱為ServPoET BMS。

      Ubuntu 18.04編譯安裝RP-PPPoE

      下載RP-PPPoE

      您可以在此處下載RP-PPPoE:

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

      RP-PPPoE是免費(fèi)軟件; 但它不提供保修或支持。 很抱歉也無法為RP-PPPoE提供電子郵件或電話支持。 如果您在購買的Linux發(fā)行版中收到RP-PPPoE,則您可能有權(quán)獲得發(fā)行版供應(yīng)商的支持。 首先應(yīng)該嘗試您的供應(yīng)商。

      Ubuntu 18.04編譯安裝RP-PPPoE的具體步驟,目前親測(cè)沒有問題。

      首先解壓

      [linuxidc@linux:~/www.linuxidc.com]$ tar xzvf rp-pppoe-3.13.tar.gz

      轉(zhuǎn)到源目錄:

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

      配置:

      [linuxidc@linux:~/www.linuxidc.com/rp-pppoe-3.13/src]$ ./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
      ……

      Ubuntu 18.04編譯安裝RP-PPPoE

      開始編譯:

      [linuxidc@linux:~/www.linuxidc.com/rp-pppoe-3.13/src]$ 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
      ……

      Ubuntu 18.04編譯安裝RP-PPPoE

      安裝(此步驟必須以超級(jí)用戶身份完成)

      [linuxidc@linux:~/www.linuxidc.com/rp-pppoe-3.13/src]$ sudo make install
      [sudo] linuxidc 的密碼:

      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/sbin
      if test -x licensed-only/pppoe-server-control ; then /usr/bin/install -c -m 755 licensed-only/pppoe-server-control /usr/sbin; fi
      if test
      ……

      Ubuntu 18.04編譯安裝RP-PPPoE

      OK,就這樣,你會(huì)了嗎?

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)