You are not logged in.

#1 2011-06-15 06:04:03

scar
Member
From: Hungary
Registered: 2009-10-01
Posts: 442

no pppoe connection after installing arch [SOLVED]

Hello

I'm trying to install arch on one of my friends machine. His ISP is working with PPPOE-connections.

I've made my installation as described in the wiki, with pppoe-setup. Everything worked as it should.
I've installed the system ( with the rp-pppoe package selected for install ).

After the installation, with my new system I've used pppoe-setup again to have a correct configuration.
But "pppoe start" doesn't launch anything, I just get a TIMEOUT message and that's all.

The network service is stopped in my rc.conf. Everything else is working.

How can I get this to work again?


“The future has already arrived. It's just not evenly distributed yet.”
― William Gibson

Offline

#2 2011-06-15 07:17:21

JokerBoy
Member
From: România
Registered: 2009-09-24
Posts: 641

Re: no pppoe connection after installing arch [SOLVED]

Offline

#3 2011-06-16 13:06:14

scar
Member
From: Hungary
Registered: 2009-10-01
Posts: 442

Re: no pppoe connection after installing arch [SOLVED]

I'll check it this evening, thank you for the link.


“The future has already arrived. It's just not evenly distributed yet.”
― William Gibson

Offline

#4 2011-06-16 18:13:13

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: no pppoe connection after installing arch [SOLVED]

You don't need to use the rp-pppoe package for pppoe, in fact using it is more cpu intensive than using the kernel pppoe implementation. For the kernel implementation just plain ppp will do. Then you either start pppd manually, or you use netcfg. For netcfg, first create a profile in /etc/network.d/

CONNECTION="ppp"
INTERFACE="ignore"
PRE_UP="ip link set dev eth0 up"
PEER="pppoe"

Then you need a peers file, named whatever you put in the profile, "pppoe" in our case, so create a /etc/ppp/peers/pppoe with this:

plugin rp-pppoe.so
eth0
noauth
defaultroute
usepeerdns
user username_here
password password_here

Now just start the profile.

Offline

#5 2011-06-17 04:59:15

scar
Member
From: Hungary
Registered: 2009-10-01
Posts: 442

Re: no pppoe connection after installing arch [SOLVED]

Thank you for the first post, It works. So, it is solved. However, I'll give a try to Gusar's post too.

SOLVED


“The future has already arrived. It's just not evenly distributed yet.”
― William Gibson

Offline

#6 2011-06-17 05:07:18

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,772

Re: no pppoe connection after installing arch [SOLVED]

Scar,

You can edit the subject to add [SOLVED].  The mods don't always know when you think it is solved, so we don't usually do it for you.  Because of your last post, I'll do it this time.

Thanks


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB