Скачать скомпилированную версию rp-pppoe-3.11.7z
wget http://os-solaris.ru/wp-content/uploads/2015/03/rp-pppoe-3.11.7z
Распаковать архив.
7z x rp-pppoe-3.11.7z
В каталоге rp-pppoe-3.11/src запустить установку
cd rp-pppoe-3.11/src
sudo make install
Затем следует настроить rp-pppoe
sudo pppoe-setup
Для подключения к интернету следует вводить в терминал команду
sudo pppoe-start
Терминал должен оставаться открытым на время пользования интернетом
Пример настройки rp-pppoe
keremet@openindiana:~$ sudo pppoe-setup
Welcome to the Roaring Penguin PPPoE client setup. First, I will run
some checks on your system to make sure the PPPoE client is installed
properly…
Looks good! Now, please enter some information:
USER NAME
>>> Enter your PPPoE user name (default bxxxnxnx@sympatico.ca): v1466371
INTERFACE
>>> Enter the Ethernet interface connected to the DSL modem
For Solaris, this is likely to be something like /dev/hme0.
For Linux, it will be ethn, where ‘n’ is a number.
(default eth1): /dev/rge0
Do you want the link to come up on demand, or stay up continuously?
If you want it to come up on demand, enter the idle time in seconds
after which the link should be dropped. If you want the link to
stay up permanently, enter ‘no’ (two letters, lower-case.)
NOTE: Demand-activated links do not interact well with dynamic IP
addresses. You may have some problems with demand-activated links.
>>> Enter the demand value (default no): no
DNS
Please enter the IP address of your ISP’s primary DNS server.
If your ISP claims that ‘the server will provide DNS addresses’,
enter ‘server’ (all lower-case) here.
If you just press enter, I will assume you know what you are
doing and not modify your DNS setup.
>>> Enter the DNS information here: server
PASSWORD
>>> Please enter your PPPoE password:
>>> Please re-enter your PPPoE password:
FIREWALLING
Sorry, firewalling is only supported under Linux. Consult
your operating system manuals for details on setting up
packet filters for your system.
** Summary of what you entered **
Ethernet Interface: /dev/atge0
User name: v1466371
Activate-on-demand: No
DNS addresses: Supplied by ISP’s server
Firewalling: NONE
>>> Accept these settings and adjust configuration files (y/n)? y
Adjusting /etc/ppp/pppoe.conf
Adjusting /etc/ppp/pap-secrets and /etc/ppp/chap-secrets
(But first backing it up to /etc/ppp/pap-secrets-bak)
(But first backing it up to /etc/ppp/chap-secrets-bak)
Congratulations, it should be all set up!
Type ‘pppoe-start’ to bring up your PPPoE link and ‘pppoe-stop’ to bring
it down. Type ‘pppoe-status’ to see the link status.
keremet@openindiana:~$ sudo pppoe-start
…………….TIMED OUT
keremet@openindiana:~$