K
K
kzoper2018-01-28 11:27:40
linux
kzoper, 2018-01-28 11:27:40

Antergos pppoe connection how to set up?

According to the instructions I create files:

/etc/ppp/peers/your_provider

plugin rp-pppoe.so
# rp_pppoe_ac 'your ac name'
# rp_pppoe_service 'your service name'

# network interface
eth0
# login name
name v1768487
usepeerdns
persist
# Uncomment this if you want to enable dial on demand
#demand
#idle 180
defaultroute
hide-password
noauth

/etc/ppp/pap-secrets /etc/ppp/chap-secrets
someloginname * yourpassword

Then I write sudo pon your_provider
Issues: eth0 unknown parameter
If I delete
# network interface
eth0
Starts writing endlessly
#�!}!}!} }4}"}&} } } } }%}&}++�b}'}"}(}"d�~~�}#�!}!}!} }4}"}&} } } } }%}&}++�b}'}"}(}"d�~~�}#�!}!}!} }4}"}&} } } } }%}&}++�b}'}"}(}"d�~~�}#�!}!}!} }4}"}&} } } } }%}&}++�b}'}"}(}"d�~~�}#�!}!}!} }4}"}&} } } } }%}&}++�b}'}"}(}"d�~~�}#�!}!}!} }4}"}&} } } } }%}&}++�b}'}"}(}"d�~~�

Tell me how to connect to the Internet.
ps
Tried to connect via pppoe-conf | pppoe-start | pppoe-connect
Result is the same connection is down.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xotkot, 2018-01-28
@kzoper

/etc/ppp/pap-secrets /etc/ppp/chap-secrets
someloginname * yourpassword

I hope you didn't forget to enter your username and password here.
Then I write sudo pon your_provider
Gives: eth0 unknown parameter
If I delete
# network interface
eth0
here (in /etc/ppp/peers/your_provider) instead of eth0 you need to specify your network interface through which the connection will pass. You can view the available interfaces with the command:
or
networkctl --all

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question